From 3175b541a45fe161078d19aabc2efdcde5b97612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 05:04:22 +0000 Subject: [PATCH] chore(deps): bump react-is from 19.2.0 to 19.2.1 Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 19.2.0 to 19.2.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-version: 19.2.1 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 27afe147..94c1b764 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "luxon": "^3.7.2", "polished": "^4.3.1", "popper-max-size-modifier": "^0.2.0", - "react-is": "^19.2.0", + "react-is": "^19.2.1", "react-popper": "^2.3.0", "react-spring": "^9.7.5", "react-use-measure": "^2.1.7", diff --git a/yarn.lock b/yarn.lock index c678f535..3f06b326 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7160,10 +7160,10 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-is@^19.2.0: - version "19.2.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.0.tgz#ddc3b4a4e0f3336c3847f18b806506388d7b9973" - integrity sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA== +react-is@^19.2.1: + version "19.2.1" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.1.tgz#712fa6ee30c8398dc34260017325dad92b9224c5" + integrity sha512-L7BnWgRbMwzMAubQcS7sXdPdNLmKlucPlopgAzx7FtYbksWZgEWiuYM5x9T6UqS2Ne0rsgQTq5kY2SGqpzUkYA== react-popper@^2.3.0: version "2.3.0"