|
16 | 16 | "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
17 | 17 | "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
18 | 18 | "postinstall": "run-p build:icons",
|
19 |
| - "generate:api": "openapi-typescript http://localhost:8000/api/docs-yaml -o src/generated/api-schema.d.ts" |
| 19 | + "generate:api": "openapi-typescript src/openapi/api-schema.yaml -o src/generated/api-schema.d.ts" |
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@unocss/reset": "^0.58.4", |
23 |
| - "@vueuse/core": "^10.7.2", |
24 |
| - "@vueuse/integrations": "^10.8.0", |
25 |
| - "openapi-fetch": "^0.9.2", |
26 |
| - "openapi-typescript-helpers": "^0.0.7", |
27 |
| - "pinia": "^2.1.7", |
28 |
| - "ufo": "^1.5.3", |
29 |
| - "universal-cookie": "^7.1.0", |
| 22 | + "@unocss/reset": "^0.58.9", |
| 23 | + "@vueuse/core": "^10.11.0", |
| 24 | + "@vueuse/integrations": "^10.11.0", |
| 25 | + "ofetch": "^1.3.4", |
| 26 | + "openapi-typescript": "^7.3.0", |
| 27 | + "openapi-typescript-helpers": "^0.0.11", |
| 28 | + "pinia": "^2.2.0", |
| 29 | + "ufo": "^1.5.4", |
| 30 | + "universal-cookie": "^7.2.0", |
30 | 31 | "valibot": "^0.26.0",
|
31 |
| - "vue": "^3.4.15", |
32 |
| - "vue-router": "^4.2.5" |
| 32 | + "vue": "^3.4.35", |
| 33 | + "vue-router": "^4.4.2" |
33 | 34 | },
|
34 | 35 | "devDependencies": {
|
35 |
| - "@iconify/tools": "^4.0.0", |
| 36 | + "@iconify/tools": "^4.0.4", |
36 | 37 | "@iconify/types": "^2.0.0",
|
37 |
| - "@iconify/utils": "^2.1.16", |
38 |
| - "@iconify/vue": "^4.1.1", |
39 |
| - "@sxzz/eslint-config": "^3.7.6", |
40 |
| - "@sxzz/prettier-config": "^2.0.0", |
41 |
| - "@types/node": "^20.11.5", |
42 |
| - "@vitejs/plugin-vue": "^5.0.3", |
43 |
| - "@vue/compiler-sfc": "^3.4.15", |
44 |
| - "@vue/test-utils": "^2.4.3", |
45 |
| - "cypress": "^13.6.3", |
46 |
| - "eslint": "^8.56.0", |
47 |
| - "jsdom": "^24.0.0", |
| 38 | + "@iconify/utils": "^2.1.29", |
| 39 | + "@iconify/vue": "^4.1.2", |
| 40 | + "@sxzz/eslint-config": "^3.16.1", |
| 41 | + "@sxzz/prettier-config": "^2.0.2", |
| 42 | + "@types/node": "^20.14.14", |
| 43 | + "@vitejs/plugin-vue": "^5.1.2", |
| 44 | + "@vue/compiler-sfc": "^3.4.35", |
| 45 | + "@vue/test-utils": "^2.4.6", |
| 46 | + "cypress": "^13.13.2", |
| 47 | + "eslint": "^8.57.0", |
| 48 | + "jsdom": "^24.1.1", |
48 | 49 | "npm-run-all": "^4.1.5",
|
49 |
| - "openapi-typescript": "^6.7.4", |
50 |
| - "picocolors": "^1.0.0", |
51 |
| - "prettier": "^3.2.4", |
52 |
| - "start-server-and-test": "^2.0.3", |
| 50 | + "picocolors": "^1.0.1", |
| 51 | + "prettier": "^3.3.3", |
| 52 | + "start-server-and-test": "^2.0.5", |
53 | 53 | "ts-reset": "^0.0.1",
|
54 |
| - "tsx": "^4.7.1", |
55 |
| - "typescript": "^5.3.3", |
56 |
| - "unocss": "^0.58.4", |
57 |
| - "unplugin-auto-import": "^0.17.3", |
| 54 | + "tsx": "^4.16.5", |
| 55 | + "type-fest": "^4.23.0", |
| 56 | + "typescript": "^5.5.4", |
| 57 | + "unocss": "^0.58.9", |
| 58 | + "unplugin-auto-import": "^0.17.8", |
58 | 59 | "unplugin-vue-components": "^0.26.0",
|
59 | 60 | "unplugin-vue-router": "^0.7.0",
|
60 |
| - "vite": "^5.0.12", |
61 |
| - "vite-plugin-pages": "^0.32.0", |
62 |
| - "vite-plugin-vue-devtools": "^7.0.11", |
| 61 | + "vite": "^5.3.5", |
| 62 | + "vite-plugin-pages": "^0.32.3", |
| 63 | + "vite-plugin-vue-devtools": "^7.3.7", |
63 | 64 | "vite-plugin-vue-layouts": "^0.11.0",
|
64 |
| - "vite-plugin-webfont-dl": "^3.9.1", |
65 |
| - "vitest": "^1.2.1", |
| 65 | + "vite-plugin-webfont-dl": "^3.9.4", |
| 66 | + "vitest": "^1.6.0", |
66 | 67 | "vue-tsc": "^1.8.27"
|
67 | 68 | },
|
68 | 69 | "simple-git-hooks": {
|
|
0 commit comments