From 89f184969a0739107449489bfa54921df34c222c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:21:37 +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 518cb207..627dee43 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.14", "@types/node": "22.10.1", - "@types/react": "18.3.16", - "@types/react-dom": "18.3.5", + "@types/react": "19.0.1", + "@types/react-dom": "19.0.2", "fomantic-ui-css": "2.9.3", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "19.0.0", + "react-dom": "19.0.0", "react-ga": "3.3.1", "react-scripts": "5.0.1", "semantic-ui-react": "2.1.5",