Update babel & friends
Summary: * babel 6.19.0 (https://github.com/babel/babel/releases/tag/v6.19.0) * babylon 6.14.1 (https://github.com/babel/babylon/releases/tag/v6.14.0) * Now supports optional names for function types and object type indexers. Reviewed By: bestander Differential Revision: D4219045 fbshipit-source-id: d694c079e3176f426949f7859b6d2dfaab60a707
This commit is contained in:
parent
45e97b0812
commit
7e6ff74bc9
10
package.json
10
package.json
|
@ -140,20 +140,20 @@
|
|||
"art": "^0.10.0",
|
||||
"async": "^2.0.1",
|
||||
"babel-core": "^6.18.2",
|
||||
"babel-generator": "^6.18.0",
|
||||
"babel-generator": "^6.19.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.16.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.19.0",
|
||||
"babel-polyfill": "^6.16.0",
|
||||
"babel-preset-es2015-node": "^6.1.1",
|
||||
"babel-preset-fbjs": "^2.1.0",
|
||||
"babel-preset-react-native": "^1.9.0",
|
||||
"babel-register": "^6.18.0",
|
||||
"babel-runtime": "^6.18.0",
|
||||
"babel-traverse": "^6.18.0",
|
||||
"babel-types": "^6.18.0",
|
||||
"babylon": "^6.13.1",
|
||||
"babel-traverse": "^6.19.0",
|
||||
"babel-types": "^6.19.0",
|
||||
"babylon": "^6.14.1",
|
||||
"base64-js": "^1.1.2",
|
||||
"bser": "^1.0.2",
|
||||
"chalk": "^1.1.1",
|
||||
|
|
Loading…
Reference in New Issue