Skip to content

Commit 2732046

Browse files
authoredMar 25, 2020
Merge pull request #1443 from maksimr/fix-duplication
Remove duplication in dependencies
2 parents 6df454e + 8a6faa3 commit 2732046

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@types/tar-fs": "^1.16.2",
2727
"@types/ssh2": "0.5.39",
2828
"@types/ssh2-streams": "^0.1.6",
29-
"@types/tar-fs": "^1.16.1",
3029
"@types/tar-stream": "^1.6.1",
3130
"@types/ws": "^6.0.4",
3231
"@typescript-eslint/eslint-plugin": "^2.0.0",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -952,10 +952,10 @@
952952
"@types/node" "*"
953953
"@types/ssh2-streams" "*"
954954

955-
"@types/tar-fs@^1.16.1":
956-
version "1.16.2"
957-
resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-1.16.2.tgz#6f5acea15d3b7777b8bf3f1c6d4e80ce71288f34"
958-
integrity sha512-eds/pbRf0Fe0EKmrHDbs8mRkfbjz2upAdoUfREw14dPboZaHqqZ1Y+uVeoakoPavpZMpj22nhUTAYkX5bz3DXA==
955+
"@types/tar-fs@^1.16.2":
956+
version "1.16.3"
957+
resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-1.16.3.tgz#425b2b817c405d13d051f36ec6ec6ebd25e31069"
958+
integrity sha512-Y+fdeg11tb9J3UNIatNtrTPM1i8U+WLv2mMhZ3W13mtU19stCgrXJ4iXLkTpoF8jqHi3T/qTS8+fQ3IPzXxpuA==
959959
dependencies:
960960
"@types/node" "*"
961961
"@types/tar-stream" "*"

0 commit comments

Comments
 (0)
Please sign in to comment.