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
Hi @ValentinH. Thank you for the prompt response. I'll open the PR soon.
I also see some other dev dependencies that are outdated. Maybe you'd want to look at them.
Regarding outdated dev deps, I'm aware of them but it's hard to keep up with all of them. I'm really focusing on non-dev deps as they are the ones that matter for people using this lib. Dev deps are implementation details that only matter to contributors.
tslib
version in package.json is2.0.1
. Is there a specific reason why you're only allowing that version? Why not use^2.0.1
?It's not causing me trouble but I was auditing my yarn.lock and I noticed that I have two versions of tslib installed.
The text was updated successfully, but these errors were encountered: