From 8920dcd745d18e56cf0c4235b6d15bd3cb9d4685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:31:13 +0000 Subject: [PATCH 1/2] chore(deps): bump jotai from 2.2.3 to 2.3.0 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.2.3...v2.3.0) --- 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 e40f0b0fc6e..595d24b57bf 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -41,7 +41,7 @@ "daisyui": "3.5.1", "echarts": "5.4.2", "echarts-for-react": "3.0.2", - "jotai": "2.2.3", + "jotai": "2.3.0", "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 6b6191d7a5f..4b40360f222 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.2.3", + "jotai": "2.3.0", "jotai-location": "0.5.1", "lodash.clonedeep": "4.5.0", "lodash.debounce": "^4.0.8", diff --git a/yarn.lock b/yarn.lock index 1abeea61c36..8f7e3d2cd73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10328,10 +10328,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.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.2.3.tgz#4dd9f429e9cd23d81f08a6b1492931db05ccf79f" - integrity sha512-E3tTBb2CKwjAJKUJYVV6rKM8zxmpsPMedRclRnI2RgLzkvgDEH6mhtZPVesxIoixJ8p7949RWd8eo/8TqDDFDA== +jotai@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.3.0.tgz#4bafc98dcae1194ab9ae7c4bf1325a712d73d086" + integrity sha512-EZlZvmqmzl+Wdc6j6gRFUwZW1FME8pb4S8IogDFESvIM+062mmXKQdZUdxXgb8+Kdjz75QTXJT/zX2Gw1Jk0BQ== js-base64@^2.1.9: version "2.6.4" From c6f360bf1535a7ecc8fcef151c6ab8e7643203ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Aug 2023 04:34:00 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/jotai-2.3.0 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index ae7702a1254..1a142b0cfaa 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -315,7 +315,7 @@ org: 'daisyui': *daisyui 'echarts': 5.4.2 'echarts-for-react': 3.0.2 - 'jotai': &jotai '2.2.3' + 'jotai': &jotai '2.3.0' 'jotai-location': &jotai-location '0.5.1' 'lodash.get': *_get 'lodash.orderby': *_orderby