From 87fd505d8a767c248c9f5627c888cf41964cdaf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:38:07 +0000 Subject: [PATCH] chore(deps): bump @react-native-async-storage/async-storage Bumps [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/default-storage-backend) from 1.24.0 to 2.0.0. - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@2.0.0/packages/default-storage-backend) --- updated-dependencies: - dependency-name: "@react-native-async-storage/async-storage" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5610a70..21e7a7b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@babel/preset-env": "^7.25.4", - "@react-native-async-storage/async-storage": "^1.24.0", + "@react-native-async-storage/async-storage": "^2.0.0", "@reduxjs/toolkit": "^2.2.7", "@rneui/base": "4.0.0-rc.7", "@rneui/themed": "4.0.0-rc.8", diff --git a/yarn.lock b/yarn.lock index 16c97f0..dd11c03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1987,10 +1987,10 @@ "@babel/runtime" "^7.13.10" "@radix-ui/react-compose-refs" "1.0.0" -"@react-native-async-storage/async-storage@^1.24.0": - version "1.24.0" - resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.24.0.tgz#888efbc62a26f7d9464b32f4d3027b7f2771999b" - integrity sha512-W4/vbwUOYOjco0x3toB8QCr7EjIP6nE9G7o8PMguvvjYT5Awg09lyV4enACRx4s++PPulBiBSjL0KTFx2u0Z/g== +"@react-native-async-storage/async-storage@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-2.0.0.tgz#22373f7f83132547701637fc574ddb83b83b384e" + integrity sha512-af6H9JjfL6G/PktBfUivvexoiFKQTJGQCtSWxMdivLzNIY94mu9DdiY0JqCSg/LyPCLGKhHPUlRQhNvpu3/KVA== dependencies: merge-options "^3.0.4"