|
3 | 3 | "version": "1.3.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "type": "module", |
6 | | - "packageManager": "pnpm@10.22.0", |
| 6 | + "packageManager": "pnpm@10.24.0", |
7 | 7 | "scripts": { |
8 | 8 | "dev": "vite", |
9 | 9 | "dev:mock": "MOCK=true vite", |
|
21 | 21 | "axios": "^1.13.2", |
22 | 22 | "pinia": "^3.0.4", |
23 | 23 | "pinia-plugin-persistedstate": "^4.7.1", |
24 | | - "vue": "^3.5.24", |
25 | | - "vue-i18n": "^11.1.12", |
| 24 | + "vue": "^3.5.25", |
| 25 | + "vue-i18n": "^11.2.2", |
26 | 26 | "vue-router": "^4.6.3" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@component-hook/eslint-plugin": "^1.2.1", |
| 29 | + "@component-hook/eslint-plugin": "^1.3.0", |
30 | 30 | "@intlify/unplugin-vue-i18n": "^11.0.1", |
31 | | - "@playwright/test": "^1.56.1", |
| 31 | + "@playwright/test": "^1.57.0", |
32 | 32 | "@tailwindcss/vite": "^4.1.17", |
33 | 33 | "@testing-library/jest-dom": "^6.9.1", |
34 | 34 | "@testing-library/user-event": "^14.6.1", |
35 | 35 | "@testing-library/vue": "^8.1.0", |
36 | | - "@tsconfig/node22": "^22.0.3", |
| 36 | + "@tsconfig/node22": "^22.0.5", |
37 | 37 | "@types/node": "^24.10.1", |
38 | | - "@vitejs/plugin-vue": "^6.0.1", |
39 | | - "@vitest/coverage-v8": "^4.0.8", |
| 38 | + "@vitejs/plugin-vue": "^6.0.2", |
| 39 | + "@vitest/coverage-v8": "^4.0.14", |
40 | 40 | "@vue/tsconfig": "^0.8.1", |
41 | 41 | "cssnano": "^7.1.2", |
42 | 42 | "eslint": "^9.39.1", |
43 | 43 | "jsdom": "^27.2.0", |
44 | | - "msw": "^2.12.1", |
| 44 | + "msw": "^2.12.3", |
45 | 45 | "postcss": "^8.5.6", |
46 | 46 | "postcss-preset-env": "^10.4.0", |
47 | 47 | "postcss-pxtorem": "^6.1.0", |
48 | | - "prettier": "^3.6.2", |
| 48 | + "prettier": "^3.7.1", |
49 | 49 | "prettier-plugin-tailwindcss": "^0.7.1", |
50 | 50 | "rollup-plugin-visualizer": "^6.0.5", |
51 | 51 | "tailwindcss": "^4.1.17", |
52 | 52 | "typescript": "^5.9.3", |
53 | | - "vite": "^7.2.2", |
| 53 | + "vite": "^7.2.4", |
54 | 54 | "vite-plugin-svg-icons": "^2.0.1", |
55 | | - "vitest": "^4.0.8", |
56 | | - "vue-tsc": "^3.1.3" |
| 55 | + "vitest": "^4.0.14", |
| 56 | + "vue-tsc": "^3.1.5" |
57 | 57 | }, |
58 | 58 | "msw": { |
59 | 59 | "workerDirectory": "public" |
|
62 | 62 | "@commitlint/cli": "^20.1.0", |
63 | 63 | "@commitlint/config-conventional": "^20.0.0", |
64 | 64 | "husky": "^9.1.7", |
65 | | - "lint-staged": "^16.2.6" |
| 65 | + "lint-staged": "^16.2.7" |
66 | 66 | } |
67 | 67 | } |
0 commit comments