Skip to content

Commit

Permalink
Require Node.js 16 and @typescript-eslint/eslint-plugin 6
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 14, 2023
1 parent 59a5d77 commit 5f7c768
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"scripts": {
"test": "ava"
Expand Down Expand Up @@ -44,16 +44,16 @@
"simple"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"ava": "^2.4.0",
"eslint": "^7.8.1",
"typescript": ">=4.4"
"eslint": "^8.0.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.58.0",
"@typescript-eslint/parser": ">=5.58.0",
"@typescript-eslint/eslint-plugin": ">=6.0.0",
"@typescript-eslint/parser": ">=6.0.0",
"eslint": ">=8.0.0",
"typescript": ">=4.4"
"typescript": ">=4.7"
}
}

0 comments on commit 5f7c768

Please sign in to comment.