chore(misc): remove unused dependency tar-fs (#23421)

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->
unused dependency `tar-fs`

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
This commit is contained in:
Phillip Barta 2024-05-16 17:28:28 +02:00 committed by GitHub
parent f0bfb56fae
commit e9bf1a2acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -266,7 +266,6 @@
"source-map-support": "0.5.19", "source-map-support": "0.5.19",
"storybook-dark-mode": "^3.0.0", "storybook-dark-mode": "^3.0.0",
"style-loader": "^3.3.0", "style-loader": "^3.3.0",
"tar-fs": "^2.1.1",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tcp-port-used": "^1.0.2", "tcp-port-used": "^1.0.2",
"terser-webpack-plugin": "^5.3.3", "terser-webpack-plugin": "^5.3.3",

3
pnpm-lock.yaml generated
View File

@ -877,9 +877,6 @@ devDependencies:
style-loader: style-loader:
specifier: ^3.3.0 specifier: ^3.3.0
version: 3.3.1(webpack@5.88.0) version: 3.3.1(webpack@5.88.0)
tar-fs:
specifier: ^2.1.1
version: 2.1.1
tar-stream: tar-stream:
specifier: ~2.2.0 specifier: ~2.2.0
version: 2.2.0 version: 2.2.0