1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 04:04:56 +02:00

fix(deps): update [frontend] update dependencies

This commit is contained in:
renovate[bot]
2026-01-11 06:11:04 +00:00
committed by GitHub
parent 4bc0026900
commit 98d8c42b17
9 changed files with 1090 additions and 358 deletions

View File

@@ -13,12 +13,12 @@
"devDependencies": {
"@types/node": "24.10.4",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.50.1",
"@typescript-eslint/parser": "8.50.1"
"@typescript-eslint/eslint-plugin": "8.51.0",
"@typescript-eslint/parser": "8.51.0"
},
"dependencies": {
"@tabler/icons-webfont": "3.35.0",
"harfbuzzjs": "0.4.14",
"@tabler/icons-webfont": "3.36.1",
"harfbuzzjs": "0.4.15",
"tsx": "4.21.0",
"wawoff2": "2.0.1"
},