|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 | 21 | "axios": "^1.7.9",
|
22 |
| - "pinia": "^2.3.0", |
| 22 | + "pinia": "^2.3.1", |
23 | 23 | "pinia-plugin-persistedstate": "^4.2.0",
|
24 | 24 | "vue": "^3.5.13",
|
25 |
| - "vue-i18n": "^11.0.1", |
| 25 | + "vue-i18n": "^11.1.0", |
26 | 26 | "vue-router": "^4.5.0"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@component-hook/eslint-plugin": "0.2.5",
|
30 | 30 | "@intlify/unplugin-vue-i18n": "^6.0.3",
|
31 |
| - "@playwright/test": "^1.49.1", |
| 31 | + "@playwright/test": "^1.50.1", |
32 | 32 | "@testing-library/jest-dom": "^6.6.3",
|
33 |
| - "@testing-library/user-event": "^14.6.0", |
| 33 | + "@testing-library/user-event": "^14.6.1", |
34 | 34 | "@testing-library/vue": "^8.1.0",
|
35 | 35 | "@tsconfig/node22": "^22.0.0",
|
36 |
| - "@types/node": "^22.10.7", |
| 36 | + "@types/node": "^22.13.0", |
37 | 37 | "@vitejs/plugin-vue": "^5.2.1",
|
38 | 38 | "@vitest/coverage-v8": "^3.0.4",
|
39 | 39 | "@vue/tsconfig": "^0.7.0",
|
40 | 40 | "autoprefixer": "^10.4.20",
|
41 | 41 | "cssnano": "^7.0.6",
|
42 |
| - "eslint": "^9.18.0", |
| 42 | + "eslint": "^9.19.0", |
43 | 43 | "jsdom": "^26.0.0",
|
44 | 44 | "msw": "^2.7.0",
|
45 | 45 | "postcss": "^8.5.1",
|
|
51 | 51 | "tailwindcss": "^3.4.17",
|
52 | 52 | "typescript": "^5.7.3",
|
53 | 53 | "unplugin-vue-components": "^0.28.0",
|
54 |
| - "vite": "^5.4.11", |
| 54 | + "vite": "^5.4.14", |
55 | 55 | "vite-plugin-svg-icons": "^2.0.1",
|
56 | 56 | "vitest": "^3.0.4",
|
57 | 57 | "vue-tsc": "^2.2.0"
|
|
65 | 65 | "workerDirectory": "public"
|
66 | 66 | },
|
67 | 67 | "optionalDependencies": {
|
68 |
| - "@commitlint/cli": "^19.6.1", |
69 |
| - "@commitlint/config-conventional": "^19.6.0", |
| 68 | + "@commitlint/cli": "^19.7.1", |
| 69 | + "@commitlint/config-conventional": "^19.7.1", |
70 | 70 | "husky": "^9.1.7",
|
71 |
| - "lint-staged": "^15.4.1" |
| 71 | + "lint-staged": "^15.4.3" |
72 | 72 | }
|
73 | 73 | }
|
0 commit comments