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
Updating packages, especially typescript, reduce the risk of running ncu -u and have plenty of errors (as happened to me), removes the attention sign from the dependencies panel in vue ui and, for typescript, makes available the most recent functionalities.
For example, with the current version of typescript I cannot do arrayOne.push(...arrayTwo) because typescript complains that tslib is outdated.
What does the proposed API look like?
The current and most recent packages versions (from npm outdated) are:
Uh oh!
There was an error while loading. Please reload this page.
What problem does this feature solve?
Updating packages, especially typescript, reduce the risk of running
ncu -u
and have plenty of errors (as happened to me), removes the attention sign from the dependencies panel invue ui
and, for typescript, makes available the most recent functionalities.For example, with the current version of typescript I cannot do
arrayOne.push(...arrayTwo)
because typescript complains thattslib
is outdated.What does the proposed API look like?
The current and most recent packages versions (from
npm outdated
) are:Thanks!
mario
The text was updated successfully, but these errors were encountered: