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",