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 #3640 from hey-api/chore/deps-typescript-v6-bump

chore: bump typescript peer dependency range

authored by

Lubos and committed by
GitHub
05f6fdf5 86078bf1

+6 -1
+5
.changeset/ninety-moose-exist.md
··· 1 + --- 2 + "@hey-api/openapi-ts": patch 3 + --- 4 + 5 + **internal**: expand TypeScript peer dependency range
+1 -1
packages/openapi-ts/package.json
··· 98 98 "zone.js": "0.16.0" 99 99 }, 100 100 "peerDependencies": { 101 - "typescript": ">=5.5.3 || 6.0.1-rc" 101 + "typescript": ">=5.5.3 || >=6.0.0 || 6.0.1-rc" 102 102 }, 103 103 "engines": { 104 104 "node": ">=20.19.0"