Skip to content

Commit ed00234

Browse files
committed
Require Node.js 12
1 parent dfc4305 commit ed00234

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://sindresorhus.com"
1212
},
1313
"engines": {
14-
"node": ">=10"
14+
"node": ">=12"
1515
},
1616
"scripts": {
1717
"test": "ava"
@@ -45,15 +45,15 @@
4545
],
4646
"devDependencies": {
4747
"@typescript-eslint/eslint-plugin": "^4.21.0",
48-
"@typescript-eslint/parser": "^4.21.0",
48+
"@typescript-eslint/parser": "^4.22.1",
4949
"ava": "^2.4.0",
5050
"eslint": "^7.8.1",
5151
"temp-write": "^4.0.0",
5252
"typescript": "^4.1.3"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=4.21.0",
56-
"eslint": ">=7.8.0",
57-
"typescript": ">=3.6.0"
55+
"@typescript-eslint/eslint-plugin": ">=4.22.1",
56+
"eslint": ">=7.26.0",
57+
"typescript": ">=4"
5858
}
5959
}

0 commit comments

Comments
 (0)