Skip to content

Commit 2c6017d

Browse files
committed
[chore] Update to latest dependencies
1 parent b7df774 commit 2c6017d

File tree

4 files changed

+2407
-1395
lines changed

4 files changed

+2407
-1395
lines changed

babel.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
module.exports = {
2-
presets: ['module:metro-react-native-babel-preset'],
3-
};
1+
// @generated by expo-module-scripts
2+
module.exports = require("expo-module-scripts/babel.config.base");

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,4 +559,4 @@ SPEC CHECKSUMS:
559559

560560
PODFILE CHECKSUM: c13e9d7682a0fe291f2c0f7700f5732014dba2b6
561561

562-
COCOAPODS: 1.10.1
562+
COCOAPODS: 1.11.2

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"hoist-non-react-statics": "^3.3.2"
4444
},
4545
"devDependencies": {
46-
"@commitlint/config-conventional": "^13.1.0",
47-
"@react-navigation/bottom-tabs": "^6.0.5",
48-
"@react-navigation/material-top-tabs": "^6.0.2",
49-
"@react-navigation/native": "^6.0.2",
50-
"@react-navigation/stack": "^6.0.7",
46+
"@commitlint/config-conventional": "^15.0.0",
47+
"@react-navigation/bottom-tabs": "^6.0.9",
48+
"@react-navigation/material-top-tabs": "^6.0.6",
49+
"@react-navigation/native": "^6.0.6",
50+
"@react-navigation/stack": "^6.0.11",
5151
"@types/react": "^17.0.15",
5252
"@types/react-native": "^0.64.12",
53-
"commitlint": "^13.1.0",
53+
"commitlint": "^15.0.0",
5454
"conventional-changelog-cli": "^2.1.1",
5555
"eslint": "^7.32.0",
5656
"expo-module-scripts": "^2.0.0",
57-
"prettier": "^2.3.2",
58-
"react-native-shared-element": "0.8.2",
57+
"prettier": "^2.4.1",
58+
"react-native-shared-element": "^0.8.3",
5959
"react-navigation": "^4.4.4",
6060
"react-navigation-stack": "^2.10.4",
6161
"react-navigation-tabs": "^2.11.1"

0 commit comments

Comments
 (0)