From 8c9aa61e1e7656bffc96e45525f5775d75673c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 14:07:58 +0000 Subject: [PATCH] fix(deps): update react monorepo to v19 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f9e601e..1697b2d 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "dependencies": { "@stakekit/widget": "^0.0.77", "@types/node": "20.10.3", - "@types/react": "18.2.41", - "@types/react-dom": "18.2.17", + "@types/react": "19.1.6", + "@types/react-dom": "19.1.5", "@vanilla-extract/css": "^1.14.0", "@vanilla-extract/dynamic": "^2.1.0", "@vanilla-extract/next-plugin": "^2.3.2", @@ -23,8 +23,8 @@ "eslint-config-next": "14.0.3", "lodash.merge": "^4.6.2", "next": "14.0.3", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "19.1.0", + "react-dom": "19.1.0", "typescript": "5.3.2", "viem": "^1.19.11", "wagmi": "^1.4.7"