From 12c168e29fe93d6300309acad55f74ff79090f9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:16:47 +0000 Subject: [PATCH] Update react monorepo to v19 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dc762826..7e4abc0d 100644 --- a/package.json +++ b/package.json @@ -94,8 +94,8 @@ "prettier": "^3.4.2", "preview-email": "^3.1.0", "quickjs-emscripten": "^0.31.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-error-boundary": "^5.0.0", "react-hook-form": "^7.53.2", "react-i18next": "^15.1.3", @@ -134,8 +134,8 @@ "@types/nanoid-dictionary": "^4.2.3", "@types/node": "^22.10.1", "@types/preview-email": "^3.1.0", - "@types/react": "^18.3.13", - "@types/react-dom": "^18.3.1", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitest/coverage-v8": "^2.1.8", "@vue/compiler-sfc": "^3.5.13", "chalk": "^5.3.0",