|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.5.7", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.28.2", |
| 6 | + "packageManager": "pnpm@10.30.3", |
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.27", |
| 27 | + "vue": "^3.5.29", |
28 | 28 | "vue-i18n": "^11.1.12", |
29 | 29 | "vue-router": "^4.6.4" |
30 | 30 | }, |
31 | 31 | "optionalDependencies": { |
32 | | - "@commitlint/cli": "^20.3.1", |
33 | | - "@commitlint/config-conventional": "^20.3.1", |
| 32 | + "@commitlint/cli": "^20.4.3", |
| 33 | + "@commitlint/config-conventional": "^20.4.3", |
34 | 34 | "husky": "^9.1.7", |
35 | | - "lint-staged": "^16.2.7" |
| 35 | + "lint-staged": "^16.3.2" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@component-hook/eslint-plugin": "^1.4.2", |
39 | | - "@intlify/unplugin-vue-i18n": "^11.0.3", |
40 | | - "@playwright/test": "^1.58.0", |
41 | | - "@tailwindcss/vite": "^4.1.18", |
| 38 | + "@component-hook/eslint-plugin": "^1.4.4", |
| 39 | + "@intlify/unplugin-vue-i18n": "^11.0.7", |
| 40 | + "@playwright/test": "^1.58.2", |
| 41 | + "@tailwindcss/vite": "^4.2.1", |
42 | 42 | "@tsconfig/node24": "^24.0.4", |
43 | | - "@types/node": "^24.10.9", |
44 | | - "@vitejs/plugin-vue": "^6.0.3", |
45 | | - "@vue/tsconfig": "^0.8.1", |
| 43 | + "@types/node": "^24.11.1", |
| 44 | + "@vitejs/plugin-vue": "^6.0.4", |
| 45 | + "@vue/tsconfig": "^0.9.0", |
46 | 46 | "cssnano": "^7.1.2", |
47 | | - "eslint": "^9.39.2", |
48 | | - "postcss": "^8.5.6", |
49 | | - "postcss-preset-env": "^11.1.2", |
| 47 | + "eslint": "^9.39.3", |
| 48 | + "postcss": "^8.5.8", |
| 49 | + "postcss-preset-env": "^11.2.0", |
50 | 50 | "postcss-pxtorem": "^6.1.0", |
51 | 51 | "prettier": "^3.8.1", |
52 | 52 | "prettier-plugin-tailwindcss": "^0.7.2", |
53 | | - "rollup-plugin-visualizer": "^6.0.5", |
54 | | - "tailwindcss": "^4.1.18", |
| 53 | + "rollup-plugin-visualizer": "^6.0.11", |
| 54 | + "tailwindcss": "^4.2.1", |
55 | 55 | "typescript": "^5.9.3", |
56 | 56 | "vite": "^7.3.1", |
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.4" |
| 61 | + "vue-tsc": "^3.2.5" |
62 | 62 | }, |
63 | 63 | "pnpm": { |
64 | 64 | "overrides": { |
65 | | - "@typescript-eslint/typescript-estree": "^8.54.0" |
| 65 | + "@typescript-eslint/typescript-estree": "^8.56.1" |
66 | 66 | } |
67 | 67 | } |
68 | 68 | } |
0 commit comments