Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
ec5caf08f8
fix(deps): update [frontend] update dependencies 2025-06-17 01:13:00 +00:00
8 changed files with 623 additions and 341 deletions

View File

@ -26,7 +26,7 @@
"mfm-js": "0.24.0",
"misskey-js": "workspace:*",
"punycode.js": "2.3.1",
"rollup": "4.42.0",
"rollup": "4.43.0",
"sass": "1.89.2",
"shiki": "3.6.0",
"tinycolor2": "1.6.0",
@ -43,12 +43,12 @@
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.8",
"@types/micromatch": "4.0.9",
"@types/node": "22.15.31",
"@types/node": "22.15.32",
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"@typescript-eslint/eslint-plugin": "8.34.1",
"@typescript-eslint/parser": "8.34.1",
"@vitest/coverage-v8": "3.2.3",
"@vue/runtime-core": "3.5.16",
"acorn": "8.15.0",

View File

@ -21,9 +21,9 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.15.31",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"@types/node": "22.15.32",
"@typescript-eslint/eslint-plugin": "8.34.1",
"@typescript-eslint/parser": "8.34.1",
"esbuild": "0.25.5",
"eslint-plugin-vue": "10.2.0",
"nodemon": "3.1.10",

View File

@ -24,7 +24,7 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-replace": "6.0.2",
"@rollup/pluginutils": "5.1.4",
"@sentry/vue": "9.27.0",
"@sentry/vue": "9.29.0",
"@syuilo/aiscript": "0.19.0",
"@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.2.4",
@ -35,7 +35,7 @@
"broadcast-channel": "7.1.0",
"buraha": "0.0.1",
"canvas-confetti": "1.9.3",
"chart.js": "4.4.9",
"chart.js": "4.5.0",
"chartjs-adapter-date-fns": "3.0.0",
"chartjs-chart-matrix": "2.1.1",
"chartjs-plugin-gradient": "0.6.1",
@ -60,7 +60,7 @@
"misskey-reversi": "workspace:*",
"photoswipe": "5.4.4",
"punycode.js": "2.3.1",
"rollup": "4.42.0",
"rollup": "4.43.0",
"sanitize-html": "2.17.0",
"sass": "1.89.2",
"shiki": "3.6.0",
@ -104,15 +104,15 @@
"@types/estree": "1.0.8",
"@types/matter-js": "0.19.8",
"@types/micromatch": "4.0.9",
"@types/node": "22.15.31",
"@types/node": "22.15.32",
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/sanitize-html": "2.16.0",
"@types/seedrandom": "3.0.8",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"@typescript-eslint/eslint-plugin": "8.34.1",
"@typescript-eslint/parser": "8.34.1",
"@vitest/coverage-v8": "3.2.3",
"@vue/compiler-core": "3.5.16",
"@vue/runtime-core": "3.5.16",
@ -125,7 +125,7 @@
"happy-dom": "17.6.3",
"intersection-observer": "0.12.2",
"micromatch": "4.0.8",
"minimatch": "10.0.1",
"minimatch": "10.0.3",
"msw": "2.10.2",
"msw-storybook-addon": "2.0.5",
"nodemon": "3.1.10",

View File

@ -11,16 +11,16 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.15.31",
"@types/node": "22.15.32",
"@types/wawoff2": "1.0.2",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0"
"@typescript-eslint/eslint-plugin": "8.34.1",
"@typescript-eslint/parser": "8.34.1"
},
"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"
},

View File

@ -24,14 +24,14 @@
"devDependencies": {
"@types/matter-js": "0.19.8",
"@types/seedrandom": "3.0.8",
"@types/node": "22.15.31",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"@types/node": "22.15.32",
"@typescript-eslint/eslint-plugin": "8.34.1",
"@typescript-eslint/parser": "8.34.1",
"nodemon": "3.1.10",
"execa": "9.6.0",
"typescript": "5.8.3",
"esbuild": "0.25.5",
"glob": "11.0.2"
"glob": "11.0.3"
},
"files": [
"built"

View File

@ -22,14 +22,14 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
"@types/node": "22.15.31",
"@typescript-eslint/eslint-plugin": "8.34.0",
"@typescript-eslint/parser": "8.34.0",
"@types/node": "22.15.32",
"@typescript-eslint/eslint-plugin": "8.34.1",
"@typescript-eslint/parser": "8.34.1",
"execa": "9.6.0",
"nodemon": "3.1.10",
"typescript": "5.8.3",
"esbuild": "0.25.5",
"glob": "11.0.2"
"glob": "11.0.3"
},
"files": [
"built"

View File

@ -14,7 +14,7 @@
"misskey-js": "workspace:*"
},
"devDependencies": {
"@typescript-eslint/parser": "8.34.0",
"@typescript-eslint/parser": "8.34.1",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
"eslint-plugin-import": "2.31.0",
"nodemon": "3.1.10",

910
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff