Skip to content

Commit 0513934

Browse files
authored
chore: upgrade vp (#683)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated dependency versions for build and testing tools. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent ac6d228 commit 0513934

File tree

2 files changed

+131
-131
lines changed

2 files changed

+131
-131
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
102102
"tshy": "^3.3.2",
103103
"tshy-after": "^1.4.1",
104104
"typescript": "^5.9.3",
105-
"vite-plus": "^0.1.4",
106-
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.4"
105+
"vite-plus": "^0.1.6",
106+
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.6"
107107
},
108108
"overrides": {
109-
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.4",
110-
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.4"
109+
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.6",
110+
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.6"
111111
},
112112
"tshy": {
113113
"exports": {
@@ -121,8 +121,8 @@
121121
"packageManager": "pnpm@10.32.1",
122122
"pnpm": {
123123
"overrides": {
124-
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.4",
125-
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.4"
124+
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.6",
125+
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.6"
126126
},
127127
"peerDependencyRules": {
128128
"allowAny": [

0 commit comments

Comments
 (0)