From 3ffc7c962a2c9c96a07a7028abf0a59ed7861c80 Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Mon, 25 Feb 2019 17:24:26 +0200 Subject: [PATCH] Remove not used dependencies Signed-off-by: Vitalii Parfonov --- plugins/ssh-plugin/package.json | 6 +----- plugins/ssh-plugin/tsconfig.json | 2 +- yarn.lock | 5 ----- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/plugins/ssh-plugin/package.json b/plugins/ssh-plugin/package.json index 1f9c25866..78347dd50 100644 --- a/plugins/ssh-plugin/package.json +++ b/plugins/ssh-plugin/package.json @@ -26,11 +26,7 @@ "@eclipse-che/api": "latest", "@eclipse-che/plugin": "0.0.1", "@theia/plugin": "next", - "@theia/plugin-packager": "latest", - "rimraf": "2.6.2", - "typescript-formatter": "7.2.2", - "typescript": "2.9.2", - "axios": "0.18.0" + "@theia/plugin-packager": "latest" }, "scripts": { "prepare": "yarn run clean && yarn run build", diff --git a/plugins/ssh-plugin/tsconfig.json b/plugins/ssh-plugin/tsconfig.json index 84c390978..c5a4f3c5a 100644 --- a/plugins/ssh-plugin/tsconfig.json +++ b/plugins/ssh-plugin/tsconfig.json @@ -16,4 +16,4 @@ "include": [ "src" ] -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index ee71c67de..2c49bd47a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9721,11 +9721,6 @@ typescript-formatter@7.2.2: commandpost "^1.0.0" editorconfig "^0.15.0" -typescript@2.9.2: - version "2.9.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c" - integrity sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w== - typescript@3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"