From 8a5d657d503eb18e3b47ef879df8c989b1b72998 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Wed, 16 Feb 2022 15:09:20 +0300 Subject: [PATCH] Install tar-fs Signed-off-by: Alex Andreev --- package.json | 2 ++ yarn.lock | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/package.json b/package.json index f0170c86d8..e10b486756 100644 --- a/package.json +++ b/package.json @@ -314,6 +314,7 @@ "@types/sharp": "^0.29.4", "@types/spdy": "^3.4.5", "@types/tar": "^4.0.5", + "@types/tar-fs": "^2.0.1", "@types/tcp-port-used": "^1.0.0", "@types/tempy": "^0.3.0", "@types/triple-beam": "^1.3.2", @@ -379,6 +380,7 @@ "sharp": "^0.29.3", "style-loader": "^2.0.0", "tailwindcss": "^3.0.7", + "tar-fs": "^2.1.1", "ts-jest": "26.5.6", "ts-loader": "^7.0.5", "ts-node": "^10.4.0", diff --git a/yarn.lock b/yarn.lock index 189cde5c6c..6d3940fbc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1925,6 +1925,21 @@ resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310" integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ== +"@types/tar-fs@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@types/tar-fs/-/tar-fs-2.0.1.tgz#6391dcad1b03dea2d79fac07371585ab54472bb1" + integrity sha512-qlsQyIY9sN7p221xHuXKNoMfUenOcvEBN4zI8dGsYbYCqHtTarXOEXSIgUnK+GcR0fZDse6pAIc5pIrCh9NefQ== + dependencies: + "@types/node" "*" + "@types/tar-stream" "*" + +"@types/tar-stream@*": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-2.2.2.tgz#be9d0be9404166e4b114151f93e8442e6ab6fb1d" + integrity sha512-1AX+Yt3icFuU6kxwmPakaiGrJUwG44MpuiqPg4dSolRFk6jmvs4b3IbUol9wKDLIgU76gevn3EwE8y/DkSJCZQ== + dependencies: + "@types/node" "*" + "@types/tar@^4.0.3", "@types/tar@^4.0.5": version "4.0.5" resolved "https://registry.yarnpkg.com/@types/tar/-/tar-4.0.5.tgz#5f953f183e36a15c6ce3f336568f6051b7b183f3"