Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const config: StorybookConfig = {

addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-themes",
"@storybook/experimental-addon-test",
"@storybook/addon-vitest",
"@storybook/addon-docs",
],

framework: {
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { setup, Preview } from "@storybook/vue3";
import { setup, Preview } from "@storybook/vue3-vite";
import { Quasar, Dialog, Loading, Notify } from "quasar";
import iconSet from "quasar/icon-set/material-icons";
import { withThemeByDataAttribute } from "@storybook/addon-themes";
Expand Down
5 changes: 4 additions & 1 deletion .storybook/utils/argTypesEnhancers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
*/

import { toHandlerKey } from "vue";
import { type ArgTypesEnhancer, type StrictInputType } from "@storybook/types";
import {
type ArgTypesEnhancer,
type StrictInputType,
} from "storybook/internal/types";

export const addActionsWithEmits: ArgTypesEnhancer = ({ argTypes }) => {
const argTypesEntries = Object.entries(argTypes)
Expand Down
2 changes: 1 addition & 1 deletion .storybook/vitest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { beforeAll } from "vitest";
import { setProjectAnnotations } from "@storybook/vue3";
import { setProjectAnnotations } from "@storybook/vue3-vite";
import * as previewAnnotations from "./preview";

const annotations = setProjectAnnotations([previewAnnotations]);
Expand Down
77 changes: 37 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@std/path": "npm:@jsr/[email protected]",
"async-lock": "1.4.1",
"dayjs": "1.11.13",
"electron-log": "5.4.0",
"electron-log": "5.4.1",
"electron-window-state": "5.0.3",
"encoding-japanese": "2.2.0",
"fast-array-diff": "1.1.0",
"fast-base64": "0.1.8",
"hotkeys-js": "3.13.10",
"hotkeys-js": "3.13.14",
"immer": "10.1.1",
"kuromoji": "github:VOICEVOX/kuromoji.js#0.0.1",
"markdown-it": "14.1.0",
Expand All @@ -75,32 +75,28 @@
"rfdc": "1.4.1",
"semver": "7.7.2",
"shlex": "2.1.2",
"systeminformation": "5.27.1",
"systeminformation": "5.27.6",
"tree-kill": "1.2.2",
"vue": "3.5.16",
"vue": "3.5.17",
"vuedraggable": "4.1.0",
"vuex": "4.1.0",
"zod": "3.25.36"
"zod": "3.25.67"
},
"optionalDependencies": {
"dmg-license": "1.0.11"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.6",
"@chromatic-com/storybook": "4.0.1",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.27.0",
"@openapitools/openapi-generator-cli": "2.20.2",
"@playwright/test": "1.52.0",
"@eslint/js": "9.29.0",
"@openapitools/openapi-generator-cli": "2.20.5",
"@playwright/test": "1.53.1",
"@quasar/vite-plugin": "1.9.0",
"@storybook/addon-essentials": "8.6.14",
"@storybook/addon-links": "8.6.14",
"@storybook/addon-themes": "8.6.14",
"@storybook/blocks": "8.6.14",
"@storybook/experimental-addon-test": "8.6.14",
"@storybook/test": "8.6.14",
"@storybook/types": "8.6.14",
"@storybook/vue3": "8.6.14",
"@storybook/vue3-vite": "8.6.14",
"@storybook/addon-docs": "^9.0.11",
"@storybook/addon-links": "9.0.13",
"@storybook/addon-themes": "9.0.13",
"@storybook/addon-vitest": "9.0.13",
"@storybook/vue3-vite": "9.0.13",
"@types/async-lock": "1.4.2",
"@types/encoding-japanese": "2.2.1",
"@types/markdown-it": "14.1.2",
Expand All @@ -109,48 +105,48 @@
"@types/semver": "7.7.0",
"@types/wicg-file-system-access": "2023.10.6",
"@types/yargs": "17.0.33",
"@typescript-eslint/utils": "8.33.0",
"@typescript-eslint/utils": "8.35.0",
"@vitejs/plugin-vue": "5.2.4",
"@vitest/browser": "3.1.4",
"@vitest/eslint-plugin": "1.2.1",
"@vitest/ui": "3.1.4",
"@vitest/browser": "3.2.4",
"@vitest/eslint-plugin": "1.2.7",
"@vitest/ui": "3.2.4",
"@voicevox/eslint-plugin": "file:./eslint-plugin",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.5.0",
"@vue/eslint-config-typescript": "14.5.1",
"@vue/test-utils": "2.4.6",
"acorn": "8.14.1",
"acorn": "8.15.0",
"acorn-walk": "8.3.4",
"chromatic": "12.0.0",
"chromatic": "13.0.1",
"cross-env": "7.0.3",
"dotenv": "16.5.0",
"electron": "36.3.2",
"electron": "37.0.0",
"electron-builder": "26.0.12",
"electron-devtools-installer": "4.0.0",
"eslint": "9.27.0",
"eslint": "9.29.0",
"eslint-config-flat-gitignore": "2.1.0",
"eslint-plugin-file-progress": "3.0.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.4.0",
"eslint-plugin-storybook": "0.12.0",
"eslint-plugin-vue": "10.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.0",
"eslint-plugin-storybook": "9.0.13",
"eslint-plugin-vue": "10.2.0",
"globals": "16.2.0",
"happy-dom": "17.5.6",
"happy-dom": "18.0.1",
"license-checker-rseidelsohn": "4.4.2",
"markdownlint-cli": "0.45.0",
"playwright": "1.52.0",
"prettier": "3.5.3",
"sass-embedded": "1.89.0",
"storybook": "8.6.14",
"tsx": "4.19.4",
"playwright": "1.53.1",
"prettier": "3.6.1",
"sass-embedded": "1.89.2",
"storybook": "9.0.13",
"tsx": "4.20.3",
"typescript": "5.8.3",
"typescript-eslint": "8.33.0",
"typescript-eslint": "8.35.0",
"vite": "6.3.5",
"vite-plugin-checker": "0.9.3",
"vite-plugin-electron": "0.29.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.1.4",
"vitest": "3.2.4",
"vue-component-type-helpers": "2.2.10",
"vue-eslint-parser": "10.1.3",
"vue-eslint-parser": "10.1.4",
"vue-tsc": "2.2.10",
"yargs": "18.0.0"
},
Expand All @@ -168,3 +164,4 @@
}
}
}

Loading
Loading