Skip to content

Commit

Permalink
Upgrade npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jul 31, 2023
1 parent 3795378 commit 152ad46
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 1,109 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ PODS:
- RNVectorIcons (10.0.0):
- React-Core
- SocketRocket (0.6.1)
- VisionCamera (3.0.0-rc.2):
- VisionCamera (3.0.0-rc.4):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -710,7 +710,7 @@ SPEC CHECKSUMS:
RNStaticSafeAreaInsets: 055ddbf5e476321720457cdaeec0ff2ba40ec1b8
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: c3321e9915715499b5cd3431d1aae1f685ff170e
VisionCamera: d0112c5121c8fc785ed9c2a1e4a557ae22088709
Yoga: 8796b55dba14d7004f980b54bcc9833ee45b28ce

PODFILE CHECKSUM: ab9c06b18c63e741c04349c0fd630c6d3145081c
Expand Down
11 changes: 5 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@shopify/react-native-skia": "^0.1.197",
"react": "^18.2.0",
"react-native": "^0.72.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-pressable-opacity": "^1.0.10",
"react-native-reanimated": "^3.3.0",
"react-native-reanimated": "^3.4.1",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.22.1",
"react-native-screens": "^3.23.0",
"react-native-static-safe-area-insets": "^2.2.0",
"react-native-vector-icons": "^10.0.0",
"react-native-video": "^5.2.1",
Expand All @@ -38,12 +38,11 @@
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@react-native/typescript-config": "^0.73.0",
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-native-video": "^5.0.15",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"eslint": "^8.46.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit 152ad46

Please sign in to comment.