Update package.json.

This commit is contained in:
cpojer 2017-05-22 11:39:13 +01:00
parent 29c6548961
commit bc03c8d231
3 changed files with 372 additions and 401 deletions

View File

@ -3,6 +3,7 @@
"babel-preset-fbjs/plugins/inline-requires",
"syntax-trailing-function-commas",
"transform-async-to-generator",
"transform-class-properties",
"transform-es2015-destructuring",
"transform-es2015-parameters",
"transform-flow-strip-types",

View File

@ -4,12 +4,13 @@
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^19.0.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-fbjs": "^2.1.0",
"chalk": "^1.1.3",
"codecov": "^1.0.1",

763
yarn.lock

File diff suppressed because it is too large Load Diff