Skip to content

Commit

Permalink
chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v3.0.2...v6.0.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 1010f96 commit 07cb118
Show file tree
Hide file tree
Showing 12 changed files with 478 additions and 202 deletions.
2 changes: 1 addition & 1 deletion apps/modernjs-ssr/dynamic-nested-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion apps/modernjs-ssr/dynamic-remote-new-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion apps/modernjs-ssr/dynamic-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion apps/modernjs-ssr/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion apps/modernjs-ssr/nested-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion apps/modernjs-ssr/remote-new-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion apps/modernjs-ssr/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion apps/modernjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"prettier-eslint": "16.3.0",
"publint": "^0.2.12",
"react-refresh": "0.14.2",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"rollup-plugin-copy": "3.5.0",
"strip-ansi": "^6.0.0",
"swc-loader": "0.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"rimraf": "~6.0.1",
"typescript": "~5.0.4",
"vitest": "1.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"vue": "^3.4.29",
"@vue/tsconfig": "^0.5.1",
"vue-tsc": "^2.0.26",
"rimraf": "~3.0.2"
"rimraf": "~6.0.1"
},
"peerDependencies": {
"typescript": "^4.9.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit 07cb118

Please sign in to comment.