From 32f657f391f6045463425d79e24e8966c9d35f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:13:01 +0000 Subject: [PATCH] chore(deps-dev): bump jotai from 2.10.2 to 2.10.3 (#775) Bumps [jotai](https://github.com/pmndrs/jotai) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.10.2...v2.10.3) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 754c882..e5cdfff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.20", "cssnano": "7.0.6", "cz-git": "1.11.0", - "jotai": "2.10.2", + "jotai": "2.10.3", "postcss": "8.4.49", "postcss-cli": "11.0.0", "sass": "1.81.0", @@ -5694,9 +5694,9 @@ } }, "node_modules/jotai": { - "version": "2.10.2", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.10.2.tgz", - "integrity": "sha512-DqsBTlRglIBviuJLfK6JxZzpd6vKfbuJ4IqRCz70RFEDeZf46Fcteb/FXxNr1UnoxR5oUy3oq7IE8BrEq0G5DQ==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.10.3.tgz", + "integrity": "sha512-Nnf4IwrLhNfuz2JOQLI0V/AgwcpxvVy8Ec8PidIIDeRi4KCFpwTFIpHAAcU+yCgnw/oASYElq9UY0YdUUegsSA==", "dev": true, "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index 7b45b1c..0d09639 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "autoprefixer": "10.4.20", "cssnano": "7.0.6", "cz-git": "1.11.0", - "jotai": "2.10.2", + "jotai": "2.10.3", "postcss": "8.4.49", "postcss-cli": "11.0.0", "sass": "1.81.0",