Skip to content

Commit 7b095ea

Browse files
committed
Pick up TS 3.3 rc
microsoft#66175
1 parent cf27b0e commit 7b095ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"description": "Dependencies shared by all extensions",
55
"dependencies": {
6-
"typescript": "3.3.0-dev.20190108"
6+
"typescript": "3.3.0-rc"
77
},
88
"scripts": {
99
"postinstall": "node ./postinstall"
1010
}
11-
}
11+
}

extensions/yarn.lock

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

44

5-
typescript@3.3.0-dev.20190108:
6-
version "3.3.0-dev.20190108"
7-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.0-dev.20190108.tgz#4ac2e3f7b619a961bfae0750412bf9e79fafe720"
8-
integrity sha512-GNGczOoEyZtqbY72G6fNnyCsgSw/gSLyVxHfduDalKl0tOrIt+mEV5JyVQzEMsmcyO821/3QsCjulJHS5KFOWg==
5+
typescript@3.3.0-rc:
6+
version "3.3.0-rc"
7+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.0-rc.tgz#700578b55868f99c79870c5611570663b3e21e44"
8+
integrity sha512-C8FMc5pU+gFLm/rXKcwjHIeQnXJXfPNmONhKDSUWeVhyrnSqEI84EzoZylTqN0g6sJwdsn1W1AuG0RQRhfhSEA==

0 commit comments

Comments
 (0)