Skip to content

Commit 736fd63

Browse files
committed
chore: Update @hey-api/openapi-ts to version 0.45.0
1 parent 375c283 commit 736fd63

File tree

4 files changed

+300
-362
lines changed

4 files changed

+300
-362
lines changed

examples/react-app/petstore.yaml

Lines changed: 0 additions & 171 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"openapi-rq": "dist/cli.mjs"
77
},
88
"type": "module",
9-
"workspaces": ["examples/*"],
9+
"workspaces": [
10+
"examples/*"
11+
],
1012
"scripts": {
1113
"build": "rimraf dist && tsc -p tsconfig.json",
1214
"lint": "biome check .",
@@ -23,7 +25,9 @@
2325
},
2426
"homepage": "https://github.com/7nohe/openapi-react-query-codegen",
2527
"bugs": "https://github.com/7nohe/openapi-react-query-codegen/issues",
26-
"files": ["dist"],
28+
"files": [
29+
"dist"
30+
],
2731
"keywords": [
2832
"codegen",
2933
"react-query",
@@ -37,7 +41,7 @@
3741
"author": "Daiki Urata (@7nohe)",
3842
"license": "MIT",
3943
"dependencies": {
40-
"@hey-api/openapi-ts": "0.43.0"
44+
"@hey-api/openapi-ts": "0.45.0"
4145
},
4246
"devDependencies": {
4347
"@biomejs/biome": "^1.7.2",
@@ -48,6 +52,7 @@
4852
"lefthook": "^1.6.10",
4953
"rimraf": "^5.0.5",
5054
"ts-morph": "^22.0.0",
55+
"ts-node": "^10.9.2",
5156
"typescript": "^5.3.3",
5257
"vitest": "^1.5.0"
5358
},

0 commit comments

Comments
 (0)