Skip to content

Commit 50cea18

Browse files
committed
Bump min. Typescript version to 3.6.3
1 parent 1d22520 commit 50cea18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"stylus": "^0.54.5",
9898
"stylus-loader": "^3.0.2",
9999
"ts-loader": "^8.0.1",
100-
"typescript": ">=2.9",
100+
"typescript": ">=3.6.3",
101101
"url-loader": "^4.1.0",
102102
"vue": "^3.0.2",
103103
"vue-loader": "^16.0.0-rc.2",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9737,10 +9737,10 @@ type@^2.0.0:
97379737
resolved "https://registry.yarnpkg.com/type/-/type-2.1.0.tgz#9bdc22c648cf8cf86dd23d32336a41cfb6475e3f"
97389738
integrity sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA==
97399739

9740-
typescript@>=2.9:
9741-
version "4.0.2"
9742-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
9743-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
9740+
typescript@>=3.6.3:
9741+
version "4.0.5"
9742+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
9743+
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
97449744

97459745
typical@^5.0.0, typical@^5.2.0:
97469746
version "5.2.0"

0 commit comments

Comments
 (0)