Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 12bb73d commit 5123658
Show file tree
Hide file tree
Showing 11 changed files with 3,041 additions and 8,402 deletions.
2 changes: 1 addition & 1 deletion packages/deep-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"ts-jest": "~27.1.0",
"ts-node": "~10.9.1",
"typescript": "~4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-adapter-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-archetype-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "~18.19.0",
"@vue/test-utils": "~1.0.3",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"rollup": "~4.9.1",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"postcss": "~8.4.12",
"postcss-dir-pseudo-class": "~7.0.0",
"postcss-logical": "~4.0.2",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"rollup": "~4.9.1",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-priority-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-svg-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/jest": "~27.5.0",
"@types/node": "~18.19.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"autoprefixer": "~10.4.4",
"postcss": "~8.4.12",
"postcss-import": "~16.0.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"rollup": "~4.9.1",
"rollup-plugin-typescript2": "~0.36.0",
"rollup-plugin-vue": "~5.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rimraf": "~6.0.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
},
Expand Down
Loading

0 comments on commit 5123658

Please sign in to comment.