Skip to content

Commit 03435cc

Browse files
authored
Support Wrangler v4 as peer dependency (#8505)
1 parent c7f86cb commit 03435cc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/chubby-bats-start.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/vite-plugin": patch
3+
---
4+
5+
Support Wrangler v4 as peer dependency.

packages/vite-plugin-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"peerDependencies": {
6969
"vite": "catalog:vite-plugin",
70-
"wrangler": "^3.101.0"
70+
"wrangler": "^3.101.0 || ^4.0.0"
7171
},
7272
"publishConfig": {
7373
"access": "public"

0 commit comments

Comments
 (0)