Skip to content

Commit 907524a

Browse files
authored
chore: pin ts version (#3411)
The TypeScript project [release breaking changes as minor versions](microsoft/TypeScript#41563 (comment)) so pin to `4.0.x` until we can do the refactoring needed to upgrade to `4.1.x`.
1 parent 128e96e commit 907524a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"it-concat": "^1.0.1",
8686
"nock": "^13.0.2",
8787
"rimraf": "^3.0.2",
88-
"typescript": "^4.0.3"
88+
"typescript": "4.0.x"
8989
},
9090
"engines": {
9191
"node": ">=10.3.0",

0 commit comments

Comments
 (0)