diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 45e428e..c262928 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9.16.0", "eslint-plugin-react": "^7.35.2", - "eslint-plugin-react-hooks": "^5.1.0-rc.1", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.13.0", "postcss": "^8.4.49", @@ -2563,10 +2563,11 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "5.1.0-rc.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0-rc.1.tgz", - "integrity": "sha512-nAD017D/00XFwjP4F7cXaIbCxQ9A4pGaqjLs5347px37w/WclOtPqz8bBiTQFoj+teVQei6Ahr1h1aZiuaXMSw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz", + "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, diff --git a/frontend/package.json b/frontend/package.json index 7525e6d..c182c70 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9.16.0", "eslint-plugin-react": "^7.35.2", - "eslint-plugin-react-hooks": "^5.1.0-rc.1", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.13.0", "postcss": "^8.4.49",