From 54b0e86209a482746e09b93cac4496e63891241f Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 5 Dec 2024 13:25:33 -0700 Subject: [PATCH] fix deps --- package-lock.json | 1 - package.json | 6 ------ 2 files changed, 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34b8c4cc0..b82c12373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,6 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "eslint": "^9.16.0", - "eslint-plugin-react-hooks": "5.1.0", "npm-run-all": "^4.1.5", "prettier": "^3.4.2", "typescript": "^5.7.2" diff --git a/package.json b/package.json index 9448fa22e..b37929904 100644 --- a/package.json +++ b/package.json @@ -56,16 +56,10 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "eslint": "^9.16.0", - "eslint-plugin-react-hooks": "5.1.0", "npm-run-all": "^4.1.5", "prettier": "^3.4.2", "typescript": "^5.7.2" }, - "overrides": { - "@types/react": "$@types/react", - "@types/react-dom": "$@types/react-dom", - "eslint-plugin-react-hooks": "$eslint-plugin-react-hooks" - }, "engines": { "node": ">=20", "npm": ">=8.16.0",