|
22 | 22 | "axios": "^1.6.7",
|
23 | 23 | "body-parser": "^1.20.2",
|
24 | 24 | "cors": "^2.8.5",
|
25 |
| - "express": "^4.18.3", |
26 |
| - "pinia": "^2.1.7", |
| 25 | + "express": "^4.21.2", |
| 26 | + "pinia": "^2.3.0", |
27 | 27 | "vue": "^3.4.38",
|
28 |
| - "vue-router": "^4.2.5" |
| 28 | + "vue-router": "^4.5.0" |
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 | 31 | "@commitlint/cli": "^18.6.1",
|
32 | 32 | "@commitlint/config-conventional": "^18.6.3",
|
33 | 33 | "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
34 |
| - "@faker-js/faker": "^9.0.0", |
| 34 | + "@faker-js/faker": "^9.3.0", |
35 | 35 | "@kong/eslint-config-kong-ui": "^1.1.1",
|
36 | 36 | "@tsconfig/node20": "^20.1.4",
|
37 | 37 | "@types/body-parser": "^1.19.5",
|
38 | 38 | "@types/express": "^4.17.21",
|
39 | 39 | "@types/flat": "^5.0.5",
|
40 | 40 | "@types/jsdom": "^21.1.7",
|
41 |
| - "@types/node": "^20.11.30", |
42 |
| - "@vitejs/plugin-vue": "^5.0.5", |
43 |
| - "@vitest/ui": "^1.2.2", |
| 41 | + "@types/node": "^20.17.10", |
| 42 | + "@vitejs/plugin-vue": "^5.2.1", |
| 43 | + "@vitest/ui": "^1.6.0", |
44 | 44 | "@vue/test-utils": "^2.4.6",
|
45 | 45 | "@vue/tsconfig": "^0.5.1",
|
46 | 46 | "c8": "^10.1.2",
|
|
51 | 51 | "jsdom": "^25.0.0",
|
52 | 52 | "npm-run-all": "^4.1.5",
|
53 | 53 | "postcss": "^8.4.47",
|
54 |
| - "postcss-html": "^1.6.0", |
55 |
| - "sass": "^1.70.0", |
56 |
| - "stylelint": "^16.2.1", |
| 54 | + "postcss-html": "^1.7.0", |
| 55 | + "sass": "^1.82.0", |
| 56 | + "stylelint": "^16.11.0", |
57 | 57 | "stylelint-config-html": "^1.1.0",
|
58 |
| - "stylelint-config-recommended-scss": "^14.0.0", |
| 58 | + "stylelint-config-recommended-scss": "^14.1.0", |
59 | 59 | "stylelint-config-recommended-vue": "^1.5.0",
|
60 | 60 | "stylelint-order": "^6.0.4",
|
61 | 61 | "ts-node-dev": "^2.0.0",
|
62 |
| - "typescript": "~5.3.3", |
63 |
| - "vite": "^5.0.11", |
64 |
| - "vite-plugin-vue-devtools": "^7.0.27", |
65 |
| - "vitest": "^1.2.2", |
| 62 | + "typescript": "~5.7.2", |
| 63 | + "vite": "^5.4.11", |
| 64 | + "vite-plugin-vue-devtools": "^7.6.8", |
| 65 | + "vitest": "^1.6.0", |
66 | 66 | "vue-tsc": "^1.8.27"
|
67 | 67 | },
|
68 | 68 | "repository": {
|
|
75 | 75 | },
|
76 | 76 | "license": "UNLICENSED",
|
77 | 77 | "volta": {
|
78 |
| - "node": "20.11.1" |
| 78 | + "node": "20.18.1" |
79 | 79 | }
|
80 | 80 | }
|
0 commit comments