Skip to content

Commit 04c03b0

Browse files
committed
Update dependencies
1 parent 5859e2d commit 04c03b0

File tree

10 files changed

+501
-627
lines changed

10 files changed

+501
-627
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DS_Store
2-
.husky/_
2+
.vite-hooks/_
33
coverage
44
dist
55
node_modules

.husky/pre-commit

Lines changed: 0 additions & 10 deletions
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

oxlint.config.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"engines": {
3232
"node": ">=20"
3333
},
34-
"packageManager": "pnpm@10.32.1",
34+
"packageManager": "pnpm@10.33.0",
3535
"dependencies": {
3636
"@prettier/plugin-oxc": "^0.1.3",
3737
"prettier-plugin-expand-json": "^1.0.4",
@@ -51,26 +51,23 @@
5151
"@types/node": "^24.12.0",
5252
"@vitest/coverage-v8": "^4.1.1",
5353
"eslint": "^10.1.0",
54-
"husky": "^9.1.7",
55-
"oxlint": "^1.57.0",
56-
"oxlint-tsgolint": "^0.17.4",
5754
"prettier": "^3.8.1",
5855
"publint": "^0.3.18",
59-
"tsdown": "^0.21.4",
6056
"typescript": "^6.0.2",
57+
"vite-plus": "^0.1.14",
6158
"vitest": "^4.1.1"
6259
},
6360
"scripts": {
64-
"build": "tsdown",
61+
"build": "vp pack",
6562
"fix": "pnpm format && pnpm lint && pnpm format",
6663
"fixtures:scramble": "prettier --config fixtures/config.ts --write fixtures && sleep 1",
6764
"fixtures:unscramble": "pnpm prettier --write fixtures && sleep 1",
6865
"format": "prettier --ignore-unknown --log-level=warn --write .",
6966
"format:check": "prettier --check --ignore-unknown .",
70-
"lint": "oxlint --fix",
71-
"lint:check": "oxlint --deny-warnings --type-check",
67+
"lint": "vp lint --fix",
68+
"lint:check": "vp lint --deny-warnings --type-check",
7269
"prepack": "pnpm run '/^(format:check|lint:check|test|typecheck)$/' && pnpm build",
73-
"prepare": "husky",
70+
"prepare": "vp config",
7471
"test": "vitest run",
7572
"test:fixtures": "pnpm run '/^fixtures:/' && git diff --exit-code fixtures",
7673
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)