|
3 | 3 | "version": "1.3.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "type": "module", |
6 | | - "packageManager": "[email protected].0", |
| 6 | + "packageManager": "[email protected].1", |
7 | 7 | "scripts": { |
8 | 8 | "dev": "vite", |
9 | 9 | "dev:mock": "MOCK=true vite", |
|
21 | 21 | "axios": "^1.12.2", |
22 | 22 | "pinia": "^3.0.3", |
23 | 23 | "pinia-plugin-persistedstate": "^4.5.0", |
24 | | - "vue": "^3.5.21", |
| 24 | + "vue": "^3.5.22", |
25 | 25 | "vue-i18n": "^11.1.12", |
26 | 26 | "vue-router": "^4.5.1" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | 29 | "@component-hook/eslint-plugin": "^1.1.5", |
30 | 30 | "@intlify/unplugin-vue-i18n": "^11.0.1", |
31 | | - "@playwright/test": "^1.55.0", |
| 31 | + "@playwright/test": "^1.55.1", |
32 | 32 | "@tailwindcss/vite": "^4.1.13", |
33 | 33 | "@testing-library/jest-dom": "^6.8.0", |
34 | 34 | "@testing-library/user-event": "^14.6.1", |
|
42 | 42 | "cssnano": "^7.1.1", |
43 | 43 | "eslint": "^9.36.0", |
44 | 44 | "jsdom": "^27.0.0", |
45 | | - "msw": "^2.11.2", |
| 45 | + "msw": "^2.11.3", |
46 | 46 | "postcss": "^8.5.6", |
47 | | - "postcss-preset-env": "^10.3.1", |
| 47 | + "postcss-preset-env": "^10.4.0", |
48 | 48 | "postcss-pxtorem": "^6.1.0", |
49 | 49 | "prettier": "^3.6.2", |
50 | 50 | "prettier-plugin-tailwindcss": "^0.6.14", |
51 | 51 | "rollup-plugin-visualizer": "^6.0.3", |
52 | 52 | "tailwindcss": "^4.1.13", |
53 | 53 | "typescript": "^5.9.2", |
54 | | - "vite": "^7.1.6", |
| 54 | + "vite": "^7.1.7", |
55 | 55 | "vite-plugin-svg-icons": "^2.0.1", |
56 | 56 | "vitest": "^3.2.4", |
57 | | - "vue-tsc": "^3.0.7" |
| 57 | + "vue-tsc": "^3.0.8" |
58 | 58 | }, |
59 | 59 | "msw": { |
60 | 60 | "workerDirectory": "public" |
|
63 | 63 | "@commitlint/cli": "^19.8.1", |
64 | 64 | "@commitlint/config-conventional": "^19.8.1", |
65 | 65 | "husky": "^9.1.7", |
66 | | - "lint-staged": "^16.1.6" |
| 66 | + "lint-staged": "^16.2.1" |
67 | 67 | } |
68 | 68 | } |
0 commit comments