Skip to content

Commit

Permalink
feat(eslint): accept @next/eslint-plugin-next@canary as peer dep (v…
Browse files Browse the repository at this point in the history
…ercel#89)

Co-authored-by: Matthew Kwong <[email protected]>
  • Loading branch information
mwskwong and Matthew Kwong authored Mar 4, 2024
1 parent 6d428bf commit 55508ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@next/eslint-plugin-next": ">=12.3.0 <15",
"@next/eslint-plugin-next": ">=12.3.0 <15.0.0-0",
"eslint": ">=8.48.0 <9",
"prettier": ">=3.0.0 <4",
"typescript": ">=4.8.0 <6"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 55508ac

Please sign in to comment.