fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1867 from hey-api/fix/package-deps-pin-2

chore: fight changesets

authored by

Lubos and committed by
GitHub
2797d6c0 a36b9ba2

+2 -2
+1 -1
packages/nuxt/package.json
··· 59 59 "mlly": "1.7.4" 60 60 }, 61 61 "peerDependencies": { 62 - "@hey-api/openapi-ts": "0.64.14", 62 + "@hey-api/openapi-ts": "< 2", 63 63 "nuxt": ">= 3.0.0 < 4", 64 64 "vue": ">= 3.5.13 < 4" 65 65 },
+1 -1
packages/vite-plugin/package.json
··· 53 53 "prepublishOnly": "pnpm build" 54 54 }, 55 55 "peerDependencies": { 56 - "@hey-api/openapi-ts": "0.64.14" 56 + "@hey-api/openapi-ts": "< 2" 57 57 }, 58 58 "devDependencies": { 59 59 "@hey-api/openapi-ts": "workspace:*",