From b6087687587c6103c86e735753b650024aeecef2 Mon Sep 17 00:00:00 2001 From: Alan Charles <50601149+alanjcharles@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:01:54 -0400 Subject: [PATCH] chore: update async-storage dependency to 2.0.0 (#1000) * Fix: update async-storage dep to 2,0.0 * fix: update podfile.lock --- .../AnalyticsReactNativeExample/ios/Podfile.lock | 4 ++-- .../AnalyticsReactNativeExample/package.json | 2 +- examples/AnalyticsReactNativeExample/yarn.lock | 12 ++++++------ examples/E2E-73/package.json | 2 +- examples/E2E-73/yarn.lock | 12 ++++++------ examples/E2E/ios/Podfile.lock | 4 ++-- examples/E2E/package.json | 2 +- examples/E2E/yarn.lock | 12 ++++++------ package.json | 2 +- packages/core/package.json | 2 +- packages/sovran/package.json | 2 +- yarn.lock | 16 ++++++++-------- 12 files changed, 36 insertions(+), 36 deletions(-) diff --git a/examples/AnalyticsReactNativeExample/ios/Podfile.lock b/examples/AnalyticsReactNativeExample/ios/Podfile.lock index afbfa797..7769bc67 100644 --- a/examples/AnalyticsReactNativeExample/ios/Podfile.lock +++ b/examples/AnalyticsReactNativeExample/ios/Podfile.lock @@ -489,7 +489,7 @@ PODS: - React-jsi (= 0.72.9) - React-logger (= 0.72.9) - React-perflogger (= 0.72.9) - - RNCAsyncStorage (1.19.8): + - RNCAsyncStorage (2.0.0): - React-Core - RNCMaskedView (0.1.11): - React @@ -748,7 +748,7 @@ SPEC CHECKSUMS: React-runtimescheduler: a7b1442e155c6f131d8bdfaac47abdc303f50788 React-utils: a3ffbc321572ee91911d7bc30965abe9aa4e16af ReactCommon: 180205f326d59f52e12fa724f5278fcf8fb6afc3 - RNCAsyncStorage: 687bb9e85dd3d45b966662440dcfc0cd962347e6 + RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6 RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489 RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741 RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581 diff --git a/examples/AnalyticsReactNativeExample/package.json b/examples/AnalyticsReactNativeExample/package.json index a896674f..b00e980b 100644 --- a/examples/AnalyticsReactNativeExample/package.json +++ b/examples/AnalyticsReactNativeExample/package.json @@ -15,7 +15,7 @@ "clean:ios": "rimraf ios/build ios/Pods" }, "dependencies": { - "@react-native-async-storage/async-storage": "^1.0", + "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.20", diff --git a/examples/AnalyticsReactNativeExample/yarn.lock b/examples/AnalyticsReactNativeExample/yarn.lock index 8ca35253..e973c43a 100644 --- a/examples/AnalyticsReactNativeExample/yarn.lock +++ b/examples/AnalyticsReactNativeExample/yarn.lock @@ -1328,14 +1328,14 @@ __metadata: languageName: node linkType: hard -"@react-native-async-storage/async-storage@npm:^1.0": - version: 1.19.8 - resolution: "@react-native-async-storage/async-storage@npm:1.19.8" +"@react-native-async-storage/async-storage@npm:^2.0.0": + version: 2.0.0 + resolution: "@react-native-async-storage/async-storage@npm:2.0.0" dependencies: merge-options: "npm:^3.0.4" peerDependencies: - react-native: ^0.0.0-0 || >=0.60 <1.0 - checksum: 10c0/baf040271e5ffe96ede124c8581140f816440f869e33f536d729708015e0859be49c67c22d6264ccbc8542551925b954af2fbb129d511fefc0d69d14470846fe + react-native: ^0.0.0-0 || >=0.65 <1.0 + checksum: 10c0/e09c93aecd2e0509c8d58fa2435d2aaadc7025910102a8d7ed21b4b6ee74ec680f0b2d9eb1e5f0f5b524b48f4dc868cd12a71452686f88664c3deb35ea83f370 languageName: node linkType: hard @@ -2027,7 +2027,7 @@ __metadata: version: 0.0.0-use.local resolution: "AnalyticsReactNativeExample@workspace:." dependencies: - "@react-native-async-storage/async-storage": "npm:^1.0" + "@react-native-async-storage/async-storage": "npm:^2.0.0" "@react-native-community/masked-view": "npm:^0.1.11" "@react-native/eslint-config": "npm:^0.72.2" "@react-native/metro-config": "npm:^0.72.11" diff --git a/examples/E2E-73/package.json b/examples/E2E-73/package.json index ad95047c..365b5261 100644 --- a/examples/E2E-73/package.json +++ b/examples/E2E-73/package.json @@ -20,7 +20,7 @@ "clean:ios": "rimraf ios/build ios/Pods" }, "dependencies": { - "@react-native-async-storage/async-storage": "^1.0", + "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.20", diff --git a/examples/E2E-73/yarn.lock b/examples/E2E-73/yarn.lock index 88663644..cfb5e3fc 100644 --- a/examples/E2E-73/yarn.lock +++ b/examples/E2E-73/yarn.lock @@ -2146,14 +2146,14 @@ __metadata: languageName: node linkType: hard -"@react-native-async-storage/async-storage@npm:^1.0": - version: 1.21.0 - resolution: "@react-native-async-storage/async-storage@npm:1.21.0" +"@react-native-async-storage/async-storage@npm:^2.0.0": + version: 2.0.0 + resolution: "@react-native-async-storage/async-storage@npm:2.0.0" dependencies: merge-options: "npm:^3.0.4" peerDependencies: - react-native: ^0.0.0-0 || >=0.60 <1.0 - checksum: 10c0/6e399f72a76e55fc2f0898ce188616267ac857e7c8c002feb4a998fc5aa27026d39478681b0a443fbd0a5fb0646e4e25dfb0d98dea04051fdafd7040d1aea7dc + react-native: ^0.0.0-0 || >=0.65 <1.0 + checksum: 10c0/e09c93aecd2e0509c8d58fa2435d2aaadc7025910102a8d7ed21b4b6ee74ec680f0b2d9eb1e5f0f5b524b48f4dc868cd12a71452686f88664c3deb35ea83f370 languageName: node linkType: hard @@ -3073,7 +3073,7 @@ __metadata: "@babel/core": "npm:^7.20.0" "@babel/preset-env": "npm:^7.20.0" "@babel/runtime": "npm:^7.20.0" - "@react-native-async-storage/async-storage": "npm:^1.0" + "@react-native-async-storage/async-storage": "npm:^2.0.0" "@react-native-community/masked-view": "npm:^0.1.11" "@react-native/babel-preset": "npm:^0.73.18" "@react-native/eslint-config": "npm:^0.73.1" diff --git a/examples/E2E/ios/Podfile.lock b/examples/E2E/ios/Podfile.lock index d948343e..5fb0f67c 100644 --- a/examples/E2E/ios/Podfile.lock +++ b/examples/E2E/ios/Podfile.lock @@ -489,7 +489,7 @@ PODS: - React-jsi (= 0.72.9) - React-logger (= 0.72.9) - React-perflogger (= 0.72.9) - - RNCAsyncStorage (1.19.8): + - RNCAsyncStorage (2.0.0): - React-Core - RNCMaskedView (0.1.11): - React @@ -748,7 +748,7 @@ SPEC CHECKSUMS: React-runtimescheduler: a7b1442e155c6f131d8bdfaac47abdc303f50788 React-utils: a3ffbc321572ee91911d7bc30965abe9aa4e16af ReactCommon: 180205f326d59f52e12fa724f5278fcf8fb6afc3 - RNCAsyncStorage: 687bb9e85dd3d45b966662440dcfc0cd962347e6 + RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6 RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489 RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741 RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581 diff --git a/examples/E2E/package.json b/examples/E2E/package.json index 59421d27..de0a58bd 100644 --- a/examples/E2E/package.json +++ b/examples/E2E/package.json @@ -20,7 +20,7 @@ "clean:ios": "rimraf ios/build ios/Pods" }, "dependencies": { - "@react-native-async-storage/async-storage": "^1.0", + "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.20", diff --git a/examples/E2E/yarn.lock b/examples/E2E/yarn.lock index e50ee2c9..2c06ae61 100644 --- a/examples/E2E/yarn.lock +++ b/examples/E2E/yarn.lock @@ -2175,14 +2175,14 @@ __metadata: languageName: node linkType: hard -"@react-native-async-storage/async-storage@npm:^1.0": - version: 1.19.8 - resolution: "@react-native-async-storage/async-storage@npm:1.19.8" +"@react-native-async-storage/async-storage@npm:^2.0.0": + version: 2.0.0 + resolution: "@react-native-async-storage/async-storage@npm:2.0.0" dependencies: merge-options: "npm:^3.0.4" peerDependencies: - react-native: ^0.0.0-0 || >=0.60 <1.0 - checksum: 10c0/baf040271e5ffe96ede124c8581140f816440f869e33f536d729708015e0859be49c67c22d6264ccbc8542551925b954af2fbb129d511fefc0d69d14470846fe + react-native: ^0.0.0-0 || >=0.65 <1.0 + checksum: 10c0/e09c93aecd2e0509c8d58fa2435d2aaadc7025910102a8d7ed21b4b6ee74ec680f0b2d9eb1e5f0f5b524b48f4dc868cd12a71452686f88664c3deb35ea83f370 languageName: node linkType: hard @@ -2946,7 +2946,7 @@ __metadata: "@babel/core": "npm:^7.23.3" "@babel/preset-env": "npm:^7.23.3" "@babel/runtime": "npm:^7.23.2" - "@react-native-async-storage/async-storage": "npm:^1.0" + "@react-native-async-storage/async-storage": "npm:^2.0.0" "@react-native-community/masked-view": "npm:^0.1.11" "@react-native/eslint-config": "npm:^0.72.2" "@react-native/metro-config": "npm:^0.72.11" diff --git a/package.json b/package.json index 7be39630..5836c4ba 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/runtime": "^7.23.2", "@changesets/cli": "^2.26.2", "@commitlint/config-conventional": "^18.4.2", - "@react-native-async-storage/async-storage": "^1.19", + "@react-native-async-storage/async-storage": "^2.0.0", "@react-native/eslint-config": "^0.73.2", "@segment/analytics-rn-shared": "workspace:^", "@semantic-release/changelog": "^6.0.3", diff --git a/packages/core/package.json b/packages/core/package.json index f37d375c..e8e0609f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -59,7 +59,7 @@ "typescript": "^5.2.2" }, "peerDependencies": { - "@react-native-async-storage/async-storage": "1.x", + "@react-native-async-storage/async-storage": "2.x", "@segment/sovran-react-native": "^1.1.0", "react": "*", "react-native": "*", diff --git a/packages/sovran/package.json b/packages/sovran/package.json index 8282f38b..e67fa03c 100644 --- a/packages/sovran/package.json +++ b/packages/sovran/package.json @@ -66,7 +66,7 @@ ] }, "peerDependencies": { - "@react-native-async-storage/async-storage": "1.x", + "@react-native-async-storage/async-storage": "2.x", "react": "*", "react-native": "*" }, diff --git a/yarn.lock b/yarn.lock index 8aaa7cb1..418a613a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3001,14 +3001,14 @@ __metadata: languageName: node linkType: hard -"@react-native-async-storage/async-storage@npm:^1.19": - version: 1.21.0 - resolution: "@react-native-async-storage/async-storage@npm:1.21.0" +"@react-native-async-storage/async-storage@npm:^2.0.0": + version: 2.0.0 + resolution: "@react-native-async-storage/async-storage@npm:2.0.0" dependencies: merge-options: "npm:^3.0.4" peerDependencies: - react-native: ^0.0.0-0 || >=0.60 <1.0 - checksum: 10c0/6e399f72a76e55fc2f0898ce188616267ac857e7c8c002feb4a998fc5aa27026d39478681b0a443fbd0a5fb0646e4e25dfb0d98dea04051fdafd7040d1aea7dc + react-native: ^0.0.0-0 || >=0.65 <1.0 + checksum: 10c0/e09c93aecd2e0509c8d58fa2435d2aaadc7025910102a8d7ed21b4b6ee74ec680f0b2d9eb1e5f0f5b524b48f4dc868cd12a71452686f88664c3deb35ea83f370 languageName: node linkType: hard @@ -3629,7 +3629,7 @@ __metadata: typescript: "npm:^5.2.2" uuid: "npm:^9.0.1" peerDependencies: - "@react-native-async-storage/async-storage": 1.x + "@react-native-async-storage/async-storage": 2.x "@segment/sovran-react-native": ^1.1.0 react: "*" react-native: "*" @@ -3667,7 +3667,7 @@ __metadata: typescript: "npm:^5.2.2" uuid: "npm:^9.0.1" peerDependencies: - "@react-native-async-storage/async-storage": 1.x + "@react-native-async-storage/async-storage": 2.x react: "*" react-native: "*" peerDependenciesMeta: @@ -5650,7 +5650,7 @@ __metadata: "@babel/runtime": "npm:^7.23.2" "@changesets/cli": "npm:^2.26.2" "@commitlint/config-conventional": "npm:^18.4.2" - "@react-native-async-storage/async-storage": "npm:^1.19" + "@react-native-async-storage/async-storage": "npm:^2.0.0" "@react-native/eslint-config": "npm:^0.73.2" "@segment/analytics-rn-shared": "workspace:^" "@semantic-release/changelog": "npm:^6.0.3"