Skip to content

Commit 9ab6844

Browse files
committed
fix: upgraded deps and removed rn cli dep
1 parent 169bfcd commit 9ab6844

3 files changed

Lines changed: 189 additions & 1159 deletions

File tree

example/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,19 @@
1313
"@dr.pogodin/react-native-fs": "2.32.1",
1414
"@react-native-documents/picker": "^10.1.2",
1515
"react": "19.0.0",
16-
"react-native": "0.79.1",
16+
"react-native": "0.79.7",
1717
"react-native-permissions": "^5.3.0",
1818
"react-native-share": "^12.0.9"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.25.2",
2222
"@babel/preset-env": "^7.25.3",
2323
"@babel/runtime": "^7.25.0",
24-
"@react-native-community/cli": "18.0.0",
25-
"@react-native-community/cli-platform-android": "18.0.0",
26-
"@react-native-community/cli-platform-ios": "18.0.0",
27-
"@react-native/babel-preset": "0.79.1",
28-
"@react-native/eslint-config": "0.79.1",
29-
"@react-native/metro-config": "0.79.1",
30-
"@react-native/typescript-config": "0.79.1",
24+
"@react-native-community/cli": "latest",
25+
"@react-native/babel-preset": "0.79.7",
26+
"@react-native/eslint-config": "0.79.7",
27+
"@react-native/metro-config": "0.79.7",
28+
"@react-native/typescript-config": "0.79.7",
3129
"@types/react": "^19.0.0",
3230
"react-native-builder-bob": "^0.40.6"
3331
},

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"@eslint/eslintrc": "^3.3.0",
8484
"@eslint/js": "^9.22.0",
8585
"@evilmartians/lefthook": "^1.5.0",
86-
"@react-native-community/cli": "15.0.1",
8786
"@react-native/eslint-config": "^0.78.0",
8887
"@release-it/conventional-changelog": "^10.0.0",
8988
"@semantic-release/changelog": "^6.0.3",
@@ -100,7 +99,7 @@
10099
"jest": "^29.7.0",
101100
"prettier": "^3.0.3",
102101
"react": "19.0.0",
103-
"react-native": "0.78.2",
102+
"react-native": "0.79.7",
104103
"react-native-builder-bob": "^0.40.6",
105104
"release-it": "^17.10.0",
106105
"semantic-release": "^24.1.0",

0 commit comments

Comments
 (0)