From 7a5c7d96cc8a34ece89b2c82359dec860e70fb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:01:24 +0000 Subject: [PATCH] chore(deps): bump @nanostores/react in the nanostores group Bumps the nanostores group with 1 update: [@nanostores/react](https://github.com/nanostores/react). Updates `@nanostores/react` from 0.8.2 to 0.8.4 - [Release notes](https://github.com/nanostores/react/releases) - [Changelog](https://github.com/nanostores/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/nanostores/react/compare/0.8.2...0.8.4) --- updated-dependencies: - dependency-name: "@nanostores/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nanostores ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ packages/circuit-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1531424454..b63b606a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5953,22 +5953,21 @@ } }, "node_modules/@nanostores/react": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@nanostores/react/-/react-0.8.2.tgz", - "integrity": "sha512-DW4lIsDpdGqHvr9Ah/5InSsl9GFkIQOiA6FdKbordUT9BNNoAWcObwtCUyNfEhe6UEOC+Kw9rbdU8EcyoZjAGA==", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/@nanostores/react/-/react-0.8.4.tgz", + "integrity": "sha512-EciHSzDXg7GmGODjegGG1VldPEinbAK+12/Uz5+MAdHmxf082Rl6eXqKFxAAu4pZAcr5dNTpv6wMfEe7XacjkQ==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { "nanostores": "^0.9.0 || ^0.10.0 || ^0.11.0", - "react": ">=18.0.0 || >=19.0.0-rc" + "react": ">=18.0.0" } }, "node_modules/@napi-rs/wasm-runtime": { @@ -41908,7 +41907,7 @@ "license": "Apache-2.0", "dependencies": { "@floating-ui/react-dom": "^2.1.2", - "@nanostores/react": "^0.8.2", + "@nanostores/react": "^0.8.4", "nanostores": "^0.11.3", "react-modal": "^3.16.1", "react-number-format": "5.3.0" diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index e530629e51..043392af49 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -52,7 +52,7 @@ }, "dependencies": { "@floating-ui/react-dom": "^2.1.2", - "@nanostores/react": "^0.8.2", + "@nanostores/react": "^0.8.4", "nanostores": "^0.11.3", "react-modal": "^3.16.1", "react-number-format": "5.3.0"