Skip to content

Commit ed9f435

Browse files
committed
Pick up TS 3.7 final
Fixes #83935
1 parent 7405d55 commit ed9f435

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"request": "^2.85.0",
4141
"terser": "4.3.8",
4242
"tslint": "^5.9.1",
43-
"typescript": "3.7.1-rc",
43+
"typescript": "3.7.2",
4444
"vsce": "1.48.0",
4545
"vscode-telemetry-extractor": "^1.5.4",
4646
"xml2js": "^0.4.17"

build/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2441,10 +2441,10 @@ typed-rest-client@^0.9.0:
24412441
tunnel "0.0.4"
24422442
underscore "1.8.3"
24432443

2444-
typescript@3.7.1-rc:
2445-
version "3.7.1-rc"
2446-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.1-rc.tgz#2054b872d67f8dc732e36c1df397f9327f37ada0"
2447-
integrity sha512-2rMtWppLsaPvmpXsoIAXWDBQVnJMw1ITGGSnidMuayLj9iCmMRT69ncKZw/Mk5rXfJkilApKucWQZxproALoRw==
2444+
typescript@3.7.2:
2445+
version "3.7.2"
2446+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
2447+
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
24482448

24492449
typescript@^3.0.1:
24502450
version "3.5.3"

extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"description": "Dependencies shared by all extensions",
55
"dependencies": {
6-
"typescript": "3.7.1-rc"
6+
"typescript": "3.7.2"
77
},
88
"scripts": {
99
"postinstall": "node ./postinstall"

extensions/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
typescript@3.7.1-rc:
6-
version "3.7.1-rc"
7-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.1-rc.tgz#2054b872d67f8dc732e36c1df397f9327f37ada0"
8-
integrity sha512-2rMtWppLsaPvmpXsoIAXWDBQVnJMw1ITGGSnidMuayLj9iCmMRT69ncKZw/Mk5rXfJkilApKucWQZxproALoRw==
5+
typescript@3.7.2:
6+
version "3.7.2"
7+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
8+
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"source-map": "^0.4.4",
132132
"ts-loader": "^4.4.2",
133133
"tslint": "^5.16.0",
134-
"typescript": "3.7.1-rc",
134+
"typescript": "3.7.2",
135135
"typescript-formatter": "7.1.0",
136136
"underscore": "^1.8.2",
137137
"vinyl": "^2.0.0",
@@ -157,4 +157,4 @@
157157
"windows-mutex": "0.3.0",
158158
"windows-process-tree": "0.2.4"
159159
}
160-
}
160+
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8501,10 +8501,10 @@ typescript-formatter@7.1.0:
85018501
commandpost "^1.0.0"
85028502
editorconfig "^0.15.0"
85038503

8504-
typescript@3.7.1-rc:
8505-
version "3.7.1-rc"
8506-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.1-rc.tgz#2054b872d67f8dc732e36c1df397f9327f37ada0"
8507-
integrity sha512-2rMtWppLsaPvmpXsoIAXWDBQVnJMw1ITGGSnidMuayLj9iCmMRT69ncKZw/Mk5rXfJkilApKucWQZxproALoRw==
8504+
typescript@3.7.2:
8505+
version "3.7.2"
8506+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
8507+
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
85088508

85098509
typescript@^2.6.2:
85108510
version "2.6.2"

0 commit comments

Comments
 (0)