From 38ceca47d921b45ca40878f8c4c6d93a95e47394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:10:44 +0000 Subject: [PATCH] Bump jotai from 2.5.0 to 2.6.0 in /web Bumps [jotai](https://github.com/pmndrs/jotai) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 72967031f9..9e6abdc8d3 100644 --- a/web/package.json +++ b/web/package.json @@ -79,7 +79,7 @@ "i18next": "^23.7.7", "i18next-browser-languagedetector": "^7.2.0", "i18next-http-backend": "^2.4.2", - "jotai": "^2.5.0", + "jotai": "^2.6.0", "js-yaml": "^4.1.0", "mapbox-gl": "npm:empty-npm-package@1.0.0", "maplibre-gl": "^2.4.0", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 776bcb69d8..9b99d8b31e 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -102,8 +102,8 @@ dependencies: specifier: ^2.4.2 version: 2.4.2 jotai: - specifier: ^2.5.0 - version: 2.5.0(@types/react@18.2.20)(react@18.2.0) + specifier: ^2.6.0 + version: 2.6.0(@types/react@18.2.20)(react@18.2.0) js-yaml: specifier: ^4.1.0 version: 4.1.0 @@ -13128,8 +13128,8 @@ packages: '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 - /jotai@2.5.0(@types/react@18.2.20)(react@18.2.0): - resolution: {integrity: sha512-iPJDFrhNw3KU4o4SSAESeZoW+nM1L/76VULXZWF23qmivBEcbAQjiF5n1W4Hn5dXAol4tmtEYe4HH7d9emEz0Q==} + /jotai@2.6.0(@types/react@18.2.20)(react@18.2.0): + resolution: {integrity: sha512-Vt6hsc04Km4j03l+Ax+Sc+FVft5cRJhqgxt6GTz6GM2eM3DyX3CdBdzcG0z2FrlZToL1/0OAkqDghIyARWnSuQ==} engines: {node: '>=12.20.0'} peerDependencies: '@types/react': '>=17.0.0'