Skip to content

Commit

Permalink
chore: consolidate to a single rimraf version (#7719)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Jan 10, 2025
1 parent f613276 commit 54a8475
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 89 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"jsonc-parser": "^3.2.0",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.2.18",
"rimraf": "^5.0.1",
"tree-kill": "^1.2.2",
"turbo": "^2.2.3",
"typescript": "catalog:default",
Expand Down
3 changes: 1 addition & 2 deletions packages/miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@types/http-cache-semantics": "^4.0.1",
"@types/mime": "^3.0.4",
"@types/node": "catalog:default",
"@types/rimraf": "^4.0.5",
"@types/stoppable": "^1.1.1",
"@types/which": "^2.0.1",
"@types/ws": "^8.5.7",
Expand All @@ -91,7 +90,7 @@
"kleur": "^4.1.5",
"mime": "^3.0.0",
"pretty-bytes": "^6.0.0",
"rimraf": "^5.0.1",
"rimraf": "catalog:default",
"source-map": "^0.6.1",
"which": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/mime": "^3.0.4",
"concurrently": "^8.2.2",
"esbuild": "0.17.19",
"rimraf": "^6.0.1",
"rimraf": "catalog:default",
"toucan-js": "^3.3.1",
"typescript": "catalog:default",
"vitest": "catalog:default"
Expand Down
2 changes: 1 addition & 1 deletion packages/workflows-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@cloudflare/workers-types": "^4.20241230.0",
"@types/mime": "^3.0.4",
"esbuild": "0.17.19",
"rimraf": "^6.0.1",
"rimraf": "catalog:default",
"typescript": "catalog:default",
"vitest": "catalog:default"
},
Expand Down
1 change: 1 addition & 0 deletions packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"patch-console": "^1.0.0",
"pretty-bytes": "^6.0.0",
"prompts": "^2.4.2",
"rimraf": "catalog:default",
"semiver": "^1.1.0",
"shell-quote": "^1.8.1",
"signal-exit": "^3.0.7",
Expand Down
96 changes: 15 additions & 81 deletions pnpm-lock.yaml

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

8 changes: 5 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ packages:
- "tools"

catalog:
vitest: ~2.1.8
"@types/node": "^18.19.59"
"@vitest/runner": ~2.1.8
"@vitest/snapshot": ~2.1.8
"@vitest/ui": ~2.1.8
undici: "^5.28.4"
# rimraf@6 requires node 20 or >=22
rimraf: "^5.0.10"
typescript: "~5.6.3"
"@types/node": "^18.19.59"
undici: "^5.28.4"
vitest: ~2.1.8

0 comments on commit 54a8475

Please sign in to comment.