Updated babylon/babel-* packages to latest version
Reviewed By: yungsters Differential Revision: D3493809 fbshipit-source-id: aa2a8c804d6e2aae8afc9af8c1a577be28e998b8
This commit is contained in:
parent
5c31ba5098
commit
8b803c6143
10
package.json
10
package.json
|
@ -130,18 +130,18 @@
|
|||
"dependencies": {
|
||||
"absolute-path": "^0.0.0",
|
||||
"art": "^0.10.0",
|
||||
"babel-core": "^6.6.4",
|
||||
"babel-plugin-external-helpers": "^6.5.0",
|
||||
"babel-core": "^6.10.4",
|
||||
"babel-plugin-external-helpers": "^6.8.0",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.6.5",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.6.5",
|
||||
"babel-polyfill": "^6.6.1",
|
||||
"babel-preset-es2015-node": "^4.0.2",
|
||||
"babel-polyfill": "^6.9.1",
|
||||
"babel-preset-es2015-node": "^6.1.0",
|
||||
"babel-preset-fbjs": "^2.0.0",
|
||||
"babel-preset-react-native": "^1.9.0",
|
||||
"babel-register": "^6.6.0",
|
||||
"babel-types": "^6.6.4",
|
||||
"babylon": "^6.6.4",
|
||||
"babylon": "^6.8.2",
|
||||
"base64-js": "^0.0.8",
|
||||
"bser": "^1.0.2",
|
||||
"chalk": "^1.1.1",
|
||||
|
|
Loading…
Reference in New Issue