From 43087bfb15acdd95410459557263575cfda1231e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:25:23 +0000 Subject: [PATCH] chore(deps): update react monorepo --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4fcc776..a7fe67c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@size-limit/preset-small-lib": "^11.0.2", - "@types/react": "^18.2.55", + "@types/react": "^19.0.0", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", @@ -61,13 +61,13 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.0.0", "history": "^5.3.0", "husky": "^9.0.11", "path": "^0.12.7", "prettier": "^3.2.5", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-router-dom": "^6.22.1", "size-limit": "^11.0.2", "typescript": "^5.3.3",