Skip to content

chore(deps): update dependency rimraf to v6 (v1.29.x) #6046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"postcss-modules": "^6.0.0",
"postcss-nesting": "^12.0.3",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"rimraf": "^6.0.0",
"storybook": "8.0.10",
"typedoc": "^0.25.0",
"typescript": "5.4.5",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13225,7 +13225,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7":
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10":
version: 10.4.3
resolution: "glob@npm:10.4.3"
dependencies:
Expand Down Expand Up @@ -20900,14 +20900,14 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.0":
version: 5.0.8
resolution: "rimraf@npm:5.0.8"
"rimraf@npm:^6.0.0":
version: 6.0.0
resolution: "rimraf@npm:6.0.0"
dependencies:
glob: "npm:^10.3.7"
glob: "npm:^11.0.0"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10c0/b8782c0443f67814ed29c83f9b34743977535f7228c62885c2db0d2552f94940ef2d6e54056c3344ccc574c1366f768ab62198deafbb61a93eb849d28ced9daa
checksum: 10c0/32d07c542490db96efd515b27f857f45b71b2169a1b533052630d119034450d3afcf766adc2df43314378f9168407ef222d7d1104c48cc9d385e97b17964b3bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -23060,7 +23060,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
remark-gfm: "npm:^4.0.0"
rimraf: "npm:^5.0.0"
rimraf: "npm:^6.0.0"
storybook: "npm:8.0.10"
tocbot: "npm:4.28.2"
typedoc: "npm:^0.25.0"
Expand Down
Loading