Skip to content

Commit

Permalink
fix: peerDeps range (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 22, 2024
1 parent 1bd8234 commit 1d612f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"format": "prettier --write 'lib/**/*.js'"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "8",
"eslint": "9"
"@typescript-eslint/eslint-plugin": "^8.0.0-0",
"eslint": "^9.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down

0 comments on commit 1d612f5

Please sign in to comment.