Pick up TS 3.3 rc

#66175
This commit is contained in:
Matt Bierner
2019-01-22 15:23:29 -08:00
parent cf27b0ed05
commit 7b095ea781
2 changed files with 6 additions and 6 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "3.3.0-dev.20190108"
"typescript": "3.3.0-rc"
},
"scripts": {
"postinstall": "node ./postinstall"
}
}
}