Skip to content

Commit

Permalink
fix: correct peer dependencies #48
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Dec 4, 2022
1 parent 642ae90 commit 55f1f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "4.9.3"
},
"peerDependencies": {
"eslint": ">=6",
"eslint": ">=6 <8",
"eslint-plugin-import": ">=2"
},
"dependencies": {
Expand Down

0 comments on commit 55f1f6c

Please sign in to comment.