Skip to content

Commit f991eb1

Browse files
Update dependency typescript to v4 (#117)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b8b0adf commit f991eb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"shipjs": "^0.20.0",
6161
"ts-jest": "^26.0.0",
6262
"tsd": "^0.13.0",
63-
"typescript": "^3.9.5",
63+
"typescript": "^4.0.0",
6464
"typescript-eslint-language-service": "^3.0.0",
6565
"vue": "^2.6.11",
6666
"vue-template-compiler": "^2.6.11"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6602,10 +6602,10 @@ typescript-eslint-language-service@^3.0.0:
66026602
dependencies:
66036603
read-pkg-up "^7.0.0"
66046604

6605-
typescript@^3.9.5:
6606-
version "3.9.6"
6607-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
6608-
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
6605+
typescript@^4.0.0:
6606+
version "4.0.2"
6607+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
6608+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
66096609

66106610
uglify-js@^3.1.4:
66116611
version "3.7.6"

0 commit comments

Comments
 (0)