From 21476ddf996eaa2262f00ebbb1f44507104626ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 05:57:54 +0000 Subject: [PATCH] build(deps-dev): bump jotai from 2.9.1 to 2.9.2 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:development update-type: version-update:semver-patch ... 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 f1b97bc..7ffd251 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@unocss/transformer-compile-class": "^0.61.5", "eslint": "^8", "eslint-config-next": "14.2.3", - "jotai": "^2.9.1", + "jotai": "^2.9.2", "mangle-css-class-webpack-plugin": "^5.1.0", "postcss": "^8", "tailwindcss": "^3.4.1", diff --git a/yarn.lock b/yarn.lock index cd615e9..306c966 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3969,10 +3969,10 @@ jiti@^1.21.0: resolved "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz" integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q== -jotai@^2.9.1: - version "2.9.1" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.9.1.tgz#f32dd16fc16b7b32d940a3a8d452eddfcb16218c" - integrity sha512-t4Q7FIqQB3N/1art4OcqdlEtPmQ2h4DNIzTFhvt06WE0kCpQ1QoG+1A1IGTaQBi2KdDRsnywj+ojmHHKgw6PDA== +jotai@^2.9.2: + version "2.9.2" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.9.2.tgz#0b1036bc1672d02ea7cf73c6b01728de461d6ecf" + integrity sha512-jIBXEadOHCziOuMY6HAy2KQcHipGhnsbF+twqh8Lcmcz/Yei0gdBtW5mOYdKmbQxGqkvfvXM3w/oHtJ2WNGSFg== js-cookie@3.0.5: version "3.0.5"