|
25 | 25 | "vue-router": "4.6.3" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@storybook/addon-a11y": "^9.1.15", |
29 | | - "@storybook/addon-docs": "^9.1.15", |
30 | | - "@storybook/vue3-vite": "^9.1.15", |
| 28 | + "@storybook/addon-a11y": "^10.0.2", |
| 29 | + "@storybook/addon-docs": "^10.0.2", |
| 30 | + "@storybook/vue3-vite": "^10.0.2", |
31 | 31 | "@tailwindcss/vite": "^4.1.16", |
32 | 32 | "@tsconfig/node22": "^22.0.2", |
33 | 33 | "@types/jsdom": "^27.0.0", |
34 | | - "@types/node": "^24.9.1", |
| 34 | + "@types/node": "^24.9.2", |
35 | 35 | "@vitejs/plugin-vue": "^6.0.1", |
36 | | - "@vitest/coverage-v8": "4.0.3", |
37 | | - "@vitest/eslint-plugin": "^1.3.25", |
38 | | - "@vitest/ui": "^4.0.3", |
| 36 | + "@vitest/coverage-v8": "4.0.5", |
| 37 | + "@vitest/eslint-plugin": "^1.4.0", |
| 38 | + "@vitest/ui": "^4.0.5", |
39 | 39 | "@vue/eslint-config-typescript": "^14.6.0", |
40 | 40 | "@vue/test-utils": "^2.4.6", |
41 | 41 | "@vue/tsconfig": "^0.8.1", |
42 | 42 | "eslint": "^9.38.0", |
43 | | - "eslint-plugin-oxlint": "~1.24.0", |
44 | | - "eslint-plugin-storybook": "^9.1.15", |
| 43 | + "eslint-plugin-oxlint": "~1.25.0", |
| 44 | + "eslint-plugin-storybook": "^10.0.2", |
45 | 45 | "eslint-plugin-vue": "~10.5.1", |
46 | 46 | "husky": "^9.1.7", |
47 | 47 | "jiti": "^2.6.1", |
48 | | - "jsdom": "^27.0.1", |
| 48 | + "jsdom": "^27.1.0", |
49 | 49 | "npm-run-all2": "^8.0.4", |
50 | | - "oxlint": "~1.24.0", |
51 | | - "storybook": "^9.1.15", |
| 50 | + "oxlint": "~1.25.0", |
| 51 | + "storybook": "^10.0.2", |
52 | 52 | "tailwindcss": "^4.1.16", |
53 | 53 | "typescript": "~5.9.3", |
54 | | - "unplugin-vue-router": "^0.16.0", |
| 54 | + "unplugin-vue-router": "^0.16.1", |
55 | 55 | "vite": "^7.1.12", |
56 | 56 | "vite-plugin-vue-devtools": "^8.0.3", |
57 | | - "vitest": "^4.0.3", |
| 57 | + "vitest": "^4.0.5", |
58 | 58 | "vue-tsc": "^3.1.2" |
59 | 59 | }, |
60 | | - "packageManager": "yarn@4.9.2" |
| 60 | + "volta": { |
| 61 | + "node": "24.11.0", |
| 62 | + "yarn": "4.10.3" |
| 63 | + }, |
| 64 | + "packageManager": "yarn@4.10.3" |
61 | 65 | } |
0 commit comments