Skip to content

Commit 988ba5c

Browse files
committed
chore: updated reactnative example dependencies
1 parent 6890089 commit 988ba5c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/reactnative/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ DEPENDENCIES:
111111
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
112112

113113
SPEC REPOS:
114-
https://github.com/cocoapods/specs.git:
114+
trunk:
115115
- boost-for-react-native
116116

117117
EXTERNAL SOURCES:
@@ -188,6 +188,6 @@ SPEC CHECKSUMS:
188188
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
189189
yoga: c2c050f6ae6e222534760cc82f559b89214b67e2
190190

191-
PODFILE CHECKSUM: 60bf6d4031a96f9c2522152a8b56233325de818b
191+
PODFILE CHECKSUM: 6b60e7c06b6e8b82ffe3c9c748ed1faa211bcf61
192192

193-
COCOAPODS: 1.7.5
193+
COCOAPODS: 1.12.1

examples/reactnative/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"android": "react-native run-android"
1010
},
1111
"dependencies": {
12-
"cross-fetch": "github:lquixada/cross-fetch",
13-
"react": "16.8.6",
14-
"react-native": "0.60.4",
15-
"react-native-gesture-handler": "1.3.0",
16-
"react-navigation": "3.11.1"
12+
"cross-fetch": "*",
13+
"react": "^18.2.0",
14+
"react-native": "^0.72.3",
15+
"react-native-gesture-handler": "^2.12.0",
16+
"react-navigation": "^4.4.4"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.5.5",
20-
"@babel/runtime": "7.5.5",
21-
"metro-react-native-babel-preset": "0.55.0"
19+
"@babel/core": "^7.22.9",
20+
"@babel/runtime": "^7.22.6",
21+
"metro-react-native-babel-preset": "^0.77.0"
2222
}
2323
}

0 commit comments

Comments
 (0)