Skip to content

Commit

Permalink
fix: yarn 2 installation errors about peer dependencies fixed (#275)
Browse files Browse the repository at this point in the history
Fixes #274
  • Loading branch information
jrolfs committed Mar 13, 2022
1 parent 71f3e59 commit b90ce9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,9 @@
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0"
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-plugin-import": "^2.25.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.4.0",
Expand Down

0 comments on commit b90ce9f

Please sign in to comment.