Closed afonsojramos closed 2 years ago
Correct me if I'm wrong but I think your change doesn't effectively do anything? due to caret ^
@mifi it adjusts the new minimum. But additionally, I'd say that the '^' should be removed.
what's the benefit of a higher minimum version? what if some people are running an older version
I'm not sure pinning the version by removing ^
is the right thing to do, as many people like to be able to update their dependencies by running yarn upgrade and similar.
I was getting some errors in typescript due to this dependency, but I'll try to force it using npm 8's dependency forcing.
@mifi