You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a special reason not to update tslib?
at the moment it is set to very old versions, and npm will not update to any version greater than 1.x.x
This causes a lot of duplications if a consumer already uses newer versions of tslib (e.g 2.x.x) and forces the consumer to bring both versions.
The text was updated successfully, but these errors were encountered:
Is there a special reason not to update
tslib
?at the moment it is set to very old versions, and npm will not update to any version greater than 1.x.x
This causes a lot of duplications if a consumer already uses newer versions of
tslib
(e.g 2.x.x) and forces the consumer to bring both versions.The text was updated successfully, but these errors were encountered: