diff --git a/package.json b/package.json index 0ce243f0..46aa5304 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ }, "dependencies": { "next": "12.3.4", - "react": "17.0.2", - "react-dom": "17.0.2", + "react": "19.0.0", + "react-dom": "19.0.0", "ress": "5.0.2" }, "devDependencies": { @@ -27,7 +27,7 @@ "@storybook/manager-webpack5": "6.4.22", "@storybook/react": "6.4.22", "@types/node": "20.14.7", - "@types/react": "18.3.3", + "@types/react": "19.0.2", "@typescript-eslint/eslint-plugin": "5.62.0", "babel-loader": "8.3.0", "eslint": "8.57.0", @@ -37,7 +37,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-react": "7.29.4", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-unused-imports": "2.0.0", "husky": "9.0.11", "lint-staged": "15.2.7",