From afd85fa4924fe3def65fb69a31452f8052382d6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 07:23:21 +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 e5ecc39..c263224 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.308", "@types/jest": "^29.5.12", "@types/node": "22.13.9", - "@types/react": "17.0.83", + "@types/react": "19.0.10", "@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",