From 2c332e9cb735c3ddc9744ef7522ef82c3f6ce9cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:08:38 +0000 Subject: [PATCH] chore(examples): update react monorepo to v19 --- examples/basic/package.json | 4 ++-- examples/typescript/package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 2808f41b..234385b2 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -17,8 +17,8 @@ "dependencies": { "firebase": "^10.0.0", "lodash": "^4.17.21", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "devDependencies": { "cross-env": "7.0.3", diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 9415938d..04f45a8d 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -16,8 +16,8 @@ }, "dependencies": { "firebase": "10.14.1", - "react": "18.3.1", - "react-dom": "18.3.1" + "react": "19.0.0", + "react-dom": "19.0.0" }, "devDependencies": { "@testing-library/jest-dom": "6.6.3", @@ -25,8 +25,8 @@ "@testing-library/user-event": "14.6.1", "@types/jest": "29.5.14", "@types/node": "20.17.16", - "@types/react": "18.3.18", - "@types/react-dom": "18.3.5", + "@types/react": "19.0.8", + "@types/react-dom": "19.0.3", "cross-env": "7.0.3", "cypress": "13.17.0", "cypress-firebase": "4.2.1",