Skip to content

Commit

Permalink
chore: upgrade reanimated version to 3.16.7 (#11541)
Browse files Browse the repository at this point in the history
chore: upgrade reanimated version
  • Loading branch information
MounirDhahri authored Feb 12, 2025
1 parent 8bf683c commit 066a8c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ PODS:
- React-Core
- RNReactNativeHapticFeedback (1.13.0):
- React-Core
- RNReanimated (3.16.3):
- RNReanimated (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -2007,10 +2007,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.16.3)
- RNReanimated/worklets (= 3.16.3)
- RNReanimated/reanimated (= 3.16.7)
- RNReanimated/worklets (= 3.16.7)
- Yoga
- RNReanimated/reanimated (3.16.3):
- RNReanimated/reanimated (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -2030,9 +2030,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 3.16.3)
- RNReanimated/reanimated/apple (= 3.16.7)
- Yoga
- RNReanimated/reanimated/apple (3.16.3):
- RNReanimated/reanimated/apple (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -2053,7 +2053,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNReanimated/worklets (3.16.3):
- RNReanimated/worklets (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2873,7 +2873,7 @@ SPEC CHECKSUMS:
rnmapbox-maps: 42fe0ccc373fe24032aa224736feb4c39a24d604
RNPermissions: 92430517fd4353d5b2b7217cd1ca48ddd2875245
RNReactNativeHapticFeedback: 7601768ee65ffc86fc93d7c30dd917031144ed3d
RNReanimated: 929c26a706dfe1af8feee9f2cf78004394e4dd04
RNReanimated: 66cf0f600a26d2b5e74c6e0b1c77c1ab1f62fc05
RNScreens: 35bb8e81aeccf111baa0ea01a54231390dbbcfd9
RNSentry: 8473fe16e2b05a9a6f4336369af0fa713e1eaf59
RNShare: 6204e6a1987ba3e7c47071ef703e5449a0e3548a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"react-native-pager-view": "6.5.0",
"react-native-permissions": "3.8.4",
"react-native-push-notification": "8.1.1",
"react-native-reanimated": "3.16.3",
"react-native-reanimated": "3.16.7",
"react-native-reanimated-zoom": "0.3.3",
"react-native-render-html": "6.3.4",
"react-native-safe-area-context": "3.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13329,10 +13329,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/react-native-reanimated-zoom/-/react-native-reanimated-zoom-0.3.3.tgz#99161310c398b2d4220e75ce1d9b76eb075bf3f6"
integrity sha512-naeMV19218OsVOAw7jq45mZGxcSgvcn5xAJlXep27R0IBo/fqpLlLuXKK2nyCXyLzuIPwgqS3O+LUMcTd2L5Gg==

[email protected].3:
version "3.16.3"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.3.tgz#3b559dca49e9e40abcf5de834dc27fc05f856b66"
integrity sha512-OWlA6e1oHhytTpc7WiSZ7Tmb8OYwLKYZz29Sz6d6WAg60Hm5GuAiKIWUG7Ako7FLcYhFkA0pEQ2xPMEYUo9vlw==
[email protected].7:
version "3.16.7"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.7.tgz#6c7fa516f62c6743c24d955dada00e3c5323d50d"
integrity sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw==
dependencies:
"@babel/plugin-transform-arrow-functions" "^7.0.0-0"
"@babel/plugin-transform-class-properties" "^7.0.0-0"
Expand Down

0 comments on commit 066a8c1

Please sign in to comment.