We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3a08c commit 9a68698Copy full SHA for 9a68698
2 files changed
package.json
@@ -106,7 +106,12 @@
106
"tshy": "^3.1.0",
107
"tshy-after": "^1.4.1",
108
"typescript": "^5.9.3",
109
- "vite-plus": "latest"
+ "vite-plus": "latest",
110
+ "vitest": "npm:@voidzero-dev/vite-plus-test@latest"
111
+ },
112
+ "overrides": {
113
+ "vite": "npm:@voidzero-dev/vite-plus-core@latest",
114
115
},
116
"lint-staged": {
117
"*": [
@@ -126,10 +131,8 @@
126
131
"packageManager": "pnpm@10.28.0",
127
132
"pnpm": {
128
133
"overrides": {
129
- "vite": "npm:@voidzero-dev/vite-plus-core@latest"
134
135
130
136
}
- },
- "overrides": {
137
138
0 commit comments