Skip to content

Commit 2797d6c

Browse files
authored
Merge pull request #1867 from hey-api/fix/package-deps-pin-2
chore: fight changesets
2 parents a36b9ba + 3af178e commit 2797d6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.14",
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.14"
56+
"@hey-api/openapi-ts": "< 2"
5757
},
5858
"devDependencies": {
5959
"@hey-api/openapi-ts": "workspace:*",

0 commit comments

Comments
 (0)