From 5e0802f8a5b73e02486e44ac8d5f43f32da3f72f Mon Sep 17 00:00:00 2001 From: Johannes Klauss Date: Tue, 21 Feb 2023 17:19:12 +0100 Subject: [PATCH] correct dependencies in package.json --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7edb4fc5..5dcce402 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,9 @@ "@types/react-dom": "18.0.11", "@typescript-eslint/eslint-plugin": "5.52.0", "@typescript-eslint/parser": "5.52.0", + "eslint": "^8.34.0", "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-react": "^7.32.2", "jest": "29.4.3", "jest-environment-jsdom": "29.4.3", "prettier": "2.8.4", @@ -104,9 +106,5 @@ "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" - }, - "dependencies": { - "eslint": "^8.34.0", - "eslint-plugin-react": "^7.32.2" } }