Skip to content

Commit 7510dd6

Browse files
committed
Pick up TS 2.6.2
Fixes microsoft#39206
1 parent 276f8df commit 7510dd6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

extensions/package.json

Lines changed: 1 addition & 1 deletion
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": "2.6.2-insiders.20171120"
6+
"typescript": "2.6.2"
77
},
88
"scripts": {
99
"postinstall": "node ./postinstall"

extensions/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# yarn lockfile v1
33

44

5-
typescript@2.6.2-insiders.20171120:
6-
version "2.6.2-insiders.20171120"
7-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2-insiders.20171120.tgz#d2f4c36831fa663639624799a62814cbdca9aaae"
5+
typescript@2.6.2:
6+
version "2.6.2"
7+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"

0 commit comments

Comments
 (0)