提交 24ff03f6 编写于 作者: M Matt Bierner

Pick up ts 3.4.5

上级 51373ec4
......@@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "3.4.4"
"typescript": "3.4.5"
},
"scripts": {
"postinstall": "node ./postinstall"
......
......@@ -209,7 +209,7 @@ export class TypeScriptServerSpawner {
args.push('--noGetErrOnBackgroundUpdate');
}
if (apiVersion.gte(API.v344)) {
if (apiVersion.gte(API.v345)) {
args.push('--validateDefaultNpmLocation');
}
......
......@@ -36,7 +36,7 @@ export default class API {
public static readonly v330 = API.fromSimpleString('3.3.0');
public static readonly v333 = API.fromSimpleString('3.3.3');
public static readonly v340 = API.fromSimpleString('3.4.0');
public static readonly v344 = API.fromSimpleString('3.4.4');
public static readonly v345 = API.fromSimpleString('3.4.5');
public static readonly v350 = API.fromSimpleString('3.5.0');
......
......@@ -2,7 +2,7 @@
# yarn lockfile v1
typescript@3.4.4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.4.tgz#aac4a08abecab8091a75f10842ffa0631818f785"
integrity sha512-xt5RsIRCEaf6+j9AyOBgvVuAec0i92rgCaS3S+UVf5Z/vF2Hvtsw08wtUTJqp4djwznoAgjSxeCcU4r+CcDBJA==
typescript@3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99"
integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册