|
16 | 16 | "format": "prettier --write src/"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "pinia": "^2.2.6", |
| 19 | + "pinia": "^2.3.0", |
20 | 20 | "vue": "^3.5.13",
|
21 |
| - "vue-router": "^4.4.5" |
| 21 | + "vue-router": "^4.5.0" |
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 | 24 | "@tsconfig/node20": "^20.1.4",
|
25 | 25 | "@types/jsdom": "^21.1.7",
|
26 |
| - "@types/node": "^20.17.7", |
| 26 | + "@types/node": "^20.17.10", |
27 | 27 | "@vitejs/plugin-vue": "^5.2.0",
|
28 | 28 | "@vitejs/plugin-vue-jsx": "^4.1.0",
|
29 |
| - "@vitest/eslint-plugin": "1.1.7", |
| 29 | + "@vitest/eslint-plugin": "1.1.16", |
30 | 30 | "@vue/eslint-config-prettier": "^10.1.0",
|
31 | 31 | "@vue/eslint-config-typescript": "workspace:*",
|
32 | 32 | "@vue/test-utils": "^2.4.6",
|
33 | 33 | "@vue/tsconfig": "^0.5.1",
|
34 |
| - "cypress": "^13.16.0", |
35 |
| - "eslint": "^9.15.0", |
| 34 | + "cypress": "^13.16.1", |
| 35 | + "eslint": "^9.17.0", |
36 | 36 | "eslint-plugin-cypress": "^3.6.0",
|
37 |
| - "eslint-plugin-vue": "^9.31.0", |
| 37 | + "eslint-plugin-vue": "^9.32.0", |
38 | 38 | "jsdom": "^25.0.1",
|
39 | 39 | "npm-run-all2": "^6.2.6",
|
40 |
| - "prettier": "^3.3.3", |
41 |
| - "start-server-and-test": "^2.0.8", |
| 40 | + "prettier": "^3.4.2", |
| 41 | + "start-server-and-test": "^2.0.9", |
42 | 42 | "typescript": "~5.5.4",
|
43 | 43 | "vite": "^5.4.11",
|
44 | 44 | "vite-plugin-vue-devtools": "^7.6.4",
|
45 |
| - "vitest": "^2.1.5", |
| 45 | + "vitest": "^2.1.8", |
46 | 46 | "vue-tsc": "^2.1.10"
|
47 | 47 | }
|
48 | 48 | }
|
0 commit comments