Skip to content

Commit ef0c32c

Browse files
committed
Update to build with latest TypeScript version
1 parent c3b1725 commit ef0c32c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"minimist": "^1.2.3",
4545
"request": "^2.85.0",
4646
"terser": "4.3.8",
47-
"typescript": "^3.9.1-rc",
47+
"typescript": "^3.9.3",
4848
"vsce": "1.48.0",
4949
"vscode-telemetry-extractor": "^1.5.4",
5050
"xml2js": "^0.4.17"

build/yarn.lock

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

2522-
typescript@^3.9.1-rc:
2523-
version "3.9.1-rc"
2524-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.1-rc.tgz#81d5a5a0a597e224b6e2af8dffb46524b2eaf5f3"
2525-
integrity sha512-+cPv8L2Vd4KidCotqi2wjegBZ5n47CDRUu/QiLVu2YbeXAz78hIfcai9ziBiNI6JTGTVwUqXRug2UZxDcxhvFw==
2522+
typescript@^3.9.3:
2523+
version "3.9.3"
2524+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
2525+
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
25262526

25272527
typical@^4.0.0:
25282528
version "4.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"source-map": "^0.4.4",
156156
"style-loader": "^1.0.0",
157157
"ts-loader": "^4.4.2",
158-
"typescript": "^3.9.1-rc",
158+
"typescript": "^3.9.3",
159159
"typescript-formatter": "7.1.0",
160160
"underscore": "^1.8.2",
161161
"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.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==
9273+
typescript@^3.9.3:
9274+
version "3.9.3"
9275+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
9276+
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
92779277

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

0 commit comments

Comments
 (0)