-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@babel/runtime cannot be latest version ? #486
Comments
it should be with a range, i'm not sure why it is pinned to v7. care to send a PR? |
I have the same problem. So I'll just send a quick PR |
jquense
pushed a commit
that referenced
this issue
Mar 7, 2019
IlyaSemenov
added a commit
to IlyaSemenov/lint-staged
that referenced
this issue
May 1, 2019
Prevent @babel/runtime strict version pinning. See jquense/yup#486
okonet
pushed a commit
to lint-staged/lint-staged
that referenced
this issue
May 3, 2019
Prevent @babel/runtime strict version pinning. See jquense/yup#486
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This actually more of a question than an issue.
I'm trying to reduce the size of my bundle using inspectpack. I noticed that @babel/runtime is duplicated because of yup.
The package.json file indicates a specific version of @babel/runtime:
My question is: why not
^7.0.0
? Like the other dependencies. Is there a problem with the latest version of @babel/runtime ?The text was updated successfully, but these errors were encountered: