From 8d532b032f8cd770dfdc106025e0afb4367e202a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:03:46 +0000 Subject: [PATCH] Bump react from 18.3.1 to 19.0.0 in /packages/frontend Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.0.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.0.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index d30d30c..9cb2f48 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -28,7 +28,7 @@ "pinata": "^1.10.1", "pinata-web3": "^0.5.4", "postcss": "^8.4.22", - "react": "^18.1.0", + "react": "^19.0.0", "react-dom": "^18.1.0", "react-icons": "^5.3.0", "react-query": "^3.39.3",