Update babel & friends
Summary: This update carries with it Babylon 6.17.0 which adds support for flow type spread, and babel-eslint 7.2.3, which has a fix for working with flow type spreads. The other upgrades are to dedupe the babel deps. Reviewed By: bestander Differential Revision: D4922240 fbshipit-source-id: e42d708ad8de1084e31e9be5678d3a3a665fdfa1
This commit is contained in:
parent
88a63980b5
commit
43fd94daef
16
package.json
16
package.json
|
@ -134,8 +134,8 @@
|
|||
"absolute-path": "^0.0.0",
|
||||
"art": "^0.10.0",
|
||||
"async": "^2.0.1",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-generator": "^6.21.0",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-generator": "^6.24.1",
|
||||
"babel-plugin-external-helpers": "^6.18.0",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
|
||||
"babel-plugin-transform-async-to-generator": "6.16.0",
|
||||
|
@ -145,11 +145,11 @@
|
|||
"babel-preset-es2015-node": "^6.1.1",
|
||||
"babel-preset-fbjs": "^2.1.0",
|
||||
"babel-preset-react-native": "^1.9.1",
|
||||
"babel-register": "^6.18.0",
|
||||
"babel-runtime": "^6.20.0",
|
||||
"babel-traverse": "^6.21.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"babylon": "^6.16.1",
|
||||
"babel-register": "^6.24.1",
|
||||
"babel-runtime": "^6.23.0",
|
||||
"babel-traverse": "^6.24.1",
|
||||
"babel-types": "^6.24.1",
|
||||
"babylon": "^6.17.0",
|
||||
"base64-js": "^1.1.2",
|
||||
"bser": "^1.0.2",
|
||||
"chalk": "^1.1.1",
|
||||
|
@ -215,7 +215,7 @@
|
|||
"yargs": "^6.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^7.1.1",
|
||||
"babel-eslint": "^7.2.3",
|
||||
"eslint": "^3.8.1",
|
||||
"eslint-config-fbjs": "^1.1.1",
|
||||
"eslint-plugin-babel": "^3.3.0",
|
||||
|
|
Loading…
Reference in New Issue