Skip to content

Commit 63bb7e8

Browse files
fix: upgrade @hey-api/openapi-ts (#957)
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 9183430 commit 63bb7e8

File tree

3 files changed

+331
-397
lines changed

3 files changed

+331
-397
lines changed

client/config/openapi-ts.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default defineConfig({
55
input: "./openapi/trustd.yaml",
66
output: {
77
path: "src/app/client",
8-
format: "prettier",
9-
lint: "eslint",
8+
postProcess: ["prettier", "eslint"],
109
},
1110
});

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"yup": "^0.32.11"
4747
},
4848
"devDependencies": {
49-
"@hey-api/openapi-ts": "^0.84.1",
49+
"@hey-api/openapi-ts": "^0.94.0",
5050
"@rsbuild/core": "^1.5.11",
5151
"@rsbuild/plugin-react": "^1.4.0",
5252
"@rsbuild/plugin-type-check": "^1.2.4",

0 commit comments

Comments
 (0)