From 105f6e980867ea9a23dc8f0624dba25dc464f94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:01:07 +0000 Subject: [PATCH] build(deps): bump the jotai group in /frontend with 1 update Bumps the jotai group in /frontend with 1 update: [jotai](https://github.com/pmndrs/jotai). - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jotai ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 208fe6bc..483cbc99 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.8.0", - "jotai": "^2.3.1", + "jotai": "^2.4.0", "jotai-devtools": "^0.6.2", "jotai-location": "^0.5.1", "jotai-urql": "^0.7.1", @@ -15769,9 +15769,9 @@ } }, "node_modules/jotai": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.3.1.tgz", - "integrity": "sha512-pXhx8/MeRUAHbzayerEUf9NHvP+Ba3q9WAvIMjaSwwuSCKEFhb8UW4XuZPC+Bv4u2ufvlyrxIZ+vy5UJ3f8JsQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.4.0.tgz", + "integrity": "sha512-NUHJdAJe3C8Prf0DD6EzezCATjkNvfCNI7pgkaX7bCPPsqE0oK8L9RzZsEhz/UxFoGRayXwacTvAli0VEYKkqQ==", "engines": { "node": ">=12.20.0" }, diff --git a/frontend/package.json b/frontend/package.json index 65c0802a..8446cdd4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.8.0", - "jotai": "^2.3.1", + "jotai": "^2.4.0", "jotai-devtools": "^0.6.2", "jotai-location": "^0.5.1", "jotai-urql": "^0.7.1",