Skip to content

Commit

Permalink
feat(deps): accept @next/eslint-plugin-next@canary as peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kwong committed Feb 26, 2024
1 parent 4eb27de commit d2797cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
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 d2797cf

Please sign in to comment.