|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.7.0", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.33.0", |
| 6 | + "packageManager": "pnpm@10.33.1", |
7 | 7 | "scripts": { |
8 | 8 | "dev": "vite", |
9 | 9 | "dev:e2e": "vite --port 8081", |
|
24 | 24 | "jspdf": "^2.5.2", |
25 | 25 | "pinia": "^3.0.4", |
26 | 26 | "pinia-plugin-persistedstate": "^4.7.1", |
27 | | - "vue": "^3.5.32", |
| 27 | + "vue": "^3.5.33", |
28 | 28 | "vue-i18n": "^11.3.2", |
29 | | - "vue-router": "^5.0.4" |
| 29 | + "vue-router": "^5.0.6" |
30 | 30 | }, |
31 | 31 | "optionalDependencies": { |
32 | 32 | "@commitlint/cli": "^20.5.0", |
|
38 | 38 | "@component-hook/eslint-plugin": "^1.4.4", |
39 | 39 | "@intlify/unplugin-vue-i18n": "^11.0.7", |
40 | 40 | "@playwright/test": "^1.59.1", |
41 | | - "@tailwindcss/vite": "^4.2.2", |
| 41 | + "@tailwindcss/vite": "^4.2.4", |
42 | 42 | "@tsconfig/node24": "^24.0.4", |
43 | 43 | "@types/node": "^24.12.2", |
44 | 44 | "@vitejs/plugin-vue": "^6.0.6", |
45 | 45 | "@vue/tsconfig": "^0.9.1", |
46 | | - "cssnano": "^7.1.5", |
| 46 | + "cssnano": "^7.1.7", |
47 | 47 | "eslint": "^9.39.4", |
48 | 48 | "postcss": "^8.5.10", |
49 | 49 | "postcss-preset-env": "^11.2.1", |
50 | 50 | "postcss-pxtorem": "^6.1.0", |
51 | 51 | "prettier": "^3.8.3", |
52 | 52 | "prettier-plugin-tailwindcss": "^0.7.2", |
53 | 53 | "rollup-plugin-visualizer": "^7.0.1", |
54 | | - "tailwindcss": "^4.2.2", |
| 54 | + "tailwindcss": "^4.2.4", |
55 | 55 | "typescript": "^6.0.3", |
56 | | - "vite": "^8.0.8", |
| 56 | + "vite": "^8.0.9", |
57 | 57 | "vite-plugin-html": "^3.2.2", |
58 | 58 | "vite-plugin-pwa": "^1.2.0", |
59 | 59 | "vite-plugin-svg-icons": "^2.0.1", |
60 | 60 | "vite-plugin-top-level-await": "^1.6.0", |
61 | | - "vue-tsc": "^3.2.6" |
| 61 | + "vue-tsc": "^3.2.7" |
62 | 62 | }, |
63 | 63 | "pnpm": { |
64 | 64 | "overrides": { |
65 | | - "@typescript-eslint/typescript-estree": "^8.58.2" |
| 65 | + "@typescript-eslint/typescript-estree": "^8.59.0" |
66 | 66 | } |
67 | 67 | } |
68 | 68 | } |
0 commit comments