Skip to content

Commit

Permalink
chore: Make next a peerDep in our eslint package (#344)
Browse files Browse the repository at this point in the history
This makes next a peerDep in our eslint package (similar to #339). I've made the version `>=14` because we only use this with next 14.

This is might be removed completely when we decide on #337
  • Loading branch information
blaine-arcjet authored Mar 11, 2024
1 parent cb82883 commit 89de5a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.12.4",
"eslint-plugin-react": "7.34.0",
"next": "14.1.1"
"eslint-plugin-react": "7.34.0"
},
"peerDependencies": {
"eslint": "^8"
"eslint": "^8",
"next": ">=14"
},
"devDependencies": {
"eslint": "8.57.0"
Expand Down

0 comments on commit 89de5a8

Please sign in to comment.