From 18bd61fd0f34c3ea5d2e4901a659a93c111e5164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:05:47 +0000 Subject: [PATCH] Bump react from 18.3.1 to 19.2.0 in /dspyt Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.2.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.2.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dspyt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspyt/package.json b/dspyt/package.json index d35b295..787e174 100644 --- a/dspyt/package.json +++ b/dspyt/package.json @@ -25,7 +25,7 @@ "near-api-js": "^5.0.1", "nth-check": "^2.1.1", "phosphor-react": "^1.4.0", - "react": "^18.3.1", + "react": "^19.2.0", "react-dom": "^19.0.0", "react-hot-toast": "^2.3.0", "react-router-dom": "^7.0.1",