wip: Remove incompatible react package
Some checks failed
Build / build (pull_request) Successful in 57s
Check formatting / check-formatting (pull_request) Failing after 17s

This commit is contained in:
Magnus Leßmann (@Mark.TwoFive) 2025-06-21 14:07:27 +02:00
parent e91bf96e74
commit b6db17e7d8
Signed by: Mark.TwoFive
GPG key ID: 58204042FE30B10C
2 changed files with 2 additions and 38 deletions

View file

@ -8,6 +8,7 @@
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"update-types": "openapi-typescript http://localhost:8080/v3/api-docs.yaml -o src/generated/api-spec.ts",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix"
},
@ -17,8 +18,7 @@
"roboto-fontface": "*",
"vue": "^3.5.13",
"vuetify": "^3.8.1",
"openapi-fetch": "^0.14.0",
"openapi-react-query": "^0.5.0"
"openapi-fetch": "^0.14.0"
},
"devDependencies": {
"@eslint/js": "^9.24.0",