Skip to content

Commit 072faea

Browse files
fix: change the peer deps to be more version flexible
1 parent bce5f17 commit 072faea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"typescript": "4.4.4"
7373
},
7474
"peerDependencies": {
75-
"@typescript-eslint/parser": "5.1.0",
76-
"eslint": "8.1.0"
75+
"@typescript-eslint/parser": "^5.0.0",
76+
"eslint": "^8.0.0"
7777
},
7878
"keywords": [
7979
"eslint",

0 commit comments

Comments
 (0)