From 3d764ef64a3cf319e3293034bb4d9100794b838e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 04:58:58 +0000 Subject: [PATCH] chore(deps): bump jotai from 2.1.1 to 2.2.1 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.1.1 to 2.2.1. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.1.1...v2.2.1) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sites/org/package.json | 2 +- sites/shared/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sites/org/package.json b/sites/org/package.json index 0daf39c65a9..18eb53ff2aa 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -40,7 +40,7 @@ "algoliasearch": "4.18.0", "react-copy-to-clipboard": "5.1.0", "daisyui": "3.1.1", - "jotai": "2.1.1", + "jotai": "2.2.1", "jotai-location": "0.5.1", "lodash.get": "4.4.2", "lodash.orderby": "4.6.0", diff --git a/sites/shared/package.json b/sites/shared/package.json index d43b2bf19a0..7d97c6db06e 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -30,7 +30,7 @@ "front-matter": "4.0.2", "highlight.js": "11.8.0", "github-slugger": "2.0.0", - "jotai": "2.1.1", + "jotai": "2.2.1", "jotai-location": "0.5.1", "lodash.clonedeep": "4.5.0", "lodash.orderby": "4.6.0", diff --git a/yarn.lock b/yarn.lock index f956730358d..9078fd18775 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11599,10 +11599,10 @@ jotai-location@0.5.1: resolved "https://registry.yarnpkg.com/jotai-location/-/jotai-location-0.5.1.tgz#1a08b683cd7823ce57f7fef8b98335f1ce5c7105" integrity sha512-6b34X6PpUaXmHCcyxdMFUHgRLUEp+SFHq9UxHbg5HxHC1LddVyVZbPJI+P15+SOQJcUTH3KrsIeKmeLko+Vw/A== -jotai@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.1.1.tgz#7fc4edf16d7e20ff42952fbf2c36e8bd57510c07" - integrity sha512-LaaiuSaq+6XkwkrCtCkczyFVZOXe0dfjAFN4DVMsSZSRv/A/4xuLHnlpHMEDqvngjWYBotTIrnQ7OogMkUE6wA== +jotai@2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.2.1.tgz#0a95b88c5f3ea4fd656b5f79af6f84e895f84f5a" + integrity sha512-Gz4tpbRQy9OiFgBwF9F7TieDn0UTE3C0IFSDuxHjOIvgn2tACH30UKz6p/wIlfoZROXSTCIxEvYEa7Y25WM+8g== js-base64@^2.1.9: version "2.6.4"