Skip to content
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

Closed
xurei opened this issue Mar 5, 2019 · 2 comments
Closed

@babel/runtime cannot be latest version ? #486

xurei opened this issue Mar 5, 2019 · 2 comments

Comments

@xurei
Copy link

xurei commented Mar 5, 2019

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:

"@babel/runtime": "7.0.0",

My question is: why not ^7.0.0 ? Like the other dependencies. Is there a problem with the latest version of @babel/runtime ?

@jquense
Copy link
Owner

jquense commented Mar 5, 2019

it should be with a range, i'm not sure why it is pinned to v7. care to send a PR?

@eliassotodo
Copy link
Contributor

I have the same problem. So I'll just send a quick PR

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
@eternalmatt eternalmatt mentioned this issue Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants