From 0b954f1c86c16ae132c9904aa56e6b823298aa71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:54:40 +0000 Subject: [PATCH] Bump jotai from 1.13.1 to 2.5.0 Bumps [jotai](https://github.com/pmndrs/jotai) from 1.13.1 to 2.5.0. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v1.13.1...v2.5.0) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 55923a1..d46af1d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@trpc/react-query": "10.0.0-rc.0", "@trpc/server": "10.0.0-rc.0", "classnames": "^2.3.2", - "jotai": "^1.10.0", + "jotai": "^2.5.0", "next": "13.5.3", "next-auth": "^4.15.0", "octokit": "3.1.1", diff --git a/yarn.lock b/yarn.lock index 1a0ad4c..ea90a7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2812,10 +2812,10 @@ jose@^4.11.4, jose@^4.14.1: resolved "https://registry.yarnpkg.com/jose/-/jose-4.14.6.tgz#94dca1d04a0ad8c6bff0998cdb51220d473cc3af" integrity sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ== -jotai@^1.10.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-1.13.1.tgz#20cc46454cbb39096b12fddfa635b873b3668236" - integrity sha512-RUmH1S4vLsG3V6fbGlKzGJnLrDcC/HNb5gH2AeA9DzuJknoVxSGvvg8OBB7lke+gDc4oXmdVsaKn/xDUhWZ0vw== +jotai@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.5.0.tgz#dcf4fcfe5e9503fa7d0292eb30eaa4225b01dea3" + integrity sha512-iPJDFrhNw3KU4o4SSAESeZoW+nM1L/76VULXZWF23qmivBEcbAQjiF5n1W4Hn5dXAol4tmtEYe4HH7d9emEz0Q== js-cookie@^2.2.1: version "2.2.1"