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 2945be4 commit bc1b5d5Copy full SHA for bc1b5d5
.changeset/config.json
@@ -12,5 +12,5 @@
12
"fixed": [],
13
"ignore": [],
14
"linked": [],
15
- "updateInternalDependencies": "patch"
+ "updateInternalDependencies": "minor"
16
}
packages/nuxt/package.json
@@ -59,7 +59,7 @@
59
"mlly": "1.7.4"
60
},
61
"peerDependencies": {
62
- "@hey-api/openapi-ts": "0.64.13",
+ "@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.13"
+ "@hey-api/openapi-ts": "< 2"
57
58
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
0 commit comments