From e6b3e4d44ec817132722fdd8030d6439994f5ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:19:53 +0000 Subject: [PATCH] chore(deps)(deps): bump react-is from 19.2.7 to 19.2.8 Bumps [react-is](https://github.com/react/react/tree/HEAD/packages/react-is) from 19.2.7 to 19.2.8. - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 f140ebfc..21e20d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "react-dom": "^19.2.7", "react-force-graph-2d": "^1.29.1", "react-hook-form": "^7.80.0", - "react-is": "^19.2.7", + "react-is": "^19.2.8", "react-markdown": "^10.1.0", "recharts": "^3.8.1", "tailwind-merge": "^3.6.0", @@ -16261,9 +16261,9 @@ } }, "node_modules/react-is": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.7.tgz", - "integrity": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.8.tgz", + "integrity": "sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==", "license": "MIT" }, "node_modules/react-kapsule": { diff --git a/package.json b/package.json index 374c2f25..7ee701b6 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-dom": "^19.2.7", "react-force-graph-2d": "^1.29.1", "react-hook-form": "^7.80.0", - "react-is": "^19.2.7", + "react-is": "^19.2.8", "react-markdown": "^10.1.0", "recharts": "^3.8.1", "tailwind-merge": "^3.6.0",