From 03512c8e14aef2eaf0b77b1386af0f85817b7e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 01:13:35 +0000 Subject: [PATCH] Bump recoil from 0.6.1 to 0.7.2 Bumps [recoil](https://github.com/facebookexperimental/Recoil) from 0.6.1 to 0.7.2. - [Release notes](https://github.com/facebookexperimental/Recoil/releases) - [Changelog](https://github.com/facebookexperimental/Recoil/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebookexperimental/Recoil/compare/0.6.1...0.7.2) --- updated-dependencies: - dependency-name: recoil dependency-type: direct:production update-type: version-update:semver-minor ... 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 fdf4fb0..5134188 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@heroicons/react": "^1.0.6", "@tauri-apps/api": "^1.0.0-beta.8", "preact": "^10.7.1", - "recoil": "^0.6.1" + "recoil": "^0.7.2" }, "devDependencies": { "@preact/preset-vite": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index f472e81..97589d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3157,10 +3157,10 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -recoil@^0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.6.1.tgz#6fdf1ba6cb20b5a2e54ec4abcbdaa287e8a03fa2" - integrity sha512-J7oT3LZl2vpyFClgSUpOQjpykz84VSX/NJE/PavAtR8n7Z+whEdVBPUtwc2TEWjONeL/lJmiac2XQ+qEOQA52Q== +recoil@^0.7.2: + version "0.7.2" + resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.7.2.tgz#37aafc9e0674abae639263354a11c910e71bf78a" + integrity sha512-OT4pI7FOUHcIoRtjsL5Lqq+lFFzQfir4MIbUkqyJ3nqv3WfBP1pHepyurqTsK5gw+T+I2R8+uOD28yH+Lg5o4g== dependencies: hamt_plus "1.0.2"