Skip to content

Commit bc06f9f

Browse files
chore: 依存関係を更新 (#2598)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0e1e83d commit bc06f9f

26 files changed

+1752
-1712
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pnpm run test-ui:storybook-vrt # Playwright の UI を表示
208208
> 2. 適当な名前を入力し、 `ユーザー名/voicevox` へのアクセス権を与え、 Repository permissions の Contents で Read and write を選択します。
209209
> <details>
210210
> <summary>設定例</summary>
211-
> <img src="./docs/res/Fine-granted_Tokensの作成.png" width="320">
211+
> <img src="./docs/res/Fine-granted_Tokensの作成.png" width="320" alt="">
212212
> </details>
213213
> 3. トークンを作成して文字列をコピーします。
214214
> 4. `ユーザー名/voicevox` のリポジトリの Settings > Secrets and variables > Actions > New repository secret を開きます。

docs/全体構成.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
そのため VOICEVOX では、キャラクターの要素(声や見た目)を含まない OSS 版と、OSS 版をもとに構築してキャラクターの要素を含めた製品版を分けて開発・配布しています。
1515

16-
<img src="./res/全体構成_OSS版と製品版の違い.svg" width="320">
16+
<img src="./res/全体構成_OSS版と製品版の違い.svg" width="320" alt="">
1717
<!-- 修正時は全体向け側のドキュメントも要修正 -->
1818
<!-- https://github.com/VOICEVOX/.github/blob/main/profile/README.md -->
1919

2020
## 構成
2121

2222
VOICEVOX は役割に応じた 3 つのモジュール「エディター」「エンジン」「コア」で構成されています。VOICEVOX ソフトウェアはこの 3 つのモジュールを組み合わせて構成されていて、エディターはエンジンを参照し、エンジンはコアを参照しています。
2323

24-
<img src="./res/全体構成_構成.svg" width="480">
24+
<img src="./res/全体構成_構成.svg" width="480" alt="">
2525
<!-- 修正時はエディタ側のドキュメントも要修正 -->
2626
<!-- https://github.com/VOICEVOX/.github/blob/main/profile/README.md -->
2727

package.json

+69-68
Original file line numberDiff line numberDiff line change
@@ -50,105 +50,106 @@
5050
"postuninstall": "electron-builder install-app-deps"
5151
},
5252
"dependencies": {
53-
"@gtm-support/vue-gtm": "1.2.3",
54-
"@quasar/extras": "1.10.10",
53+
"@gtm-support/vue-gtm": "3.1.0",
54+
"@quasar/extras": "1.16.17",
5555
"@sevenc-nanashi/utaformatix-ts": "npm:@jsr/[email protected]",
5656
"@std/path": "npm:@jsr/[email protected]",
57-
"async-lock": "1.4.0",
58-
"dayjs": "1.10.7",
59-
"electron-log": "5.1.2",
57+
"async-lock": "1.4.1",
58+
"dayjs": "1.11.13",
59+
"electron-log": "5.3.1",
6060
"electron-window-state": "5.0.3",
61-
"encoding-japanese": "1.0.30",
61+
"encoding-japanese": "2.2.0",
6262
"fast-array-diff": "1.1.0",
6363
"fast-base64": "0.1.8",
64-
"hotkeys-js": "3.13.6",
65-
"immer": "9.0.21",
64+
"hotkeys-js": "3.13.9",
65+
"immer": "10.1.1",
6666
"kuromoji": "github:VOICEVOX/kuromoji.js#0.0.1",
67-
"markdown-it": "13.0.2",
68-
"move-file": "3.0.0",
67+
"markdown-it": "14.1.0",
68+
"move-file": "3.1.0",
6969
"multistream": "4.1.0",
7070
"pixi.js": "7.4.0",
71-
"quasar": "2.17.2",
72-
"radix-vue": "1.9.6",
71+
"quasar": "2.18.0",
72+
"radix-vue": "1.9.17",
7373
"rfdc": "1.4.1",
74-
"semver": "7.5.4",
74+
"semver": "7.7.1",
7575
"shlex": "2.1.2",
76-
"systeminformation": "5.21.15",
76+
"systeminformation": "5.25.11",
7777
"tree-kill": "1.2.2",
7878
"vue": "3.5.13",
7979
"vuedraggable": "4.1.0",
80-
"vuex": "4.0.2",
81-
"zod": "3.22.4"
80+
"vuex": "4.1.0",
81+
"zod": "3.24.2"
8282
},
8383
"optionalDependencies": {
8484
"dmg-license": "1.0.11"
8585
},
8686
"devDependencies": {
87-
"@chromatic-com/storybook": "1.5.0",
87+
"@chromatic-com/storybook": "3.2.5",
8888
"@eslint/eslintrc": "3.3.0",
8989
"@eslint/js": "9.21.0",
90-
"@openapitools/openapi-generator-cli": "2.15.3",
91-
"@playwright/test": "1.48.2",
92-
"@quasar/vite-plugin": "1.8.1",
93-
"@storybook/addon-essentials": "8.4.4",
94-
"@storybook/addon-links": "8.4.4",
95-
"@storybook/addon-themes": "8.4.4",
96-
"@storybook/blocks": "8.4.4",
97-
"@storybook/experimental-addon-test": "8.4.4",
98-
"@storybook/test": "8.4.4",
99-
"@storybook/types": "8.4.4",
100-
"@storybook/vue3": "8.4.4",
101-
"@storybook/vue3-vite": "8.4.4",
102-
"@types/async-lock": "1.4.0",
103-
"@types/encoding-japanese": "1.0.18",
104-
"@types/markdown-it": "12.2.0",
105-
"@types/multistream": "4.1.0",
106-
"@types/semver": "7.3.9",
107-
"@types/wicg-file-system-access": "2020.9.6",
108-
"@types/yargs": "17.0.32",
109-
"@typescript-eslint/utils": "8.24.1",
110-
"@vitejs/plugin-vue": "5.1.4",
111-
"@vitest/browser": "2.1.2",
112-
"@vitest/ui": "2.1.2",
90+
"@openapitools/openapi-generator-cli": "2.17.0",
91+
"@playwright/test": "1.50.1",
92+
"@quasar/vite-plugin": "1.9.0",
93+
"@storybook/addon-essentials": "8.6.4",
94+
"@storybook/addon-links": "8.6.4",
95+
"@storybook/addon-themes": "8.6.4",
96+
"@storybook/blocks": "8.6.4",
97+
"@storybook/experimental-addon-test": "8.6.4",
98+
"@storybook/test": "8.6.4",
99+
"@storybook/types": "8.6.4",
100+
"@storybook/vue3": "8.6.4",
101+
"@storybook/vue3-vite": "8.6.4",
102+
"@types/async-lock": "1.4.2",
103+
"@types/encoding-japanese": "2.2.1",
104+
"@types/markdown-it": "14.1.2",
105+
"@types/multistream": "4.1.3",
106+
"@types/node": "22.13.9",
107+
"@types/semver": "7.5.8",
108+
"@types/wicg-file-system-access": "2023.10.5",
109+
"@types/yargs": "17.0.33",
110+
"@typescript-eslint/utils": "8.26.0",
111+
"@vitejs/plugin-vue": "5.2.1",
112+
"@vitest/browser": "3.0.7",
113+
"@vitest/ui": "3.0.7",
113114
"@voicevox/eslint-plugin": "file:./eslint-plugin",
114115
"@vue/eslint-config-prettier": "10.2.0",
115-
"@vue/eslint-config-typescript": "14.4.0",
116-
"@vue/test-utils": "2.4.5",
117-
"acorn": "8.14.0",
116+
"@vue/eslint-config-typescript": "14.5.0",
117+
"@vue/test-utils": "2.4.6",
118+
"acorn": "8.14.1",
118119
"acorn-walk": "8.3.4",
119-
"chromatic": "11.5.4",
120+
"chromatic": "11.27.0",
120121
"cross-env": "7.0.3",
121-
"dotenv": "16.0.0",
122-
"electron": "33.2.0",
122+
"dotenv": "16.4.7",
123+
"electron": "35.0.0",
123124
"electron-builder": "25.1.8",
124-
"electron-devtools-installer": "3.2.0",
125+
"electron-devtools-installer": "4.0.0",
125126
"eslint": "9.21.0",
126127
"eslint-config-flat-gitignore": "2.1.0",
127128
"eslint-plugin-file-progress": "3.0.1",
128129
"eslint-plugin-import": "2.31.0",
129130
"eslint-plugin-prettier": "5.2.3",
130-
"eslint-plugin-storybook": "0.11.3",
131-
"eslint-plugin-vue": "9.32.0",
132-
"globals": "15.14.0",
133-
"happy-dom": "15.11.6",
134-
"license-checker-rseidelsohn": "4.3.0",
135-
"markdownlint-cli": "0.37.0",
136-
"playwright": "1.48.2",
137-
"prettier": "3.4.2",
138-
"sass-embedded": "1.81.0",
139-
"storybook": "8.4.4",
140-
"tsx": "4.19.2",
141-
"typescript": "5.5.2",
142-
"typescript-eslint": "8.24.1",
143-
"vite": "5.4.11",
144-
"vite-plugin-checker": "0.8.0",
131+
"eslint-plugin-storybook": "0.11.4",
132+
"eslint-plugin-vue": "10.0.0",
133+
"globals": "16.0.0",
134+
"happy-dom": "17.2.2",
135+
"license-checker-rseidelsohn": "4.4.2",
136+
"markdownlint-cli": "0.44.0",
137+
"playwright": "1.50.1",
138+
"prettier": "3.5.3",
139+
"sass-embedded": "1.85.1",
140+
"storybook": "8.6.4",
141+
"tsx": "4.19.3",
142+
"typescript": "5.8.2",
143+
"typescript-eslint": "8.26.0",
144+
"vite": "6.2.0",
145+
"vite-plugin-checker": "0.9.0",
145146
"vite-plugin-electron": "0.29.0",
146-
"vite-tsconfig-paths": "5.1.2",
147-
"vitest": "2.1.2",
148-
"vue-component-type-helpers": "2.1.6",
149-
"vue-eslint-parser": "9.4.3",
150-
"vue-tsc": "2.1.10",
151-
"yargs": "17.2.1"
147+
"vite-tsconfig-paths": "5.1.4",
148+
"vitest": "3.0.7",
149+
"vue-component-type-helpers": "2.2.8",
150+
"vue-eslint-parser": "10.1.1",
151+
"vue-tsc": "2.2.8",
152+
"yargs": "17.7.2"
152153
},
153154
"pnpm": {
154155
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)