Skip to content

Commit 4ae5146

Browse files
renovate-botKeen Yee Liau
authored andcommitted
fix(deps): update dependency typescript to v4
1 parent 981bbcd commit 4ae5146

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
@@ -111,7 +111,7 @@
111111
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine syntaxes/test/driver.js"
112112
},
113113
"dependencies": {
114-
"typescript": "~3.9.5"
114+
"typescript": "~4.0.0"
115115
},
116116
"devDependencies": {
117117
"@types/jasmine": "3.5.14",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,10 +1536,10 @@ [email protected]:
15361536
tunnel "0.0.4"
15371537
underscore "1.8.3"
15381538

1539-
typescript@~3.9.5:
1540-
version "3.9.5"
1541-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
1542-
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
1539+
typescript@~4.0.0:
1540+
version "4.0.2"
1541+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
1542+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
15431543

15441544
uc.micro@^1.0.1, uc.micro@^1.0.5:
15451545
version "1.0.6"

0 commit comments

Comments
 (0)