ci(language-service): update ci tests to official 2.3 build (#16415)
PR Close #16415
This commit is contained in:
parent
a2b2afb21c
commit
cb384e8ed3
|
@ -10,6 +10,6 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"typescript": "2.3.0-dev.20170223"
|
||||
"typescript": "2.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
typescript@2.3.0-dev.20170223:
|
||||
version "2.3.0-dev.20170223"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.0-dev.20170223.tgz#286494c36625ea2eb26f963ed205cd9ca5c41447"
|
||||
typescript@2.3.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.0.tgz#2e63e09284392bc8158a2444c33e2093795c0418"
|
||||
|
|
Loading…
Reference in New Issue