mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user