Skip to content

Commit 279cf52

Browse files
authored
chore: update vite-plus to 0.1.8 (#6)
## Summary - Update vite-plus from `0.0.2-g17a37daf` to `0.1.8` - Bump @types/node `22.19.11` → `22.19.15` - Bump lint-staged `16.2.7` → `16.3.3` ## Test plan - [x] `vp run test` — 59 tests pass - [x] `vp run check:fix` — lint/format clean - [x] `vp run build` — dist rebuilt successfully 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent b5d848f commit 279cf52

File tree

6 files changed

+419
-675
lines changed

6 files changed

+419
-675
lines changed

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vite-hooks/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vp staged

dist/index.mjs

Lines changed: 72 additions & 71 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typecheck": "tsc --noEmit",
1111
"test": "vp test run",
1212
"test:watch": "vp test -w",
13-
"prepare": "husky"
13+
"prepare": "vp config"
1414
},
1515
"dependencies": {
1616
"@actions/cache": "^4.1.0",
@@ -21,14 +21,9 @@
2121
"zod": "^3.25.76"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^22.19.11",
25-
"husky": "^9.1.7",
26-
"lint-staged": "^16.2.7",
24+
"@types/node": "^22.19.15",
2725
"typescript": "^5.9.3",
2826
"vite-plus": "latest"
2927
},
30-
"lint-staged": {
31-
"*": "vp check --fix"
32-
},
3328
"packageManager": "pnpm@10.28.0"
3429
}

0 commit comments

Comments
 (0)