Skip to content

Commit 724fa91

Browse files
committed
Only mandatory dependent pkg bumps
1 parent 40b4a13 commit 724fa91

File tree

4 files changed

+701
-744
lines changed

4 files changed

+701
-744
lines changed

client/config/openapi-ts.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from "@hey-api/openapi-ts";
22

33
export default defineConfig({
4-
plugins: ["@hey-api/client-axios"],
4+
client: "@hey-api/client-axios",
55
input: "./openapi/trustd.yaml",
66
output: {
77
path: "src/app/client",

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"*.{css,json,md,yaml,yml}": "prettier --write"
2121
},
2222
"dependencies": {
23-
"@hey-api/client-axios": "^0.5.3",
23+
"@hey-api/client-axios": "^0.2.7",
2424
"@hookform/resolvers": "^2.9.11",
2525
"@patternfly/patternfly": "^5.4.0",
2626
"@patternfly/react-charts": "^7.4.0",
@@ -55,7 +55,7 @@
5555
"yup": "^0.32.11"
5656
},
5757
"devDependencies": {
58-
"@hey-api/openapi-ts": "^0.63.2",
58+
"@hey-api/openapi-ts": "^0.53.5",
5959
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
6060
"@svgr/webpack": "^8.1.0",
6161
"@testing-library/jest-dom": "^6.4.6",

0 commit comments

Comments
 (0)