Skip to content

Commit c48c516

Browse files
authored
Merge pull request #376 from legobeat/peerDeps-constrain-typescript
constrain and bump typescript versions
2 parents 7f64edb + 9a7cb1e commit c48c516

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
@@ -68,7 +68,7 @@
6868
"walkdir": "^0.4.1"
6969
},
7070
"peerDependencies": {
71-
"typescript": "*"
71+
"typescript": "^3.9.5 || ^4.9.5 || ^5"
7272
},
7373
"peerDependenciesMeta": {
7474
"typescript": {
@@ -83,6 +83,6 @@
8383
"mz": "^2.7.0",
8484
"release-it": "^15.6.0",
8585
"should": "^13.2.3",
86-
"typescript": "^4.5.5"
86+
"typescript": "^4.9.5"
8787
}
8888
}

0 commit comments

Comments
 (0)