From cf78bc689b0abfb23a6cbf79a13ef9f5c987ea2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:54:07 +0000 Subject: [PATCH] fix(deps): update react monorepo --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 93e70372..2a4f026e 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "polished": "^4.3.1", "prop-types": "15.8.1", "qrcode.react": "3.2.0", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-intl": "6.8.9", "sanitize-html": "2.13.1", "styled-components": "5.3.11", @@ -64,7 +64,7 @@ "@babel/node": "^7.23.9", "@babel/preset-typescript": "^7.23.3", "@types/node": "^20.11.24", - "@types/react": "^18.2.61", + "@types/react": "^19.0.0", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "babel-plugin-styled-components": "^2.0.0", @@ -77,13 +77,13 @@ "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.24.0", - "eslint-plugin-react-hooks": "^4.2.0", + "eslint-plugin-react-hooks": "^5.0.0", "file-loader": "^6.2.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "jest-styled-components": "^7.0.5", "prettier": "^3.0.0", - "react-test-renderer": "^18.2.0", + "react-test-renderer": "^19.0.0", "typescript": "^5.3.3", "url-loader": "^4.1.1" },