Skip to content

Commit

Permalink
build(REVERT-deps): bumps react-native-reanimated from 3.3.0 to 3.6.3 (
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis authored Sep 18, 2024
1 parent fb2c7a7 commit f081dd6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
35 changes: 30 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,35 @@ PODS:
- React-Core
- RNReactNativeHapticFeedback (1.14.0):
- React-Core
- RNReanimated (3.6.3):
- RCT-Folly (= 2021.07.22.00)
- RNReanimated (3.3.0):
- DoubleConversion
- FBLazyVector
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTAppDelegate
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNSVG (14.1.0):
- React-Core
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -739,7 +764,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand All @@ -759,7 +784,7 @@ SPEC CHECKSUMS:
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: b6cea797b684c6d8d82ba0107cef58cbb679afdb
RCTTypeSafety: d2eb5e0e8af9181b24034f5171f9b659994b4678
React: e5aafc4c18040e8fbe0870a1f6df890d35f5af1d
Expand Down Expand Up @@ -800,7 +825,7 @@ SPEC CHECKSUMS:
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNFlashList: b521ebdd7f9352673817f1d98e8bdc0c8cf8545b
RNReactNativeHapticFeedback: 1e3efeca9628ff9876ee7cdd9edec1b336913f8c
RNReanimated: 548e621fe2e12b6bdccbc48ed5e5361d9822c775
RNReanimated: 9f7068e43b9358a46a688d94a5a3adb258139457
RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"react-native-flipper": "0.178.1",
"react-native-haptic-feedback": "1.14.0",
"react-native-linear-gradient": "2.6.2",
"react-native-reanimated": "3.6.3",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "4.5.0",
"react-native-svg": "14.1.0",
"react-test-renderer": "18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10277,10 +10277,10 @@ react-native-popover-view@^5.1.7:
deprecated-react-native-prop-types "^2.3.0"
prop-types "^15.8.1"

react-native-reanimated@3.6.3:
version "3.6.3"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.6.3.tgz#859cf2320e37c80e3a21e19db24f82c34d6d3ded"
integrity sha512-2KkkPozoIvDbJcHuf8qeyoLROXQxizSi+2CTCkuNVkVZOxxY4B0Omvgq61aOQhSZUh/649x1YHoAaTyGMGDJUw==
react-native-reanimated@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.3.0.tgz#80f9d58e28fddf62fe4c1bc792337b8ab57936ab"
integrity sha512-LzfpPZ1qXBGy5BcUHqw3pBC0qSd22qXS3t8hWSbozXNrBkzMhhOrcILE/nEg/PHpNNp1xvGOW8NwpAMF006roQ==
dependencies:
"@babel/plugin-transform-object-assign" "^7.16.7"
"@babel/preset-typescript" "^7.16.7"
Expand Down

0 comments on commit f081dd6

Please sign in to comment.