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
Your library imports emoji-regex but with the npm caret and so only patch versions will automatically upgrade. However, emoji-regex updates major versions regularly and so when people install this library, what they really should do instead is string.replace(require("emoji-regex"), "") because then they'd get the latest updates from emoji-regex and not a 10 year old package.
The text was updated successfully, but these errors were encountered:
Your library imports emoji-regex but with the npm caret and so only patch versions will automatically upgrade. However, emoji-regex updates major versions regularly and so when people install this library, what they really should do instead is string.replace(require("emoji-regex"), "") because then they'd get the latest updates from emoji-regex and not a 10 year old package.
The text was updated successfully, but these errors were encountered: