From 1795323e4a08ff187df63d797fa2c95e0a167761 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:08:45 +0000 Subject: [PATCH] chore(deps): update react monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c69cc71..c27b6e10 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-prettier": "3.1.3", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.19.0", - "eslint-plugin-react-hooks": "2.5.1", + "eslint-plugin-react-hooks": "5.1.0", "jest": "24.9.0", "lerna": "3.20.2", "node-jq": "1.11.1", @@ -76,9 +76,9 @@ "npm-run-all": "4.1.5", "prettier": "1.19.1", "prop-types": "15.7.2", - "react": "17.0.2", + "react": "19.0.0", "react-async": "10.0.0-alpha.0", - "react-dom": "17.0.2", + "react-dom": "19.0.0", "typescript": "3.8.3" } }