Skip to content

Commit 0625fd0

Browse files
Update dependency workspace-tools to ^0.40.0 (#154)
1 parent 46421bd commit 0625fd0

File tree

3 files changed

+15
-22
lines changed

3 files changed

+15
-22
lines changed

.changeset/yellow-nails-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"better-deps": patch
3+
---
4+
5+
Update dependency workspace-tools to ^0.40.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"dependencies": {
4646
"commander": "^10.0.1",
47-
"workspace-tools": "^0.38.0"
47+
"workspace-tools": "^0.40.0"
4848
}
4949
}

yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -842,25 +842,18 @@
842842
dependencies:
843843
"@types/istanbul-lib-report" "*"
844844

845-
"@types/node@*":
846-
version "24.3.0"
847-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.0.tgz#89b09f45cb9a8ee69466f18ee5864e4c3eb84dec"
848-
integrity sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==
845+
"@types/node@*", "@types/node@^20.0.0":
846+
version "20.19.11"
847+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.11.tgz#728cab53092bd5f143beed7fbba7ba99de3c16c4"
848+
integrity sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==
849849
dependencies:
850-
undici-types "~7.10.0"
850+
undici-types "~6.21.0"
851851

852852
"@types/node@^12.7.1":
853853
version "12.20.55"
854854
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
855855
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
856856

857-
"@types/node@^20.0.0":
858-
version "20.19.11"
859-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.11.tgz#728cab53092bd5f143beed7fbba7ba99de3c16c4"
860-
integrity sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==
861-
dependencies:
862-
undici-types "~6.21.0"
863-
864857
"@types/parse-path@^7.0.0":
865858
version "7.1.0"
866859
resolved "https://registry.yarnpkg.com/@types/parse-path/-/parse-path-7.1.0.tgz#1bdddfe4fb2038e76c7e622234a97d6a050a1be3"
@@ -2646,11 +2639,6 @@ undici-types@~6.21.0:
26462639
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
26472640
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
26482641

2649-
undici-types@~7.10.0:
2650-
version "7.10.0"
2651-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350"
2652-
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
2653-
26542642
universalify@^0.1.0:
26552643
version "0.1.2"
26562644
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
@@ -2692,10 +2680,10 @@ wordwrap@^1.0.0:
26922680
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
26932681
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
26942682

2695-
workspace-tools@^0.38.0:
2696-
version "0.38.4"
2697-
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.38.4.tgz#fe1010d5211d1d0555fca3155ff19f9779a3d949"
2698-
integrity sha512-wCei5WNlhHswuU5tPjTYy4yVd7jnavtRUNbqpiHAmWRPOJtkvUpBQZExrrgFs3h9jdx6Qf6inCDSwjqnXhf+vQ==
2683+
workspace-tools@^0.40.0:
2684+
version "0.40.0"
2685+
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.40.0.tgz#77a5f9b31006e016e44753e2d9d7202d427e9c23"
2686+
integrity sha512-OlhUc1gMVNUQnuKil3PilJbmYXycuFT/hmY7H9Nh/WBRf2GcR3ClzpKFIvloidutd6vgo/RLQms4ZmgFG7uHrA==
26992687
dependencies:
27002688
"@yarnpkg/lockfile" "^1.1.0"
27012689
fast-glob "^3.3.1"

0 commit comments

Comments
 (0)