Skip to content

Commit

Permalink
Bump rimraf to ^5.0.7 (#13091)
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 29, 2024
1 parent 36e6179 commit 1033edb
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"react-runner": "^1.0.3",
"react-simple-code-editor": "^0.13.1",
"recast": "^0.23.7",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"styled-components": "^6.1.8",
"stylis": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/d3-shape": "^3.1.6",
"@types/prop-types": "^15.7.12",
"csstype": "^3.1.3",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/d3-shape": "^3.1.6",
"@types/prop-types": "^15.7.12",
"csstype": "^3.1.3",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jscodeshift": "^0.11.5",
"dayjs": "^1.11.11",
"moment-timezone": "^0.5.45",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/chance": "^1.1.6",
"@types/lru-cache": "^7.10.10",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"peerDependencies": {
"@mui/icons-material": "^5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@types/prop-types": "^15.7.12",
"date-fns": "^2.30.0",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@types/prop-types": "^15.7.12",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@mui/joy": "^5.0.0-beta.24",
"@mui/types": "^7.2.14",
"@types/prop-types": "^15.7.12",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"dayjs": "^1.11.11",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"moment-hijri": "^2.1.2",
"moment-jalaali": "^0.10.0",
"moment-timezone": "^0.5.45",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/prop-types": "^15.7.12",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
},
"engines": {
"node": ">=14.0.0"
Expand Down
60 changes: 30 additions & 30 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 1033edb

Please sign in to comment.