From 33411accaedaf9993b3287a685775fd3f4a47399 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:14:47 +0000 Subject: [PATCH] fix(deps): update react monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e112283..22b3985 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "@pact-foundation/pact-web": "^9.17.3", "prop-types": "15.8.1", "rambda": "^9.0.0", - "react": "^16.12.0", - "react-dom": "16.14.0", + "react": "^19.0.0", + "react-dom": "19.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "3.4.4", @@ -57,7 +57,7 @@ "eslint-plugin-import": "2.31.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.5", - "eslint-plugin-react-hooks": "1.7.0", + "eslint-plugin-react-hooks": "5.2.0", "nock": "14.0.4", "start-server-and-test": "2.0.11", "wait-on": "8.0.3"