Merge pull request #1443 from maksimr/fix-duplication

Remove duplication in dependencies
This commit is contained in:
Asher 2020-03-25 14:13:34 -05:00 committed by GitHub
commit 27320465b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -26,7 +26,6 @@
"@types/tar-fs": "^1.16.2", "@types/tar-fs": "^1.16.2",
"@types/ssh2": "0.5.39", "@types/ssh2": "0.5.39",
"@types/ssh2-streams": "^0.1.6", "@types/ssh2-streams": "^0.1.6",
"@types/tar-fs": "^1.16.1",
"@types/tar-stream": "^1.6.1", "@types/tar-stream": "^1.6.1",
"@types/ws": "^6.0.4", "@types/ws": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^2.0.0", "@typescript-eslint/eslint-plugin": "^2.0.0",

View File

@ -952,10 +952,10 @@
"@types/node" "*" "@types/node" "*"
"@types/ssh2-streams" "*" "@types/ssh2-streams" "*"
"@types/tar-fs@^1.16.1": "@types/tar-fs@^1.16.2":
version "1.16.2" version "1.16.3"
resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-1.16.2.tgz#6f5acea15d3b7777b8bf3f1c6d4e80ce71288f34" resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-1.16.3.tgz#425b2b817c405d13d051f36ec6ec6ebd25e31069"
integrity sha512-eds/pbRf0Fe0EKmrHDbs8mRkfbjz2upAdoUfREw14dPboZaHqqZ1Y+uVeoakoPavpZMpj22nhUTAYkX5bz3DXA== integrity sha512-Y+fdeg11tb9J3UNIatNtrTPM1i8U+WLv2mMhZ3W13mtU19stCgrXJ4iXLkTpoF8jqHi3T/qTS8+fQ3IPzXxpuA==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/tar-stream" "*" "@types/tar-stream" "*"