We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36b9ba commit 3af178eCopy full SHA for 3af178e
packages/nuxt/package.json
@@ -59,7 +59,7 @@
59
"mlly": "1.7.4"
60
},
61
"peerDependencies": {
62
- "@hey-api/openapi-ts": "0.64.14",
+ "@hey-api/openapi-ts": "< 2",
63
"nuxt": ">= 3.0.0 < 4",
64
"vue": ">= 3.5.13 < 4"
65
packages/vite-plugin/package.json
@@ -53,7 +53,7 @@
53
"prepublishOnly": "pnpm build"
54
55
56
- "@hey-api/openapi-ts": "0.64.14"
+ "@hey-api/openapi-ts": "< 2"
57
58
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
0 commit comments