Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit b90ce9f

Browse files
authored
fix: yarn 2 installation errors about peer dependencies fixed (#275)
Fixes #274
1 parent 71f3e59 commit b90ce9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
},
2828
"peerDependencies": {
2929
"@typescript-eslint/eslint-plugin": "^5.0.0",
30-
"@typescript-eslint/parser": "^5.0.0"
30+
"@typescript-eslint/parser": "^5.0.0",
31+
"eslint": "^7.32.0 || ^8.2.0",
32+
"eslint-plugin-import": "^2.25.3"
3133
},
3234
"devDependencies": {
3335
"@typescript-eslint/eslint-plugin": "5.4.0",

0 commit comments

Comments
 (0)