diff --git a/misc/keyvaluestorage/package.json b/misc/keyvaluestorage/package.json index da6801d6..2289788c 100644 --- a/misc/keyvaluestorage/package.json +++ b/misc/keyvaluestorage/package.json @@ -49,7 +49,7 @@ "unstorage": "^1.9.0" }, "peerDependencies": { - "@react-native-async-storage/async-storage": "1.x" + "@react-native-async-storage/async-storage": "1.x || 2.x" }, "peerDependenciesMeta": { "@react-native-async-storage/async-storage": { diff --git a/package-lock.json b/package-lock.json index c300c457..93773c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8521,7 +8521,7 @@ "webpack-cli": "^5.1.4" }, "peerDependencies": { - "@react-native-async-storage/async-storage": "1.x" + "@react-native-async-storage/async-storage": "1.x || 2.x" }, "peerDependenciesMeta": { "@react-native-async-storage/async-storage": { @@ -15194,15 +15194,15 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.19.4", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.4.tgz", - "integrity": "sha512-Stj6Q1v5knTMaYOinEEJl030SzJWEhqW+IYI5uA9Nl9Olo+vDUecmQXqpIxELucwOGDJ8KwvI0UL22UHudwZeQ==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.24.0.tgz", + "integrity": "sha512-W4/vbwUOYOjco0x3toB8QCr7EjIP6nE9G7o8PMguvvjYT5Awg09lyV4enACRx4s++PPulBiBSjL0KTFx2u0Z/g==", "dev": true, "dependencies": { "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0" + "react-native": "^0.0.0-0 || >=0.60 <1.0" } }, "node_modules/@react-native-community/cli": { @@ -33147,9 +33147,9 @@ "optional": true }, "@react-native-async-storage/async-storage": { - "version": "1.19.4", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.4.tgz", - "integrity": "sha512-Stj6Q1v5knTMaYOinEEJl030SzJWEhqW+IYI5uA9Nl9Olo+vDUecmQXqpIxELucwOGDJ8KwvI0UL22UHudwZeQ==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.24.0.tgz", + "integrity": "sha512-W4/vbwUOYOjco0x3toB8QCr7EjIP6nE9G7o8PMguvvjYT5Awg09lyV4enACRx4s++PPulBiBSjL0KTFx2u0Z/g==", "dev": true, "requires": { "merge-options": "^3.0.4"