Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 55508ac

Browse files
mwskwongMatthew Kwong
and
Matthew Kwong
authoredMar 4, 2024··
feat(eslint): accept @next/eslint-plugin-next@canary as peer dep (#89)
Co-authored-by: Matthew Kwong <matthew.ws.kwong@viu.com>
1 parent 6d428bf commit 55508ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"typescript": "^5.2.2"
7070
},
7171
"peerDependencies": {
72-
"@next/eslint-plugin-next": ">=12.3.0 <15",
72+
"@next/eslint-plugin-next": ">=12.3.0 <15.0.0-0",
7373
"eslint": ">=8.48.0 <9",
7474
"prettier": ">=3.0.0 <4",
7575
"typescript": ">=4.8.0 <6"

‎pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
This repository has been archived.