Skip to content

Commit 92af9c3

Browse files
committed
Remove unecessary typescript peer dependency
1 parent 37df0d5 commit 92af9c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
"typescript": "^5.8.0"
8686
},
8787
"peerDependencies": {
88-
"eslint": ">=8",
89-
"typescript": ">=4.8.4 <5.9.0"
88+
"eslint": ">=8"
9089
},
9190
"engines": {
9291
"node": ">= 18"

0 commit comments

Comments
 (0)