vue-testing-library
vue-testing-library copied to clipboard
Fix #315 - RemoveIndexSignature deprecated in v4
RemoveIndexSignature added in type-fest v2.10.0. Renamed to OmitIndexSignature in v4.0.0. package.json updated to reflect compatibility.
#315
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
I think you should add type-fest to dependencies. Because if you add type-fest to peer dependency, it may conflict to other lib which using type-fest v4