From 4aaa5f2a3e95cbcc3a306c740a203b7c78ffc859 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:09:58 +0000 Subject: [PATCH] fix(deps): update react monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3a04577..dae1828 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.27.1", - "eslint-plugin-react-hooks": "^4.3.0" + "eslint-plugin-react-hooks": "^5.0.0" }, "peerDependencies": { "eslint": "^7.32.0 || ^8.2.0", @@ -44,10 +44,10 @@ "typescript": ">=3.3.1" }, "devDependencies": { - "@types/react": "17.0.37", + "@types/react": "19.1.12", "eslint": "8.4.1", "prettier": "2.1.2", - "react": "17.0.2", + "react": "19.1.1", "standard-version": "9.0.0", "typescript": "4.5.3" }