chore: set frontend to a blank state

This commit is contained in:
2026-05-14 21:41:34 +02:00
parent f37e85a459
commit 543fbf575d
10 changed files with 546 additions and 555 deletions

View File

@@ -10,16 +10,16 @@
"generate:api": "curl -s http://localhost:3100/specs > openapi.yaml && openapi-typescript openapi.yaml -o src/api/schema.ts && rm openapi.yaml"
},
"dependencies": {
"openapi-fetch": "^0.15.0",
"vue": "^3.5.24"
"openapi-fetch": "^0.15.2",
"vue": "^3.5.34"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@types/node": "^24.12.4",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/tsconfig": "^0.8.1",
"openapi-typescript": "^7.10.1",
"openapi-typescript": "^7.13.0",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.4"
"vite": "^7.3.3",
"vue-tsc": "^3.2.9"
}
}