Skip to content

Commit 35a8175

Browse files
authored
Merge pull request #58 from kai-dorschner-twinsity/patch-1
Update package.json to support TypeScript 5.0 Fixes #57
2 parents 531aeb5 + b0fca59 commit 35a8175

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)