Skip to content

Commit 944e2c5

Browse files
committed
refactor: make vite a default peer
I think this could be breaking in theory, but... - If you're using the default setup, you're already good. - If you've customized your Vite version, you probably thought it was a peer.
1 parent d28a5c7 commit 944e2c5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/wxt/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
"vite-node": "^2.1.4 || ^3.1.2",
6363
"web-ext-run": "^0.2.4"
6464
},
65+
"peerDependencies": {
66+
"vite": "^5.4.19 || ^6.3.4 || ^7.0.0"
67+
},
6568
"devDependencies": {
6669
"@aklinker1/check": "^2.1.0",
6770
"@faker-js/faker": "^10.0.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)