peerDependency
range conflicts with typescript
beta releases
#609
Labels
bug
Something isn't working
peerDependency
range conflicts with typescript
beta releases
#609
Similar to how the ESLint 9 pre-releases caused problems with peer dependency ranges in ESLint plugins (see eslint-community/eslint-utils#206) the peer dependency range for
typescript
inknip
causes problem when using with5.5.0-beta
This is primarily a problem with how
>=
is handled the same inpeerDependencies
as independencies
in npm, but I wanted to raise it as an issue here as well so that I can reference it from there: npm/rfcs#397The text was updated successfully, but these errors were encountered: