Skip to content

Commit 76e8c23

Browse files
fix(deps): update [frontend] update dependencies
1 parent 74e847a commit 76e8c23

File tree

9 files changed

+1204
-492
lines changed

9 files changed

+1204
-492
lines changed

packages/frontend-builder/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"devDependencies": {
1313
"@types/estree": "1.0.8",
14-
"@types/node": "24.10.2",
15-
"@typescript-eslint/eslint-plugin": "8.49.0",
16-
"@typescript-eslint/parser": "8.49.0",
17-
"rollup": "4.53.3"
14+
"@types/node": "24.10.4",
15+
"@typescript-eslint/eslint-plugin": "8.50.0",
16+
"@typescript-eslint/parser": "8.50.0",
17+
"rollup": "4.53.5"
1818
},
1919
"dependencies": {
2020
"i18n": "workspace:*",
2121
"estree-walker": "3.0.3",
2222
"magic-string": "0.30.21",
23-
"vite": "7.2.7"
23+
"vite": "7.3.0"
2424
}
2525
}

packages/frontend-embed/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rollup/plugin-replace": "6.0.3",
1717
"@rollup/pluginutils": "5.3.0",
1818
"@twemoji/parser": "16.0.0",
19-
"@vitejs/plugin-vue": "6.0.2",
19+
"@vitejs/plugin-vue": "6.0.3",
2020
"buraha": "0.0.1",
2121
"estree-walker": "3.0.3",
2222
"frontend-shared": "workspace:*",
@@ -25,26 +25,26 @@
2525
"mfm-js": "0.25.0",
2626
"misskey-js": "workspace:*",
2727
"punycode.js": "2.3.1",
28-
"rollup": "4.53.3",
29-
"sass": "1.95.1",
30-
"shiki": "3.19.0",
28+
"rollup": "4.53.5",
29+
"sass": "1.97.0",
30+
"shiki": "3.20.0",
3131
"tinycolor2": "1.6.0",
3232
"uuid": "13.0.0",
33-
"vite": "7.2.7",
33+
"vite": "7.3.0",
3434
"vue": "3.5.25"
3535
},
3636
"devDependencies": {
3737
"@misskey-dev/summaly": "5.2.5",
38-
"@tabler/icons-webfont": "3.35.0",
38+
"@tabler/icons-webfont": "3.36.0",
3939
"@testing-library/vue": "8.1.0",
4040
"@types/estree": "1.0.8",
4141
"@types/micromatch": "4.0.10",
42-
"@types/node": "24.10.2",
42+
"@types/node": "24.10.4",
4343
"@types/punycode.js": "npm:@types/[email protected]",
4444
"@types/tinycolor2": "1.4.6",
4545
"@types/ws": "8.18.1",
46-
"@typescript-eslint/eslint-plugin": "8.49.0",
47-
"@typescript-eslint/parser": "8.49.0",
46+
"@typescript-eslint/eslint-plugin": "8.50.0",
47+
"@typescript-eslint/parser": "8.50.0",
4848
"@vitest/coverage-v8": "4.0.15",
4949
"@vue/runtime-core": "3.5.25",
5050
"acorn": "8.15.0",

packages/frontend-shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"lint": "pnpm typecheck && pnpm eslint"
2222
},
2323
"devDependencies": {
24-
"@types/node": "24.10.2",
25-
"@typescript-eslint/eslint-plugin": "8.49.0",
26-
"@typescript-eslint/parser": "8.49.0",
24+
"@types/node": "24.10.4",
25+
"@typescript-eslint/eslint-plugin": "8.50.0",
26+
"@typescript-eslint/parser": "8.50.0",
2727
"esbuild": "0.27.1",
2828
"eslint-plugin-vue": "10.6.2",
2929
"nodemon": "3.1.11",

packages/frontend/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"@rollup/plugin-json": "6.1.0",
2626
"@rollup/plugin-replace": "6.0.3",
2727
"@rollup/pluginutils": "5.3.0",
28-
"@sentry/vue": "10.29.0",
29-
"@syuilo/aiscript": "1.2.0",
28+
"@sentry/vue": "10.30.0",
29+
"@syuilo/aiscript": "1.2.1",
3030
"@syuilo/aiscript-0-19-0": "npm:@syuilo/aiscript@^0.19.0",
3131
"@twemoji/parser": "16.0.0",
32-
"@vitejs/plugin-vue": "6.0.2",
32+
"@vitejs/plugin-vue": "6.0.3",
3333
"aiscript-vscode": "github:aiscript-dev/aiscript-vscode#v0.1.16",
3434
"analytics": "0.8.19",
3535
"broadcast-channel": "7.2.0",
@@ -55,7 +55,7 @@
5555
"is-file-animated": "1.0.2",
5656
"json5": "2.2.3",
5757
"matter-js": "0.20.0",
58-
"mediabunny": "1.25.8",
58+
"mediabunny": "1.26.0",
5959
"mfm-js": "0.25.0",
6060
"misskey-bubble-game": "workspace:*",
6161
"misskey-js": "workspace:*",
@@ -64,16 +64,16 @@
6464
"punycode.js": "2.3.1",
6565
"qr-code-styling": "1.9.2",
6666
"qr-scanner": "1.4.2",
67-
"rollup": "4.53.3",
67+
"rollup": "4.53.5",
6868
"sanitize-html": "2.17.0",
69-
"sass": "1.95.1",
70-
"shiki": "3.19.0",
69+
"sass": "1.97.0",
70+
"shiki": "3.20.0",
7171
"textarea-caret": "3.1.0",
72-
"three": "0.181.2",
72+
"three": "0.182.0",
7373
"throttle-debounce": "5.0.2",
7474
"tinycolor2": "1.6.0",
7575
"v-code-diff": "1.13.1",
76-
"vite": "7.2.7",
76+
"vite": "7.3.0",
7777
"vue": "3.5.25",
7878
"vuedraggable": "next",
7979
"wanakana": "5.3.1"
@@ -82,35 +82,35 @@
8282
"@misskey-dev/summaly": "5.2.5",
8383
"@storybook/addon-essentials": "8.6.14",
8484
"@storybook/addon-interactions": "8.6.14",
85-
"@storybook/addon-links": "10.1.5",
85+
"@storybook/addon-links": "10.1.9",
8686
"@storybook/addon-mdx-gfm": "8.6.14",
8787
"@storybook/addon-storysource": "8.6.14",
8888
"@storybook/blocks": "8.6.14",
8989
"@storybook/components": "8.6.14",
9090
"@storybook/core-events": "8.6.14",
9191
"@storybook/manager-api": "8.6.14",
9292
"@storybook/preview-api": "8.6.14",
93-
"@storybook/react": "10.1.5",
94-
"@storybook/react-vite": "10.1.5",
93+
"@storybook/react": "10.1.9",
94+
"@storybook/react-vite": "10.1.9",
9595
"@storybook/test": "8.6.14",
9696
"@storybook/theming": "8.6.14",
9797
"@storybook/types": "8.6.14",
98-
"@storybook/vue3": "10.1.5",
99-
"@storybook/vue3-vite": "10.1.5",
100-
"@tabler/icons-webfont": "3.35.0",
98+
"@storybook/vue3": "10.1.9",
99+
"@storybook/vue3-vite": "10.1.9",
100+
"@tabler/icons-webfont": "3.36.0",
101101
"@testing-library/vue": "8.1.0",
102102
"@types/canvas-confetti": "1.9.0",
103103
"@types/estree": "1.0.8",
104104
"@types/matter-js": "0.20.2",
105105
"@types/micromatch": "4.0.10",
106-
"@types/node": "24.10.2",
106+
"@types/node": "24.10.4",
107107
"@types/punycode.js": "npm:@types/[email protected]",
108108
"@types/sanitize-html": "2.16.0",
109109
"@types/seedrandom": "3.0.8",
110110
"@types/throttle-debounce": "5.0.2",
111111
"@types/tinycolor2": "1.4.6",
112-
"@typescript-eslint/eslint-plugin": "8.49.0",
113-
"@typescript-eslint/parser": "8.49.0",
112+
"@typescript-eslint/eslint-plugin": "8.50.0",
113+
"@typescript-eslint/parser": "8.50.0",
114114
"@vitest/coverage-v8": "4.0.15",
115115
"@vue/compiler-core": "3.5.25",
116116
"acorn": "8.15.0",
@@ -129,8 +129,8 @@
129129
"msw-storybook-addon": "2.0.6",
130130
"nodemon": "3.1.11",
131131
"prettier": "3.7.4",
132-
"react": "19.2.1",
133-
"react-dom": "19.2.1",
132+
"react": "19.2.3",
133+
"react-dom": "19.2.3",
134134
"seedrandom": "3.0.5",
135135
"start-server-and-test": "2.1.3",
136136
"storybook": "10.1.5",

packages/icons-subsetter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"lint": "pnpm typecheck && pnpm eslint"
1212
},
1313
"devDependencies": {
14-
"@types/node": "24.10.2",
14+
"@types/node": "24.10.4",
1515
"@types/wawoff2": "1.0.2",
16-
"@typescript-eslint/eslint-plugin": "8.49.0",
17-
"@typescript-eslint/parser": "8.49.0"
16+
"@typescript-eslint/eslint-plugin": "8.50.0",
17+
"@typescript-eslint/parser": "8.50.0"
1818
},
1919
"dependencies": {
20-
"@tabler/icons-webfont": "3.35.0",
20+
"@tabler/icons-webfont": "3.36.0",
2121
"harfbuzzjs": "0.4.13",
2222
"tsx": "4.21.0",
2323
"wawoff2": "2.0.1"

packages/misskey-bubble-game/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
},
2626
"devDependencies": {
2727
"@types/matter-js": "0.20.2",
28-
"@types/node": "24.10.2",
28+
"@types/node": "24.10.4",
2929
"@types/seedrandom": "3.0.8",
30-
"@typescript-eslint/eslint-plugin": "8.49.0",
31-
"@typescript-eslint/parser": "8.49.0",
30+
"@typescript-eslint/eslint-plugin": "8.50.0",
31+
"@typescript-eslint/parser": "8.50.0",
3232
"esbuild": "0.27.1",
3333
"execa": "9.6.1",
3434
"nodemon": "3.1.11"

packages/misskey-reversi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"lint": "pnpm typecheck && pnpm eslint"
2525
},
2626
"devDependencies": {
27-
"@types/node": "24.10.2",
28-
"@typescript-eslint/eslint-plugin": "8.49.0",
29-
"@typescript-eslint/parser": "8.49.0",
27+
"@types/node": "24.10.4",
28+
"@typescript-eslint/eslint-plugin": "8.50.0",
29+
"@typescript-eslint/parser": "8.50.0",
3030
"esbuild": "0.27.1",
3131
"execa": "9.6.1",
3232
"nodemon": "3.1.11"

packages/sw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"misskey-js": "workspace:*"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/parser": "8.49.0",
18+
"@typescript-eslint/parser": "8.50.0",
1919
"@typescript/lib-webworker": "npm:@types/[email protected]",
2020
"eslint-plugin-import": "2.32.0",
2121
"nodemon": "3.1.11"

0 commit comments

Comments
 (0)