From 893c888cbc2f2ac584aeabde8043cc3ad9f49185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:32:34 +0000 Subject: [PATCH] Bump jotai from 2.6.0 to 2.6.1 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production 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 beaa41a..7d8bfee 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@shadow-panda/style-context": "^0.7.1", "i18next": "^23.7.14", "i18next-browser-languagedetector": "^7.1.0", - "jotai": "^2.6.0", + "jotai": "^2.6.1", "js-easing-functions": "^1.0.3", "lucide-react": "^0.307.0", "nip07-awaiter": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 8ac0e4a..18d564d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3002,10 +3002,10 @@ jiti@^1.19.1: resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.20.0.tgz#2d823b5852ee8963585c8dd8b7992ffc1ae83b42" integrity sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA== -jotai@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.6.0.tgz#68b5d634f78a9ea55adfb8d92206ef59304b5dd5" - integrity sha512-Vt6hsc04Km4j03l+Ax+Sc+FVft5cRJhqgxt6GTz6GM2eM3DyX3CdBdzcG0z2FrlZToL1/0OAkqDghIyARWnSuQ== +jotai@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.6.1.tgz#ece33a50b604e41b0134f94dd621e55d1bdc66f7" + integrity sha512-GLQtAnA9iEKRMXnyCjf1azIxfQi5JausX2EI5qSlb59j4i73ZEyV/EXPDEAQj4uQNZYEefi3degv/Pw3+L/Dtg== js-easing-functions@^1.0.3: version "1.0.3"