Bump babel-related deps (#4159)

* Add explicit dep on plugin-proposal-object-rest-spread to babel-preset-react-app

* Bump babel-related deps to beta.42

* Pass useBuiltIns directly to react-preset
This commit is contained in:
Brian Ng
2018-03-18 15:22:56 -05:00
committed by Ian Sutherland
parent 1e52f252fc
commit cb3f835586
7 changed files with 26 additions and 30 deletions

View File

@@ -30,12 +30,12 @@
"lib/index.js"
],
"devDependencies": {
"@babel/code-frame": "7.0.0-beta.38",
"@babel/core": "7.0.0-beta.38",
"@babel/runtime": "7.0.0-beta.38",
"@babel/code-frame": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"anser": "1.4.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.0.2",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.1.0",
"babel-loader": "^8.0.0-beta.0",
"babel-preset-react-app": "^3.1.1",