From 413f92389e88fc4a670a11dd26ccc594233f970a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 01:59:29 +0000 Subject: [PATCH] chore(deps): update dependency @react-native-async-storage/async-storage to v2 --- misc/keyvaluestorage/package-lock.json | 13 ------------- misc/keyvaluestorage/package.json | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/misc/keyvaluestorage/package-lock.json b/misc/keyvaluestorage/package-lock.json index 05cbcca7..e7dfc43e 100644 --- a/misc/keyvaluestorage/package-lock.json +++ b/misc/keyvaluestorage/package-lock.json @@ -2403,19 +2403,6 @@ "@jridgewell/sourcemap-codec": "1.4.14" } }, - "node_modules/@react-native-async-storage/async-storage": { - "version": "1.17.12", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.17.12.tgz", - "integrity": "sha512-BXg4OxFdjPTRt+8MvN6jz4muq0/2zII3s7HeT/11e4Zeh3WCgk/BleLzUcDfVqF3OzFHUqEkSrb76d6Ndjd/Nw==", - "optional": true, - "peer": true, - "dependencies": { - "merge-options": "^3.0.4" - }, - "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.71 || 1000.0.0" - } - }, "node_modules/@react-native-community/cli": { "version": "10.2.0", "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-10.2.0.tgz", diff --git a/misc/keyvaluestorage/package.json b/misc/keyvaluestorage/package.json index f8c2adad..4881b214 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": {