Skip to content

Commit 612fafd

Browse files
committed
Update dependencies
1 parent cb4b82d commit 612fafd

File tree

6 files changed

+36
-478
lines changed

6 files changed

+36
-478
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ updates:
99
- package-ecosystem: npm
1010
directory: /
1111
schedule:
12-
interval: daily
12+
interval: weekly
1313
versioning-strategy: increase

oxlint.config.ts

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"engines": {
3939
"node": ">=20"
4040
},
41-
"packageManager": "pnpm@10.32.1",
41+
"packageManager": "pnpm@10.33.0",
4242
"peerDependencies": {
4343
"oxlint": ">=1.52.0",
4444
"oxlint-tsgolint": ">=0.16.0"
@@ -59,13 +59,12 @@
5959
"oxlint-tsgolint": "catalog:",
6060
"prettier": "^3.8.1",
6161
"publint": "^0.3.18",
62-
"tsdown": "^0.21.4",
6362
"typescript": "^6.0.2",
6463
"vite-plus": "^0.1.14",
6564
"vitest": "^4.1.1"
6665
},
6766
"scripts": {
68-
"build": "tsdown",
67+
"build": "vp pack",
6968
"fix": "pnpm format && pnpm lint && pnpm format",
7069
"format": "prettier --ignore-unknown --log-level=warn --write .",
7170
"format:check": "prettier --check --ignore-unknown .",

0 commit comments

Comments
 (0)