Skip to content

Commit d7cf608

Browse files
committed
Build VS Code with TS 3.9 rc
1 parent 25d0cdc commit d7cf608

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"minimist": "^1.2.3",
4444
"request": "^2.85.0",
4545
"terser": "4.3.8",
46-
"typescript": "^3.9.0-dev.20200427",
46+
"typescript": "^3.9.1-rc",
4747
"vsce": "1.48.0",
4848
"vscode-telemetry-extractor": "^1.5.4",
4949
"xml2js": "^0.4.17"

build/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,10 +2458,10 @@ typescript@^3.0.1:
24582458
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
24592459
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
24602460

2461-
typescript@^3.9.0-dev.20200427:
2462-
version "3.9.0-dev.20200427"
2463-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.0-dev.20200427.tgz#e42d606d938575dfb7b0b66f04a31b5f0eb0be57"
2464-
integrity sha512-ja/GhL7BHT+VQZiLoYMGJt2CP1Pdr0EhYefv4LLw4tVooSuCDB8SDKT/i/HwsoPgQ4ZaYfg1vPl+1RhiO3bwJg==
2461+
typescript@^3.9.1-rc:
2462+
version "3.9.1-rc"
2463+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.1-rc.tgz#81d5a5a0a597e224b6e2af8dffb46524b2eaf5f3"
2464+
integrity sha512-+cPv8L2Vd4KidCotqi2wjegBZ5n47CDRUu/QiLVu2YbeXAz78hIfcai9ziBiNI6JTGTVwUqXRug2UZxDcxhvFw==
24652465

24662466
typical@^4.0.0:
24672467
version "4.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"source-map": "^0.4.4",
157157
"style-loader": "^1.0.0",
158158
"ts-loader": "^4.4.2",
159-
"typescript": "^3.9.0-dev.20200427",
159+
"typescript": "^3.9.1-rc",
160160
"typescript-formatter": "7.1.0",
161161
"underscore": "^1.8.2",
162162
"vinyl": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9270,10 +9270,10 @@ typescript@^2.6.2:
92709270
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
92719271
integrity sha1-PFtv1/beCRQmkCfwPAlGdY92c6Q=
92729272

9273-
typescript@^3.9.0-dev.20200427:
9274-
version "3.9.0-dev.20200427"
9275-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.0-dev.20200427.tgz#e42d606d938575dfb7b0b66f04a31b5f0eb0be57"
9276-
integrity sha512-ja/GhL7BHT+VQZiLoYMGJt2CP1Pdr0EhYefv4LLw4tVooSuCDB8SDKT/i/HwsoPgQ4ZaYfg1vPl+1RhiO3bwJg==
9273+
typescript@^3.9.1-rc:
9274+
version "3.9.1-rc"
9275+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.1-rc.tgz#81d5a5a0a597e224b6e2af8dffb46524b2eaf5f3"
9276+
integrity sha512-+cPv8L2Vd4KidCotqi2wjegBZ5n47CDRUu/QiLVu2YbeXAz78hIfcai9ziBiNI6JTGTVwUqXRug2UZxDcxhvFw==
92779277

92789278
uc.micro@^1.0.1, uc.micro@^1.0.3:
92799279
version "1.0.3"

0 commit comments

Comments
 (0)