Skip to content

Commit 75e9150

Browse files
committed
fix: Remove unused fs dependencies
1 parent b83be46 commit 75e9150

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
"chalk": "^4.1.0",
5959
"eval": "^0.1.4",
6060
"exception-formatter": "^2.1.2",
61-
"fs-monkey": "^1.0.1",
62-
"schema-utils": "^3.0.0",
63-
"unionfs": "^4.4.0"
61+
"schema-utils": "^3.0.0"
6462
},
6563
"config": {
6664
"commitizen": {

yarn.lock

+1-8
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,7 @@ fs-minipass@^1.2.5:
34923492
dependencies:
34933493
minipass "^2.6.0"
34943494

3495-
[email protected], fs-monkey@^1.0.0, fs-monkey@^1.0.1:
3495+
34963496
version "1.0.1"
34973497
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.1.tgz#4a82f36944365e619f4454d9fff106553067b781"
34983498
integrity sha512-fcSa+wyTqZa46iWweI7/ZiUfegOZl0SG8+dltIwFXo7+zYU9J9kpS3NB6pZcSlJdhvIwp81Adx2XhZorncxiaA==
@@ -8346,13 +8346,6 @@ union-value@^1.0.0:
83468346
is-extendable "^0.1.1"
83478347
set-value "^2.0.1"
83488348

8349-
unionfs@^4.4.0:
8350-
version "4.4.0"
8351-
resolved "https://registry.yarnpkg.com/unionfs/-/unionfs-4.4.0.tgz#b671112e505f70678052345cf5c2a33f0e6edde9"
8352-
integrity sha512-N+TuJHJ3PjmzIRCE1d2N3VN4qg/P78eh/nxzwHnzpg3W2Mvf8Wvi7J1mvv6eNkb8neUeSdFSQsKna0eXVyF4+w==
8353-
dependencies:
8354-
fs-monkey "^1.0.0"
8355-
83568349
unique-filename@^1.1.1:
83578350
version "1.1.1"
83588351
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)