Skip to content

Commit

Permalink
adjust wrong dependency name (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankEssenberger authored Apr 29, 2022
1 parent 84a348c commit 2cd28c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"eslint-config-prettier": "^8.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-unused-imports": "^2.0.0"
Expand Down

0 comments on commit 2cd28c4

Please sign in to comment.