Skip to content

Commit

Permalink
Merge pull request #960 from JohannesKlauss/fix/correct_deps
Browse files Browse the repository at this point in the history
correct dependencies in package.json
  • Loading branch information
JohannesKlauss authored Feb 21, 2023
2 parents d5f0330 + 2948957 commit 1b0af45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.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",
Expand All @@ -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"
}
}

1 comment on commit 1b0af45

@vercel
Copy link

@vercel vercel bot commented on 1b0af45 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.