deps: update deps [ci skip] (#16997)

* update deps

* update chokidar to v5

* fix type error

* rollback serviceworker types to r74

* fix [ci skip]
This commit is contained in:
かっこかり
2025-12-16 11:42:06 +09:00
committed by GitHub
parent 467404d5bb
commit 0d52145b2b
19 changed files with 1717 additions and 1771 deletions

View File

@@ -11,15 +11,15 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/node": "24.10.2",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.48.0",
"@typescript-eslint/parser": "8.48.0"
"@typescript-eslint/eslint-plugin": "8.49.0",
"@typescript-eslint/parser": "8.49.0"
},
"dependencies": {
"@tabler/icons-webfont": "3.35.0",
"harfbuzzjs": "0.4.13",
"tsx": "4.20.6",
"tsx": "4.21.0",
"typescript": "5.9.3",
"wawoff2": "2.0.1"
},