Skip to content

Commit ab054f0

Browse files
authored
Merge pull request #1866 from hey-api/fix/package-deps-pin
chore: unpin peer deps again
2 parents 2945be4 + bc1b5d5 commit ab054f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"fixed": [],
1313
"ignore": [],
1414
"linked": [],
15-
"updateInternalDependencies": "patch"
15+
"updateInternalDependencies": "minor"
1616
}

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"mlly": "1.7.4"
6060
},
6161
"peerDependencies": {
62-
"@hey-api/openapi-ts": "0.64.13",
62+
"@hey-api/openapi-ts": "< 2",
6363
"nuxt": ">= 3.0.0 < 4",
6464
"vue": ">= 3.5.13 < 4"
6565
},

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prepublishOnly": "pnpm build"
5454
},
5555
"peerDependencies": {
56-
"@hey-api/openapi-ts": "0.64.13"
56+
"@hey-api/openapi-ts": "< 2"
5757
},
5858
"devDependencies": {
5959
"@hey-api/openapi-ts": "workspace:*",

0 commit comments

Comments
 (0)