Skip to content

Commit

Permalink
Bump rimraf to ^5.0.7 (#42207)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent 94495d6 commit 8aa15c8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -104,7 +104,7 @@
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.7.10",
"react-window": "^1.8.10",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"styled-components": "^6.1.10",
"stylis": "4.2.0",
"stylis-plugin-rtl": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -176,7 +176,7 @@
"pretty-quick": "^4.0.0",
"process": "^0.11.10",
"raw-loader": "4.0.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"serve": "^14.2.3",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/docs-utils/package.json
Expand Up @@ -21,7 +21,7 @@
"release:publish:dry-run": "pnpm build && pnpm publish --tag latest --registry=\"http://localhost:4873/\""
},
"dependencies": {
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/scripts/package.json
Expand Up @@ -49,7 +49,7 @@
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Expand Up @@ -61,7 +61,7 @@
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"svgo": "^3.2.0",
"yargs": "^17.7.2"
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8aa15c8

Please sign in to comment.