diff --git a/package-lock.json b/package-lock.json index 228e10949..a1c35597b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@react-native-async-storage/async-storage": "^1.2.0", - "@react-native-community/netinfo": "^11.3.2", + "@react-native-async-storage/async-storage": "^2", + "@react-native-community/netinfo": "^11", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@types/chai": "^4.2.11", @@ -69,7 +69,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "@react-native-async-storage/async-storage": "^1.2.0", + "@react-native-async-storage/async-storage": "^1.2.0 || ^2", "@react-native-community/netinfo": "^11.3.2", "fast-text-encoding": "^1.0.6", "react-native-get-random-values": "^1.11.0" @@ -3980,15 +3980,16 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.21.0.tgz", - "integrity": "sha512-JL0w36KuFHFCvnbOXRekqVAUplmOyT/OuCQkogo6X98MtpSaJOKEAeZnYO8JB0U/RIEixZaGI5px73YbRm/oag==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.1.2.tgz", + "integrity": "sha512-dvlNq4AlGWC+ehtH12p65+17V0Dx7IecOWl6WanF2ja38O1Dcjjvn7jVzkUHJ5oWkQBlyASurTPlTHgKXyYiow==", "dev": true, + "license": "MIT", "dependencies": { "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || >=0.60 <1.0" + "react-native": "^0.0.0-0 || >=0.65 <1.0" } }, "node_modules/@react-native-community/cli": { diff --git a/package.json b/package.json index 3de7bad9e..7ca7b915e 100644 --- a/package.json +++ b/package.json @@ -93,8 +93,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@react-native-async-storage/async-storage": "^1.2.0", - "@react-native-community/netinfo": "^11.3.2", + "@react-native-async-storage/async-storage": "^2", + "@react-native-community/netinfo": "^11", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@types/chai": "^4.2.11", @@ -143,7 +143,7 @@ "webpack": "^5.74.0" }, "peerDependencies": { - "@react-native-async-storage/async-storage": "^1.2.0", + "@react-native-async-storage/async-storage": "^1.2.0 || ^2", "@react-native-community/netinfo": "^11.3.2", "fast-text-encoding": "^1.0.6", "react-native-get-random-values": "^1.11.0"