Skip to content

Commit 4b3e20f

Browse files
feat: allow typescript v5 in peer dependencies (#18)
1 parent 55883b0 commit 4b3e20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"optionalDependencies": {},
5151
"peerDependencies": {
5252
"eslint": "^8.0.0",
53-
"typescript": "^4.0.0"
53+
"typescript": "^4.0.0 || ^5.0.0"
5454
},
5555
"private": false,
5656
"publishConfig": {

0 commit comments

Comments
 (0)