From 7a8885366a039e30f58d19a845f333993d918d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 21:39:48 +0000 Subject: [PATCH] chore(deps): bump react-is from 18.3.1 to 19.1.0 Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 18.3.1 to 19.1.0. - [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.1.0/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0898973..9a7c6e08 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ ] }, "dependencies": { - "react-is": "^18.2.0" + "react-is": "^19.1.0" }, "devDependencies": { "@rc-component/father-plugin": "^2.0.1",