diff --git a/integration/language_service_plugin/typescripts/2.3/package.json b/integration/language_service_plugin/typescripts/2.3/package.json index 1654fdfe97..a76f86606d 100644 --- a/integration/language_service_plugin/typescripts/2.3/package.json +++ b/integration/language_service_plugin/typescripts/2.3/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "typescript": "2.3.0-dev.20170223" + "typescript": "2.3.0" } } diff --git a/integration/language_service_plugin/typescripts/2.3/yarn.lock b/integration/language_service_plugin/typescripts/2.3/yarn.lock index 600ef21a14..978ea5c25e 100644 --- a/integration/language_service_plugin/typescripts/2.3/yarn.lock +++ b/integration/language_service_plugin/typescripts/2.3/yarn.lock @@ -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"