From 5c14608920ecbe31569be8c7ae66e3c195024c06 Mon Sep 17 00:00:00 2001 From: Tomek Zawadzki Date: Tue, 26 Nov 2024 10:32:11 +0100 Subject: [PATCH] Bump react-native-reanimated to 3.16.3 --- example/ios/Podfile.lock | 16 ++++++++-------- example/package.json | 2 +- package-lock.json | 12 ++++++------ package.json | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 13e71782c..c635f030d 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1542,7 +1542,7 @@ PODS: - ReactCommon/turbomodule/core - RNReanimated/worklets - Yoga - - RNReanimated (3.16.1): + - RNReanimated (3.16.3): - DoubleConversion - glog - hermes-engine @@ -1562,10 +1562,10 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated (= 3.16.1) - - RNReanimated/worklets (= 3.16.1) + - RNReanimated/reanimated (= 3.16.3) + - RNReanimated/worklets (= 3.16.3) - Yoga - - RNReanimated/reanimated (3.16.1): + - RNReanimated/reanimated (3.16.3): - DoubleConversion - glog - hermes-engine @@ -1585,9 +1585,9 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated/apple (= 3.16.1) + - RNReanimated/reanimated/apple (= 3.16.3) - Yoga - - RNReanimated/reanimated/apple (3.16.1): + - RNReanimated/reanimated/apple (3.16.3): - DoubleConversion - glog - hermes-engine @@ -1608,7 +1608,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNReanimated/worklets (3.16.1): + - RNReanimated/worklets (3.16.3): - DoubleConversion - glog - hermes-engine @@ -1898,7 +1898,7 @@ SPEC CHECKSUMS: ReactCodegen: e35c23cdd36922f6d2990c6c1f1b022ade7ad74d ReactCommon: 289214026502e6a93484f4a46bcc0efa4f3f2864 RNLiveMarkdown: ab4c8425068c97fa7cca6bbf376ed1d83e0df166 - RNReanimated: e52ba6a86fb976eee1e51c7e5598bdc11c32be6b + RNReanimated: ab6c33a61e90c4cbe5dbcbe65bd6c7cb3be167e6 SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d Yoga: 1354c027ab07c7736f99a3bef16172d6f1b12b47 diff --git a/example/package.json b/example/package.json index a1c124828..268543b50 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "expensify-common": "2.0.106", "react": "18.3.1", "react-native": "0.75.3", - "react-native-reanimated": "3.16.1" + "react-native-reanimated": "3.16.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/package-lock.json b/package-lock.json index 432ad3cca..765d12f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "react": "18.3.1", "react-native": "0.75.3", "react-native-builder-bob": "^0.20.0", - "react-native-reanimated": "3.16.1", + "react-native-reanimated": "3.16.3", "react-native-web": "^0.19.10", "release-it": "^15.0.0", "turbo": "^1.10.7", @@ -59,7 +59,7 @@ "expensify-common": ">=2.0.106", "react": "*", "react-native": "*", - "react-native-reanimated": ">=3.16.1" + "react-native-reanimated": ">=3.16.3" } }, "example": { @@ -69,7 +69,7 @@ "expensify-common": "2.0.106", "react": "18.3.1", "react-native": "0.75.3", - "react-native-reanimated": "3.16.1" + "react-native-reanimated": "3.16.3" }, "devDependencies": { "@babel/core": "^7.20.0", @@ -24485,9 +24485,9 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.1.tgz", - "integrity": "sha512-Wnbo7toHZ6kPLAD8JWKoKCTfNoqYOMW5vUEP76Rr4RBmJCrdXj6oauYP0aZnZq8NCbiP5bwwu7+RECcWtoetnQ==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.3.tgz", + "integrity": "sha512-OWlA6e1oHhytTpc7WiSZ7Tmb8OYwLKYZz29Sz6d6WAg60Hm5GuAiKIWUG7Ako7FLcYhFkA0pEQ2xPMEYUo9vlw==", "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", "@babel/plugin-transform-class-properties": "^7.0.0-0", diff --git a/package.json b/package.json index 5d764150f..4f3358ffc 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "react": "18.3.1", "react-native": "0.75.3", "react-native-builder-bob": "^0.20.0", - "react-native-reanimated": "3.16.1", + "react-native-reanimated": "3.16.3", "react-native-web": "^0.19.10", "release-it": "^15.0.0", "turbo": "^1.10.7", @@ -101,7 +101,7 @@ "expensify-common": ">=2.0.106", "react": "*", "react-native": "*", - "react-native-reanimated": ">=3.16.1" + "react-native-reanimated": ">=3.16.3" }, "workspaces": [ "./example",