Skip to content

Commit 38fb140

Browse files
committed
Update dependencies
1 parent 7399ae7 commit 38fb140

File tree

2 files changed

+191
-190
lines changed

2 files changed

+191
-190
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"engines": {
3232
"node": ">=20"
3333
},
34-
"packageManager": "pnpm@10.30.3",
34+
"packageManager": "pnpm@10.32.1",
3535
"dependencies": {
3636
"@prettier/plugin-oxc": "^0.1.3",
3737
"prettier-plugin-expand-json": "^1.0.4",
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@standard-config/eslint": "^1.6.1",
49-
"@standard-config/oxlint": "^1.5.0",
49+
"@standard-config/oxlint": "^1.5.1",
5050
"@standard-config/tsconfig": "^2.0.2",
5151
"@types/node": "^22.19.15",
5252
"@vitest/coverage-v8": "^4.0.18",
@@ -56,7 +56,7 @@
5656
"oxlint-tsgolint": "^0.16.0",
5757
"prettier": "^3.8.1",
5858
"publint": "^0.3.18",
59-
"tsdown": "^0.21.1",
59+
"tsdown": "^0.21.2",
6060
"typescript": "^5.9.3",
6161
"vitest": "^4.0.18"
6262
},
@@ -67,8 +67,8 @@
6767
"fixtures:unscramble": "pnpm prettier --write fixtures && sleep 1",
6868
"format": "prettier --ignore-unknown --log-level=warn --write .",
6969
"format:check": "prettier --check --ignore-unknown .",
70-
"lint": "oxlint --fix --report-unused-disable-directives",
71-
"lint:check": "oxlint --deny-warnings --report-unused-disable-directives --type-check",
70+
"lint": "oxlint --fix",
71+
"lint:check": "oxlint --deny-warnings --type-check",
7272
"prepack": "pnpm run '/^(format:check|lint:check|test|typecheck)$/' && pnpm build",
7373
"prepare": "husky",
7474
"test": "vitest run",

0 commit comments

Comments
 (0)