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