Releases: babel/babel-upgrade
Releases · babel/babel-upgrade
v0.0.9
v0.0.9
Run npx babel-upgrade
.
- Account for
babel-node
change, and jest babel bridge (#15)
"devDependencies": {
"@babel/cli": "7.0.0-beta.39",
+ "@babel/node": "7.0.0-beta.39"
},
"scripts": {
"start": "babel-node a.js"
}
"devDependencies": {
"@babel/core": "7.0.0-beta.39",
+ "babel-core": "7.0.0-bridge.0",
"jest": "^22.0.0"
},
"scripts": {
"test": "jest"
}
- Update all babelrc's in the cwd, if not a monorepo (#14)
- src/
- example/
- .babelrc // now modifies these too
- test/
- .babelrc // now modifies these too
- `.babelrc`