1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 00:24:11 +02:00

deps: update dependencies (#17174)

* deps: update dependencies

* update

* run pnpm dedupe

* update tsgo

* rollback tsgo
This commit is contained in:
かっこかり
2026-02-16 12:02:36 +09:00
committed by GitHub
parent bd992661f4
commit b5121dc70e
17 changed files with 2206 additions and 2683 deletions

View File

@@ -11,14 +11,14 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "24.10.9",
"@types/node": "24.10.12",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.53.0",
"@typescript-eslint/parser": "8.53.0"
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0"
},
"dependencies": {
"@tabler/icons-webfont": "3.35.0",
"harfbuzzjs": "0.4.15",
"harfbuzzjs": "0.8.0",
"tsx": "4.21.0",
"wawoff2": "2.0.1"
},