Skip to content

Commit

Permalink
feat: support Typescript >5 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Mar 27, 2023
1 parent 05b08fa commit e9ed8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"optionalDependencies": {},
"peerDependencies": {
"eslint": "^8.0.0",
"typescript": "^4.0.0"
"typescript": ">=4.0.0"
},
"private": false,
"publishConfig": {
Expand Down

0 comments on commit e9ed8b3

Please sign in to comment.