Open zymotik opened 2 months ago
This won't fix the issue as you're only changing devDependencies
which is not used by downstream packages - instead you want to add type-fest
as an optional peer dependency dependency to express the range of versions that are supported if the dependency is in the tree
RemoveIndexSignature
added intype-fest
v2.10.0. Renamed toOmitIndexSignature
in v4.0.0.package.json
updated to reflect compatibility.