Skip to content

Commit

Permalink
⬆️ Sync dependencies using align-deps (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored Jun 10, 2023
1 parent 04c752d commit 0c4d1f4
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 74 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"legacy": true
}
],
["@babel/plugin-proposal-optional-catch-binding"]
["@babel/plugin-proposal-optional-catch-binding"],
["react-native-reanimated/plugin"]
]
}
48 changes: 37 additions & 11 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ PODS:
- Firebase/RemoteConfig (= 7.11.0)
- React-Core
- RNFBApp
- RNGestureHandler (1.8.0):
- React
- RNGestureHandler (1.10.3):
- React-Core
- RNIap (7.5.6):
- React-Core
- RNKeychain (3.1.3):
Expand All @@ -547,15 +547,41 @@ PODS:
- React
- RNRate (1.2.4):
- React
- RNReanimated (1.13.3):
- RNReanimated (2.17.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
- glog
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- React-Core
- RNScreens (2.7.0):
- React
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.20.0):
- React-Core
- React-RCTImage
- RNSentry (2.4.3):
- React-Core
- Sentry (= 6.1.4)
- RNSVG (12.0.3):
- React
- RNSVG (12.5.1):
- React-Core
- SDWebImage (5.9.1):
- SDWebImage/Core (= 5.9.1)
- SDWebImage/Core (5.9.1)
Expand Down Expand Up @@ -906,15 +932,15 @@ SPEC CHECKSUMS:
RNFBDynamicLinks: 53f5621a2ab44b6f967f2240f1b7d56f8b6c74de
RNFBPerf: 27e85a7451cb366b75bd6ade8a2b912749d0a165
RNFBRemoteConfig: d2c532f1fee5862a7518190211ea2a28123167c5
RNGestureHandler: 7a5833d0f788dbd107fbb913e09aa0c1ff333c39
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNIap: d248609d1b8937e63bd904e865c318e9b1457eff
RNKeychain: c658833a9cb2cbcba6423bdd6e16cce59e27da0e
RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080
RNRate: 15b861025a7821730761fce7f44561ce7e0b2de0
RNReanimated: 514a11da3a2bcc6c3dfd9de32b38e2b9bf101926
RNScreens: cf198f915f8a2bf163de94ca9f5bfc8d326c3706
RNReanimated: c13da804217e13f6ee1188fab76d36d74b1488f1
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
RNSentry: 6f8f9ee7e4c939dcd35e5633b94d0e3782888e46
RNSVG: 7e16ddfc6e00d5aa69c9eb83e699bcce5dcb85d4
RNSVG: d7d7bc8229af3842c9cfc3a723c815a52cdd1105
SDWebImage: a990c053fff71e388a10f3357edb0be17929c9c5
SDWebImageWebPCoder: d0dac55073088d24b2ac1b191a71a8f8d0adac21
Sentry: 9d055e2de30a77685e86b219acf02e59b82091fc
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ramda": "0.29.0",
"react": "17.0.2",
"react-content-loader": "^4.3.4",
"react-native": "0.66.5",
"react-native": "^0.66.0",
"react-native-actions-sheet": "^0.4.8",
"react-native-authcore": "https://gitlab.com/likecoin/react-native-authcore#f84feb019da13573375c5623fd2d71216c9d5424",
"react-native-branch": "^5.8.0",
Expand All @@ -67,7 +67,7 @@
"react-native-device-info": "^5.6.1",
"react-native-exit-app": "^1.1.0",
"react-native-fast-image": "^8.3.2",
"react-native-gesture-handler": "1.8.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-iap": "^7.5.6",
"react-native-image-picker": "https://github.com/likecoin/react-native-image-picker#5e2f78f5e3f893b13a67482471655e1ebb75ad3b",
"react-native-image-sequence": "^0.7.0",
Expand All @@ -77,13 +77,13 @@
"react-native-qrcode-svg": "^5.2.0",
"react-native-randombytes": "^3.5.3",
"react-native-rate": "^1.2.4",
"react-native-reanimated": "1.13.3",
"react-native-reanimated": "^2.2.3",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.7.0",
"react-native-screens": "^3.9.0",
"react-native-share-extension": "git+https://github.com/likecoin/react-native-share-extension#244989a267e4d1beb41779228ad905e5211f6bf7",
"react-native-snap-carousel": "^3.9.0",
"react-native-splash-screen": "3.1.1",
"react-native-svg": "^12.0.0",
"react-native-svg": "^12.1.1",
"react-native-swipe-list-view": "^3.2.4",
"react-native-tracking-transparency": "^0.1.2",
"react-native-webview": "^8.1.1",
Expand All @@ -104,6 +104,7 @@
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/runtime": "^7.12.5",
"@emotion/core": "^10.0.15",
"@storybook/addon-storyshots": "^5.3.21",
Expand Down Expand Up @@ -132,7 +133,7 @@
"ignite-bowser": "^4.6.2",
"jest": "^24.9.0",
"jetifier": "^1.6.1",
"metro-react-native-babel-preset": "^0.66.0",
"metro-react-native-babel-preset": "^0.66.2",
"npm-run-all": "4.1.5",
"patch-package": "^7.0.0",
"postinstall-prepare": "1.0.1",
Expand Down
Loading

0 comments on commit 0c4d1f4

Please sign in to comment.