-
-
Notifications
You must be signed in to change notification settings - Fork 312
chore(package): update Babel 7 #294
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
Conversation
package.json
Outdated
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@babel/parser": "7.0.0-beta.53", | ||
"@babel/parser": "7.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you now please change this to ^7.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, will do!
I've been working on updating |
@danez Can we please get this merged and a new release be done? This kinda blocks the whole toolchain from being used because of licensing issues in babel beta. |
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@babel/parser": "7.0.0-beta.53", | ||
"@babel/parser": "^7.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@layershifter You can do ^7.1.0
now
"@babel/parser": "7.0.0-beta.53", | ||
"@babel/parser": "^7.0.0", | ||
"async": "^2.1.4", | ||
"babel-runtime": "^6.9.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use @babel/runtime
and change it to v7.
Thank you |
Babel 7 Released
https://babeljs.io/blog/2018/08/27/7.0.0
It's time to go away from beta 👍