We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354f504 commit 42f0b09Copy full SHA for 42f0b09
2 files changed
package.json
@@ -59,9 +59,11 @@
59
"terser": "^5.46.1",
60
"type-fest": "^5.4.4",
61
"typescript": "^5.9.3",
62
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.1.13",
63
"vite-bundle-analyzer": "^1.3.6",
64
"vite-plugin-mkcert": "^1.17.10",
- "vite-plus": "latest"
65
+ "vite-plus": "0.1.13",
66
+ "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.13"
67
},
68
"config": {
69
"sdkVersion": "160602"
@@ -91,8 +93,8 @@
91
93
"packageManager": "pnpm@10.32.1",
92
94
"pnpm": {
95
"overrides": {
- "vite": "npm:@voidzero-dev/vite-plus-core@latest",
- "vitest": "npm:@voidzero-dev/vite-plus-test@latest"
96
97
98
}
99
100
0 commit comments