From 138e9144977f6442e8c7025d7f9d72f540002394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:43:32 +0000 Subject: [PATCH] build(deps): bump the jotai group in /frontend with 2 updates Bumps the jotai group in /frontend with 2 updates: [jotai-devtools](https://github.com/jotaijs/jotai-devtools) and [jotai-location](https://github.com/jotaijs/jotai-location). Updates `jotai-devtools` from 0.6.3 to 0.7.0 - [Release notes](https://github.com/jotaijs/jotai-devtools/releases) - [Changelog](https://github.com/jotaijs/jotai-devtools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jotaijs/jotai-devtools/compare/v0.6.3...v0.7.0) Updates `jotai-location` from 0.5.1 to 0.5.2 - [Changelog](https://github.com/jotaijs/jotai-location/blob/main/CHANGELOG.md) - [Commits](https://github.com/jotaijs/jotai-location/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: jotai-devtools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jotai - dependency-name: jotai-location dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jotai ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5aa9c29c3..454570e9a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,8 +26,8 @@ "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.2", "jotai": "^2.4.3", - "jotai-devtools": "^0.6.3", - "jotai-location": "^0.5.1", + "jotai-devtools": "^0.7.0", + "jotai-location": "^0.5.2", "jotai-urql": "^0.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -17628,9 +17628,9 @@ } }, "node_modules/jotai-devtools": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/jotai-devtools/-/jotai-devtools-0.6.3.tgz", - "integrity": "sha512-QPS6m2ft6laT5YrVlIlCzjRl1LYmwCtT3jL9TJcrlB5bUxqcls03CmNMRwVBpSOzx3WwiZVEmXALhlI1UvufPQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/jotai-devtools/-/jotai-devtools-0.7.0.tgz", + "integrity": "sha512-rMcNusiJ3YtvbVkUF6RrUa1mJZbcH7Cs6MGULHllTQ/+4/kKtWtEPXUMdwxyJ33Sdx/L0Al8b0g0NpLOPUr0zA==", "dependencies": { "@mantine/core": "^6.0.21", "@mantine/hooks": "^6.0.21", @@ -17651,9 +17651,9 @@ } }, "node_modules/jotai-location": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jotai-location/-/jotai-location-0.5.1.tgz", - "integrity": "sha512-6b34X6PpUaXmHCcyxdMFUHgRLUEp+SFHq9UxHbg5HxHC1LddVyVZbPJI+P15+SOQJcUTH3KrsIeKmeLko+Vw/A==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/jotai-location/-/jotai-location-0.5.2.tgz", + "integrity": "sha512-4S9hDh1wYp4SG4Laq3+Xd0GdW7jwnWlbEuL8U22kv3wUZW892n6gXlNhwU0LaoXnWoGG0gtjSLBuFm5iodFKLg==", "peerDependencies": { "jotai": ">=1.11.0" } diff --git a/frontend/package.json b/frontend/package.json index 441aebad3..c7592d9b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,8 +34,8 @@ "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.2", "jotai": "^2.4.3", - "jotai-devtools": "^0.6.3", - "jotai-location": "^0.5.1", + "jotai-devtools": "^0.7.0", + "jotai-location": "^0.5.2", "jotai-urql": "^0.7.1", "react": "^18.2.0", "react-dom": "^18.2.0",