Skip to content

Commit

Permalink
chore: updated reactnative example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 12, 2023
1 parent 6890089 commit 988ba5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions examples/reactnative/ios/Podfile.lock
Expand Up @@ -111,7 +111,7 @@ DEPENDENCIES:
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- boost-for-react-native

EXTERNAL SOURCES:
Expand Down Expand Up @@ -188,6 +188,6 @@ SPEC CHECKSUMS:
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
yoga: c2c050f6ae6e222534760cc82f559b89214b67e2

PODFILE CHECKSUM: 60bf6d4031a96f9c2522152a8b56233325de818b
PODFILE CHECKSUM: 6b60e7c06b6e8b82ffe3c9c748ed1faa211bcf61

COCOAPODS: 1.7.5
COCOAPODS: 1.12.1
16 changes: 8 additions & 8 deletions examples/reactnative/package.json
Expand Up @@ -9,15 +9,15 @@
"android": "react-native run-android"
},
"dependencies": {
"cross-fetch": "github:lquixada/cross-fetch",
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-gesture-handler": "1.3.0",
"react-navigation": "3.11.1"
"cross-fetch": "*",
"react": "^18.2.0",
"react-native": "^0.72.3",
"react-native-gesture-handler": "^2.12.0",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"metro-react-native-babel-preset": "0.55.0"
"@babel/core": "^7.22.9",
"@babel/runtime": "^7.22.6",
"metro-react-native-babel-preset": "^0.77.0"
}
}

0 comments on commit 988ba5c

Please sign in to comment.