From 2eb80f7faa025abd4c9ff95aa39e74dc7850e9e8 Mon Sep 17 00:00:00 2001 From: Matej Kriz Date: Wed, 23 Oct 2024 16:33:06 +0200 Subject: [PATCH] fix(suite-native): update react-native-reanimated to prevent crash - Facing this issue crashing the app after load https://github.com/software-mansion/react-native-reanimated/issues/6415 --- suite-native/accounts/package.json | 2 +- suite-native/alerts/package.json | 2 +- suite-native/app/package.json | 2 +- suite-native/assets/package.json | 2 +- suite-native/atoms/package.json | 2 +- suite-native/coin-enabling/package.json | 2 +- suite-native/device-manager/package.json | 2 +- suite-native/device/package.json | 2 +- suite-native/graph/package.json | 2 +- suite-native/icons/package.json | 2 +- suite-native/message-system/package.json | 2 +- .../module-accounts-import/package.json | 2 +- .../module-accounts-management/package.json | 2 +- .../module-authorize-device/package.json | 2 +- suite-native/module-send/package.json | 2 +- suite-native/notifications/package.json | 2 +- suite-native/react-native-graph/package.json | 2 +- suite-native/receive/package.json | 2 +- suite-native/test-utils/package.json | 2 +- suite-native/toasts/package.json | 2 +- suite-native/transactions/package.json | 2 +- yarn.lock | 50 +++++++++---------- 22 files changed, 46 insertions(+), 46 deletions(-) diff --git a/suite-native/accounts/package.json b/suite-native/accounts/package.json index bab081409275..cd96727ac543 100644 --- a/suite-native/accounts/package.json +++ b/suite-native/accounts/package.json @@ -39,7 +39,7 @@ "proxy-memoize": "2.0.2", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/suite-native/alerts/package.json b/suite-native/alerts/package.json index 6c3902f376fd..093fd8c2612c 100644 --- a/suite-native/alerts/package.json +++ b/suite-native/alerts/package.json @@ -18,6 +18,6 @@ "jotai": "1.9.1", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0" + "react-native-reanimated": "3.16.1" } } diff --git a/suite-native/app/package.json b/suite-native/app/package.json index 421d37b87e56..890f65fc68d3 100644 --- a/suite-native/app/package.json +++ b/suite-native/app/package.json @@ -111,7 +111,7 @@ "react-native-gesture-handler": "2.18.1", "react-native-keyboard-aware-scroll-view": "0.9.5", "react-native-mmkv": "2.12.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-native-restart": "0.0.27", "react-native-safe-area-context": "4.10.9", "react-native-screens": "3.34.0", diff --git a/suite-native/assets/package.json b/suite-native/assets/package.json index 099f6d0ebca2..55f4358bb016 100644 --- a/suite-native/assets/package.json +++ b/suite-native/assets/package.json @@ -33,7 +33,7 @@ "proxy-memoize": "2.0.2", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/suite-native/atoms/package.json b/suite-native/atoms/package.json index 8e7e1fcf692d..2a5a48411993 100644 --- a/suite-native/atoms/package.json +++ b/suite-native/atoms/package.json @@ -28,7 +28,7 @@ "react": "18.2.0", "react-native": "0.75.2", "react-native-gesture-handler": "2.18.1", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-native-safe-area-context": "4.10.9" } } diff --git a/suite-native/coin-enabling/package.json b/suite-native/coin-enabling/package.json index 95ff5cdbd5ab..015ed935243b 100644 --- a/suite-native/coin-enabling/package.json +++ b/suite-native/coin-enabling/package.json @@ -32,7 +32,7 @@ "expo-linear-gradient": "13.0.2", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-native-svg": "15.6.0", "react-redux": "8.0.7" } diff --git a/suite-native/device-manager/package.json b/suite-native/device-manager/package.json index 370f75a638eb..c00e04428779 100644 --- a/suite-native/device-manager/package.json +++ b/suite-native/device-manager/package.json @@ -30,7 +30,7 @@ "jotai": "1.9.1", "react": "^18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-native-safe-area-context": "4.10.9", "react-redux": "8.0.7" } diff --git a/suite-native/device/package.json b/suite-native/device/package.json index d0395e911290..b1153bf10389 100644 --- a/suite-native/device/package.json +++ b/suite-native/device/package.json @@ -35,7 +35,7 @@ "proxy-memoize": "2.0.2", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7", "semver": "^7.6.3" } diff --git a/suite-native/graph/package.json b/suite-native/graph/package.json index d5226eef13ee..a0e8d938cd32 100644 --- a/suite-native/graph/package.json +++ b/suite-native/graph/package.json @@ -41,7 +41,7 @@ "jotai": "1.9.1", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7", "redux-persist": "6.0.0" } diff --git a/suite-native/icons/package.json b/suite-native/icons/package.json index 5ea577b3a512..46b1bf230f68 100644 --- a/suite-native/icons/package.json +++ b/suite-native/icons/package.json @@ -22,6 +22,6 @@ "expo-image": "1.12.15", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0" + "react-native-reanimated": "3.16.1" } } diff --git a/suite-native/message-system/package.json b/suite-native/message-system/package.json index 0fbb9c38ab9f..271b842755e4 100644 --- a/suite-native/message-system/package.json +++ b/suite-native/message-system/package.json @@ -27,7 +27,7 @@ "@trezor/theme": "workspace:*", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/suite-native/module-accounts-import/package.json b/suite-native/module-accounts-import/package.json index 38d63b2e8847..a046a2630b99 100644 --- a/suite-native/module-accounts-import/package.json +++ b/suite-native/module-accounts-import/package.json @@ -47,7 +47,7 @@ "@trezor/utxo-lib": "workspace:*", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/suite-native/module-accounts-management/package.json b/suite-native/module-accounts-management/package.json index b6772f2213bd..e9134a0b2ba6 100644 --- a/suite-native/module-accounts-management/package.json +++ b/suite-native/module-accounts-management/package.json @@ -43,7 +43,7 @@ "react": "18.2.0", "react-hook-form": "^7.53.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/suite-native/module-authorize-device/package.json b/suite-native/module-authorize-device/package.json index 2310f9297c9d..48c7f7124980 100644 --- a/suite-native/module-authorize-device/package.json +++ b/suite-native/module-authorize-device/package.json @@ -35,7 +35,7 @@ "@trezor/styles": "workspace:*", "react": "18.2.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-native-svg": "15.6.0", "react-redux": "8.0.7" } diff --git a/suite-native/module-send/package.json b/suite-native/module-send/package.json index f4790ddafb06..f4630c15c4f4 100644 --- a/suite-native/module-send/package.json +++ b/suite-native/module-send/package.json @@ -49,7 +49,7 @@ "react": "18.2.0", "react-hook-form": "^7.53.0", "react-native": "0.75.2", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-native-svg": "15.6.0", "react-redux": "8.0.7" } diff --git a/suite-native/notifications/package.json b/suite-native/notifications/package.json index 70838132e567..36da137ff7b8 100644 --- a/suite-native/notifications/package.json +++ b/suite-native/notifications/package.json @@ -27,7 +27,7 @@ "react": "18.2.0", "react-native": "0.75.2", "react-native-gesture-handler": "2.18.1", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/suite-native/react-native-graph/package.json b/suite-native/react-native-graph/package.json index 8aace45460f5..1b1821dfea8e 100644 --- a/suite-native/react-native-graph/package.json +++ b/suite-native/react-native-graph/package.json @@ -18,6 +18,6 @@ "react": "18.2.0", "react-native": "0.75.2", "react-native-gesture-handler": "2.18.1", - "react-native-reanimated": "3.15.0" + "react-native-reanimated": "3.16.1" } } diff --git a/suite-native/receive/package.json b/suite-native/receive/package.json index c01d87c5140a..d10a43e894a4 100644 --- a/suite-native/receive/package.json +++ b/suite-native/receive/package.json @@ -40,7 +40,7 @@ "react": "18.2.0", "react-native": "0.75.2", "react-native-gesture-handler": "2.18.1", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/suite-native/test-utils/package.json b/suite-native/test-utils/package.json index 5878eaeec8f6..b2976558f6f8 100644 --- a/suite-native/test-utils/package.json +++ b/suite-native/test-utils/package.json @@ -16,7 +16,7 @@ "@trezor/theme": "workspace:*", "react": "18.2.0", "react-native-gesture-handler": "2.18.1", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-native-safe-area-context": "4.10.9" } } diff --git a/suite-native/toasts/package.json b/suite-native/toasts/package.json index 5f18d0dc835b..e5d3df144a8d 100644 --- a/suite-native/toasts/package.json +++ b/suite-native/toasts/package.json @@ -19,6 +19,6 @@ "@trezor/theme": "workspace:*", "jotai": "1.9.1", "react": "18.2.0", - "react-native-reanimated": "3.15.0" + "react-native-reanimated": "3.16.1" } } diff --git a/suite-native/transactions/package.json b/suite-native/transactions/package.json index a64a09d9bc28..e6bd889792d4 100644 --- a/suite-native/transactions/package.json +++ b/suite-native/transactions/package.json @@ -42,7 +42,7 @@ "react": "18.2.0", "react-native": "0.75.2", "react-native-gesture-handler": "2.18.1", - "react-native-reanimated": "3.15.0", + "react-native-reanimated": "3.16.1", "react-redux": "8.0.7" } } diff --git a/yarn.lock b/yarn.lock index 2d04de7a8113..d8cf1510bf20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9551,7 +9551,7 @@ __metadata: proxy-memoize: "npm:2.0.2" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -9567,7 +9567,7 @@ __metadata: jotai: "npm:1.9.1" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" languageName: unknown linkType: soft @@ -9693,7 +9693,7 @@ __metadata: react-native-gesture-handler: "npm:2.18.1" react-native-keyboard-aware-scroll-view: "npm:0.9.5" react-native-mmkv: "npm:2.12.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-native-restart: "npm:0.0.27" react-native-safe-area-context: "npm:4.10.9" react-native-screens: "npm:3.34.0" @@ -9731,7 +9731,7 @@ __metadata: proxy-memoize: "npm:2.0.2" react: "npm:^18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -9757,7 +9757,7 @@ __metadata: react: "npm:18.2.0" react-native: "npm:0.75.2" react-native-gesture-handler: "npm:2.18.1" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-native-safe-area-context: "npm:4.10.9" languageName: unknown linkType: soft @@ -9817,7 +9817,7 @@ __metadata: expo-linear-gradient: "npm:13.0.2" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-native-svg: "npm:15.6.0" react-redux: "npm:8.0.7" languageName: unknown @@ -9892,7 +9892,7 @@ __metadata: jotai: "npm:1.9.1" react: "npm:^18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-native-safe-area-context: "npm:4.10.9" react-redux: "npm:8.0.7" languageName: unknown @@ -9934,7 +9934,7 @@ __metadata: proxy-memoize: "npm:2.0.2" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" semver: "npm:^7.6.3" languageName: unknown @@ -10050,7 +10050,7 @@ __metadata: jotai: "npm:1.9.1" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" redux-persist: "npm:6.0.0" languageName: unknown @@ -10081,7 +10081,7 @@ __metadata: expo-image: "npm:1.12.15" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" languageName: unknown linkType: soft @@ -10129,7 +10129,7 @@ __metadata: "@trezor/theme": "workspace:*" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -10173,7 +10173,7 @@ __metadata: "@trezor/utxo-lib": "workspace:*" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -10214,7 +10214,7 @@ __metadata: react: "npm:18.2.0" react-hook-form: "npm:^7.53.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -10275,7 +10275,7 @@ __metadata: "@trezor/styles": "workspace:*" react: "npm:18.2.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-native-svg: "npm:15.6.0" react-redux: "npm:8.0.7" languageName: unknown @@ -10476,7 +10476,7 @@ __metadata: react: "npm:18.2.0" react-hook-form: "npm:^7.53.0" react-native: "npm:0.75.2" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-native-svg: "npm:15.6.0" react-redux: "npm:8.0.7" languageName: unknown @@ -10598,7 +10598,7 @@ __metadata: react: "npm:18.2.0" react-native: "npm:0.75.2" react-native-gesture-handler: "npm:2.18.1" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -10634,7 +10634,7 @@ __metadata: react: "npm:18.2.0" react-native: "npm:0.75.2" react-native-gesture-handler: "npm:2.18.1" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" languageName: unknown linkType: soft @@ -10671,7 +10671,7 @@ __metadata: react: "npm:18.2.0" react-native: "npm:0.75.2" react-native-gesture-handler: "npm:2.18.1" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -10766,7 +10766,7 @@ __metadata: "@trezor/theme": "workspace:*" react: "npm:18.2.0" react-native-gesture-handler: "npm:2.18.1" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-native-safe-area-context: "npm:4.10.9" languageName: unknown linkType: soft @@ -10797,7 +10797,7 @@ __metadata: "@trezor/theme": "workspace:*" jotai: "npm:1.9.1" react: "npm:18.2.0" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" languageName: unknown linkType: soft @@ -10851,7 +10851,7 @@ __metadata: react: "npm:18.2.0" react-native: "npm:0.75.2" react-native-gesture-handler: "npm:2.18.1" - react-native-reanimated: "npm:3.15.0" + react-native-reanimated: "npm:3.16.1" react-redux: "npm:8.0.7" languageName: unknown linkType: soft @@ -36105,9 +36105,9 @@ __metadata: languageName: node linkType: hard -"react-native-reanimated@npm:3.15.0": - version: 3.15.0 - resolution: "react-native-reanimated@npm:3.15.0" +"react-native-reanimated@npm:3.16.1": + version: 3.16.1 + resolution: "react-native-reanimated@npm:3.16.1" dependencies: "@babel/plugin-transform-arrow-functions": "npm:^7.0.0-0" "@babel/plugin-transform-class-properties": "npm:^7.0.0-0" @@ -36124,7 +36124,7 @@ __metadata: "@babel/core": ^7.0.0-0 react: "*" react-native: "*" - checksum: 10/f40a19983d859109e3dc5809999cc2f06a5e5f985a7bb08a672d6f218fccc240f86835d28a6e521fe09d8e40bac36799e9e1efff8a8ba272e2874fefe62340f0 + checksum: 10/3e46c32655a5e3d89dd79606179ebd6da96cedf31f15c64a32d4cea2c35ec5724411099aeaa59e5f8220c93fc268ee1b391b3210e7e87e43544e279edd2a2ccc languageName: node linkType: hard