From c55ce6310585fd7bc22243bea5e9f6945529c248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:51:36 +0000 Subject: [PATCH] fix(deps): update react monorepo --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8a91673..8e90e04 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "next": "^15.0.2", "openai": "^4.53.2", "path": "^0.12.7", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-error-boundary": "^3.1.4", "react-icons": "^5.2.1", "ts-jest": "^29.2.3" @@ -28,7 +28,7 @@ "@types/chrome": "^0.0.304", "@types/jest": "^29.5.12", "@types/node": "22.13.2", - "@types/react": "17.0.83", + "@types/react": "19.0.8", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "7.32.0", @@ -37,7 +37,7 @@ "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.27.1", - "eslint-plugin-react-hooks": "^4.3.0", + "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-tailwindcss": "^3.0.0", "husky": "^9.1.6",