Skip to content

Commit d64c3f9

Browse files
authored
fix(deps): pin typescript version due to #137 (#141)
1 parent 24f598b commit d64c3f9

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
@@ -57,7 +57,7 @@
5757
"semantic-release": "^17.0.0",
5858
"semantic-release-plugin-update-version-in-files": "^1.0.0",
5959
"ts-jest": "^25.1.0",
60-
"typescript": "^3.4.5"
60+
"typescript": "3.7.5"
6161
},
6262
"jest": {
6363
"preset": "ts-jest",

0 commit comments

Comments
 (0)