Skip to content

Commit 7a3412c

Browse files
committed
Fix TypeScript dependency allows minor updates
As per microsoft/TypeScript#14116 TypeScript doesn't adhere to semver. Only allowing patches for my own sanity.
1 parent 1c14813 commit 7a3412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"tapable": "^1.1.3",
4040
"ts-loader": "^6.0.4",
4141
"ts-node": "^8.3.0",
42-
"typescript": "^3.7.2",
42+
"typescript": "~3.7.2",
4343
"webpack": "^4.39.1",
4444
"webpack-chain": "^6.0.0",
4545
"webpack-virtual-modules": "^0.1.12",

0 commit comments

Comments
 (0)