Pick up ts update with bug fixes

This commit is contained in:
Matt Bierner 2018-08-31 22:53:47 +02:00
parent 071c6b2077
commit 84b44d0c02
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "3.0.1"
"typescript": "3.0.3"
},
"scripts": {
"postinstall": "node ./postinstall"

View file

@ -2,6 +2,6 @@
# yarn lockfile v1
typescript@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
typescript@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.3.tgz#4853b3e275ecdaa27f78fda46dc273a7eb7fc1c8"