Skip to content

Commit da66307

Browse files
committed
Fix openapi-typescript-helpers regression
1 parent 7602f0a commit da66307

File tree

3 files changed

+340
-308
lines changed

3 files changed

+340
-308
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"format:check": "prettier --check ."
3434
},
3535
"dependencies": {
36-
"openapi-typescript-helpers": "0.0.9",
37-
"type-fest": "4.20.1"
36+
"openapi-typescript-helpers": "0.0.8",
37+
"type-fest": "4.23.0"
3838
},
3939
"devDependencies": {
40-
"@types/node": "20.14.9",
40+
"@types/node": "22.0.0",
4141
"expect-type": "0.19.0",
42-
"openapi-fetch": "0.10.2",
43-
"openapi-typescript": "7.0.0",
44-
"prettier": "3.3.2",
42+
"openapi-fetch": "0.10.4",
43+
"openapi-typescript": "7.1.2",
44+
"prettier": "3.3.3",
4545
"swr": "2.2.5",
46-
"tsup": "8.1.0",
47-
"typescript": "5.5.2"
46+
"tsup": "8.2.3",
47+
"typescript": "5.5.4"
4848
},
4949
"peerDependencies": {
5050
"openapi-fetch": "0.10",

0 commit comments

Comments
 (0)