Skip to content

Commit

Permalink
Require Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 16, 2024
1 parent 819862d commit 8a05ec0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"sideEffects": false,
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"test": "ava"
Expand Down Expand Up @@ -45,16 +45,16 @@
"simple"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"ava": "^2.4.0",
"eslint": "^8.0.0",
"typescript": "^5.1.6"
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=6.0.0",
"@typescript-eslint/parser": ">=6.0.0",
"eslint": ">=8.0.0",
"typescript": ">=4.7"
"@typescript-eslint/eslint-plugin": ">=6.19.0",
"@typescript-eslint/parser": ">=6.19.0",
"eslint": ">=8.56.0",
"typescript": ">=5.0.0"
}
}

0 comments on commit 8a05ec0

Please sign in to comment.