Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 169 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "5.9.3",
"vinext": "0.0.50",
"vite": "^8.2.0",
"wrangler": "^4.115.0"
"wrangler": "^4.121.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Two wrangler versions remain installed after the bump

The top-level dependency moves to 4.121.0 (package-lock.json root entry at package-lock.json:11804-11806), but @cloudflare/vite-plugin still pins wrangler 4.115.0 as a nested install (package-lock.json:436, package-lock.json:447-449), which also pulls a second copy of miniflare/workerd binaries. Local dev/build via the vite plugin will therefore still run the older wrangler while CLI invocations (wrangler deploy --dry-run, etc.) use 4.121.0; worth confirming the two versions' miniflare/workerd behavior stays consistent, and note the extra install size.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

},
"type": "module"
}
Loading