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 #1866 from hey-api/fix/package-deps-pin

chore: unpin peer deps again

authored by

Lubos and committed by
GitHub
ab054f0e 2945be45

+3 -3
+1 -1
.changeset/config.json
··· 12 12 "fixed": [], 13 13 "ignore": [], 14 14 "linked": [], 15 - "updateInternalDependencies": "patch" 15 + "updateInternalDependencies": "minor" 16 16 }
+1 -1
packages/nuxt/package.json
··· 59 59 "mlly": "1.7.4" 60 60 }, 61 61 "peerDependencies": { 62 - "@hey-api/openapi-ts": "0.64.13", 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.13" 56 + "@hey-api/openapi-ts": "< 2" 57 57 }, 58 58 "devDependencies": { 59 59 "@hey-api/openapi-ts": "workspace:*",