Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Remove not used dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
  • Loading branch information
vparfonov committed Feb 25, 2019
1 parent 29cdd2f commit 3ffc7c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions plugins/ssh-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ssh-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"include": [
"src"
]
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ffc7c9

Please sign in to comment.