Skip to content

Commit b0fca59

Browse files
Update package.json
Bump peerDependency typescript to support newly released TypeScript 5.0. Pay attention, the minimum required node.js version is now set to 12, since TypeScript 5.0 itself only supports 12 and up.
1 parent 531aeb5 commit b0fca59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
"peerDependencies": {
8888
"@typescript-eslint/parser": "^1 || ^2 || ^3 || ^4 || ^5",
8989
"eslint": "^5 || ^6 || ^7 || ^8",
90-
"typescript": "^3 || ^4"
90+
"typescript": "^3 || ^4 || ^5"
9191
},
9292
"engines": {
93-
"node": "10 - 12 || >= 13.9"
93+
"node": "12 || >= 13.9"
9494
},
9595
"license": "ISC"
9696
}

0 commit comments

Comments
 (0)