fix(deps): update [frontend] update dependencies (#16387)

* fix(deps): update [frontend] update dependencies

* fix build error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-24 09:13:04 +09:00
committed by GitHub
parent bd0730e5e8
commit 9f25d96ec3
9 changed files with 1535 additions and 838 deletions

View File

@@ -11,16 +11,16 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.17.0",
"@types/node": "22.17.2",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0"
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/parser": "8.40.0"
},
"dependencies": {
"@tabler/icons-webfont": "3.34.1",
"harfbuzzjs": "0.4.8",
"harfbuzzjs": "0.4.9",
"tiny-glob": "0.2.9",
"tsx": "4.20.3",
"tsx": "4.20.4",
"typescript": "5.9.2",
"wawoff2": "2.0.1"
},