Skip to content

Commit 564ec81

Browse files
committed
📦 Package: Upgrade Dependencies
1 parent 475921c commit 564ec81

File tree

3 files changed

+3282
-642
lines changed

3 files changed

+3282
-642
lines changed

example/package.json

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,37 @@
1010
"build:ios": "react-native build-ios --scheme IosContextMenuExample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\""
1111
},
1212
"dependencies": {
13-
"@react-navigation/bottom-tabs": "^6.6.1",
14-
"@react-navigation/native": "^6.1.18",
15-
"@react-navigation/native-stack": "^6.11.0",
16-
"@shopify/flash-list": "^1.7.1",
13+
"@react-navigation/bottom-tabs": "^7.2.1",
14+
"@react-navigation/native": "^7.0.15",
15+
"@react-navigation/native-stack": "^7.2.1",
1716
"react": "18.3.1",
18-
"react-native": "0.75.2",
19-
"react-native-ios-utilities": ">=5.1.0",
20-
"react-native-reanimated": "^3.15.2",
21-
"react-native-safe-area-context": "^4.10.9",
22-
"react-native-screens": "^3.35.0"
17+
"react-native": "0.77.1",
18+
"react-native-codegen": "^0.70.7",
19+
"react-native-safe-area-context": "^5.3.0",
20+
"react-native-screens": "^4.9.2"
2321
},
2422
"devDependencies": {
25-
"@babel/core": "^7.20.0",
26-
"@babel/preset-env": "^7.20.0",
27-
"@babel/runtime": "^7.20.0",
28-
"@react-native/babel-preset": "0.75.2",
29-
"@react-native/metro-config": "0.75.2",
30-
"@react-native/typescript-config": "0.75.2",
31-
"react-native-builder-bob": "^0.30.0"
23+
"@babel/core": "^7.25.2",
24+
"@babel/preset-env": "^7.25.3",
25+
"@babel/runtime": "^7.25.0",
26+
"@react-native-community/cli": "15.0.1",
27+
"@react-native-community/cli-platform-android": "15.0.1",
28+
"@react-native-community/cli-platform-ios": "15.0.1",
29+
"@react-native/babel-preset": "0.77.1",
30+
"@react-native/eslint-config": "0.77.1",
31+
"@react-native/metro-config": "0.77.1",
32+
"@react-native/typescript-config": "0.77.1",
33+
"@types/jest": "^29.5.13",
34+
"@types/react": "^18.2.6",
35+
"@types/react-test-renderer": "^18.0.0",
36+
"babel-plugin-module-resolver": "^5.0.0",
37+
"eslint": "^8.19.0",
38+
"jest": "^29.6.3",
39+
"prettier": "2.8.8",
40+
"react-native-builder-bob": "^0.37.0",
41+
"react-native-ios-utilities": ">=5.1.0",
42+
"react-test-renderer": "18.3.1",
43+
"typescript": "5.0.4"
3244
},
3345
"engines": {
3446
"node": ">=18"

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,18 @@
9595
"@dominicstop/ts-event-emitter": "^1.1.0"
9696
},
9797
"devDependencies": {
98-
"@react-native/eslint-config": "^0.73.1",
99-
"@types/react": "^18.2.44",
98+
"@react-native/eslint-config": "^0.78.0",
99+
"@types/react": "^19.0.10",
100+
"del-cli": "^5.1.0",
100101
"eslint": "^8.51.0",
101102
"eslint-config-prettier": "^9.0.0",
102103
"eslint-plugin-prettier": "^5.0.1",
103-
"prettier": "^3.3.3",
104-
"react": "18.3.1",
105-
"react-native": "0.75.2",
106-
"react-native-builder-bob": "^0.30.0",
107-
"react-native-ios-utilities": ">=5.1.0",
108-
"release-it": "^15.0.0",
104+
"jest": "^29.7.0",
105+
"prettier": "^3.0.3",
106+
"react": "19.0.0",
107+
"react-native": "0.78.0",
108+
"react-native-builder-bob": "^0.20.0",
109+
"release-it": "^16.2.1",
109110
"turbo": "^1.10.7",
110111
"typescript": "^5.2.2"
111112
},

0 commit comments

Comments
 (0)