Upgrade babel dependencies
Reviewed By: bestander Differential Revision: D4377311 fbshipit-source-id: 4d9e70b08de94be839d0562fcd4d320feaffc4d6
This commit is contained in:
parent
7123618aa8
commit
21e8d2a47b
22
package.json
22
package.json
|
@ -119,20 +119,20 @@
|
|||
"absolute-path": "^0.0.0",
|
||||
"art": "^0.10.0",
|
||||
"async": "^2.0.1",
|
||||
"babel-core": "^6.18.2",
|
||||
"babel-generator": "^6.19.0",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-generator": "^6.21.0",
|
||||
"babel-plugin-external-helpers": "^6.18.0",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.18.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.19.0",
|
||||
"babel-polyfill": "^6.16.0",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.21.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.20.2",
|
||||
"babel-polyfill": "^6.20.0",
|
||||
"babel-preset-es2015-node": "^6.1.1",
|
||||
"babel-preset-fbjs": "^2.1.0",
|
||||
"babel-preset-react-native": "^1.9.0",
|
||||
"babel-preset-react-native": "^1.9.1",
|
||||
"babel-register": "^6.18.0",
|
||||
"babel-runtime": "^6.18.0",
|
||||
"babel-traverse": "^6.19.0",
|
||||
"babel-types": "^6.19.0",
|
||||
"babel-runtime": "^6.20.0",
|
||||
"babel-traverse": "^6.21.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"babylon": "^6.14.1",
|
||||
"base64-js": "^1.1.2",
|
||||
"bser": "^1.0.2",
|
||||
|
@ -193,7 +193,7 @@
|
|||
"yargs": "^6.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^7.0.0",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"eslint": "^3.8.1",
|
||||
"eslint-plugin-babel": "^3.3.0",
|
||||
"eslint-plugin-flowtype": "^2.20.0",
|
||||
|
|
Loading…
Reference in New Issue