Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
onghwan committed Nov 29, 2024
1 parent 7cce532 commit 977a5af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/core-mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ PODS:
- React-Core
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.20.0):
- RNGestureHandler (2.14.1):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1843,7 +1843,7 @@ SPEC CHECKSUMS:
RNFBMessaging: 2dd7ef3e3eca8ec62599f0f11b739e6f75c57cd2
RNFlashList: 83a272ae1c35b08a02490f4d1503631fb64b3dd8
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: bb81850add626ddd265294323310fec6e861c96b
RNGestureHandler: 15c6ef51acba34c49ff03003806cf5dd6098f383
RNGoogleSignin: 9e68b9bcc3888219357924e32ee563624745647d
RNInAppBrowser: e36d6935517101ccba0e875bac8ad7b0cb655364
RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333
Expand Down
2 changes: 1 addition & 1 deletion packages/core-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"react-native-dialog": "8.2.0",
"react-native-fast-image": "8.6.3",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.20.0",
"react-native-gesture-handler": "2.14.1",
"react-native-graph": "1.1.0",
"react-native-haptic-feedback": "2.0.3",
"react-native-inappbrowser-reborn": "3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/k2-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"expo-status-bar": "1.12.1",
"react": "18.3.1",
"react-native": "0.73.7",
"react-native-gesture-handler": "2.20.0",
"react-native-gesture-handler": "2.14.1",
"react-native-reanimated": "3.6.2",
"react-native-reanimated-carousel": "v4.0.0-canary.22",
"react-native-svg": "15.7.1"
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ __metadata:
react-native-dialog: 8.2.0
react-native-fast-image: 8.6.3
react-native-fs: 2.20.0
react-native-gesture-handler: 2.20.0
react-native-gesture-handler: 2.14.1
react-native-graph: 1.1.0
react-native-haptic-feedback: 2.0.3
react-native-inappbrowser-reborn: 3.7.0
Expand Down Expand Up @@ -543,7 +543,7 @@ __metadata:
react: 18.3.1
react-dom: 18.3.1
react-native: 0.73.7
react-native-gesture-handler: 2.20.0
react-native-gesture-handler: 2.14.1
react-native-reanimated: 3.6.2
react-native-reanimated-carousel: v4.0.0-canary.22
react-native-safe-area-context: 4.11.0
Expand Down Expand Up @@ -25916,18 +25916,19 @@ __metadata:
languageName: node
linkType: hard

"react-native-gesture-handler@npm:2.20.0":
version: 2.20.0
resolution: "react-native-gesture-handler@npm:2.20.0"
"react-native-gesture-handler@npm:2.14.1":
version: 2.14.1
resolution: "react-native-gesture-handler@npm:2.14.1"
dependencies:
"@egjs/hammerjs": ^2.0.17
hoist-non-react-statics: ^3.3.0
invariant: ^2.2.4
lodash: ^4.17.21
prop-types: ^15.7.2
peerDependencies:
react: "*"
react-native: "*"
checksum: f573bc3717ae0209ff30bf62b95b3c7f11bd97f4797090211bce416c250388f55d1995aac0a7f1bbc99b06223ea64cbeae8d4ef88dcb8c877201b49163ea0e4b
checksum: a037e8c5a88a9fc79c283f3064d7653ec8615cb05fc62622eaccb5f3db489ede9c3a0685b7aad210c7efabfd8f5aa34e4f19204318dfda64c8829266d78e0cae
languageName: node
linkType: hard

Expand Down

0 comments on commit 977a5af

Please sign in to comment.