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
Generated
+3 -1
View File
@@ -331,7 +331,6 @@
"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",
},
@@ -352,11 +351,13 @@
"publint": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:",
"vitest-plugin-random-seed": "catalog:",
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"vite": "^5.4.19 || ^6.3.4 || ^7.0.0 || ^8.0.0-0",
},
"optionalPeers": [
"eslint",
@@ -404,6 +405,7 @@
"tsdown": "^0.21.0",
"typescript": "^6.0.3",
"unocss": "^66.6.8",
"vite": "^7.3.1",
"vitest": "^4.1.5",
"vitest-plugin-random-seed": "^1.1.2",
},