refactor: make vite a default peer (#1945)

This commit is contained in:
Eli
2025-10-27 17:08:32 -05:00
committed by Aaron
parent 9698f2fdd9
commit c10d09fbdb
3 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -54,12 +54,12 @@
"scule": "^1.3.0",
"tinyglobby": "^0.2.16",
"unimport": "^3.13.1 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"vite": "^5.4.19 || ^6.3.4 || ^7.0.0 || ^8.0.0-0",
"vite-node": "^3.2.4 || ^5.0.0 || ^6.0.0",
"web-ext-run": "^0.2.4"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0"
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"vite": "^5.4.19 || ^6.3.4 || ^7.0.0 || ^8.0.0-0"
},
"peerDependenciesMeta": {
"eslint": {
@@ -83,6 +83,7 @@
"publint": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:",
"vitest-plugin-random-seed": "catalog:"
},