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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-17 12:14:19 +09:00
committed by GitHub
parent 49cac2f72b
commit 1b791258ce
8 changed files with 1602 additions and 1168 deletions

View File

@@ -11,16 +11,16 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.15.31",
"@types/node": "22.16.4",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0"
"@typescript-eslint/eslint-plugin": "8.37.0",
"@typescript-eslint/parser": "8.37.0"
},
"dependencies": {
"@tabler/icons-webfont": "3.34.0",
"harfbuzzjs": "0.4.7",
"tiny-glob": "0.2.9",
"tsx": "4.19.4",
"tsx": "4.20.3",
"typescript": "5.8.3",
"wawoff2": "2.0.1"
},