Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency react-native-reanimated to ^3.15.5 #6172

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -794,17 +794,22 @@ PODS:
- RNReactNativeHapticFeedback (2.3.3):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNReanimated (3.15.1):
- RNReanimated (3.16.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.15.1)
- RNReanimated/worklets (= 3.15.1)
- RNReanimated/reanimated (3.15.1):
- RNReanimated/reanimated (= 3.16.0)
- RNReanimated/worklets (= 3.16.0)
- RNReanimated/reanimated (3.16.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- ReactCommon/turbomodule/core
- RNReanimated/worklets (3.15.1):
- RNReanimated/reanimated/apple (= 3.16.0)
- RNReanimated/reanimated/apple (3.16.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- ReactCommon/turbomodule/core
- RNReanimated/worklets (3.16.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- ReactCommon/turbomodule/core
Expand Down Expand Up @@ -1321,7 +1326,7 @@ SPEC CHECKSUMS:
RNPermissions: da2a4ded375aa8292d85ed93676e102c203d4717
RNPersonaInquiry2: 3ab52078e891a5d2fa39bf7cc9119ca27f0337fd
RNReactNativeHapticFeedback: a15559aa2aa8b5e5d49616fd84259dfb3c415230
RNReanimated: 739d696f5bd3bea1d675a86caec05064ab4d898f
RNReanimated: 6dce7bdd9599eb2d3735e67459640374b3aba1ba
RNScreens: a1db0ca347cf9f44ae57b0a2d31991af6d872f7c
RNSentry: 5596dbadad9a1cccef90f9ccc18e1a309c1bde64
RNShare: cc904a0d9305649d0fe7897fc6de938f958c3a40
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"react-native-platform-touchable": "^1.1.1",
"react-native-qrcode-svg": "^6.3.2",
"react-native-quick-crypto": "^0.7.5",
"react-native-reanimated": "^3.15.1",
"react-native-reanimated": "^3.15.5",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12747,10 +12747,10 @@ react-native-quick-crypto@^0.7.5:
string_decoder "^1.3.0"
util "^0.12.5"

react-native-reanimated@^3.15.1:
version "3.15.1"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.15.1.tgz#59fb0ce9de7b8c7add2bcea80911cce332349a0e"
integrity sha512-DbBeUUExtJ1x1nfE94I8qgDgWjq5ztM3IO/+XFO+agOkPeVpBs5cRnxHfJKrjqJ2MgwhJOUDmtHxo+tDsoeitg==
react-native-reanimated@^3.15.5:
version "3.16.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.0.tgz#c1174540158181e022ec076695a0e2f9cf2f8e9a"
integrity sha512-DDyp5/sFeDTsb7lf/iYVwyRmbfzO/+vsUjGV4YHeI9RbelG9GpZRJoxyv5CN0PXsEjQiXk4XJ8rxYDopCg9bsg==
dependencies:
"@babel/plugin-transform-arrow-functions" "^7.0.0-0"
"@babel/plugin-transform-class-properties" "^7.0.0-0"
Expand Down
Loading