Update packages.

This commit is contained in:
cpojer 2017-05-23 11:40:47 +01:00
parent 71e6312e01
commit 3d45d3c5d0
3 changed files with 877 additions and 244 deletions

View File

@ -2,7 +2,7 @@
"extends": "eslint-config-fb-strict",
"parser": "babel-eslint",
"rules": {
"max-len": ["error", 100],
"max-len": 0,
"no-var": 0,
"prefer-arrow-callback": 0,
"sort-keys": 0

View File

@ -5,30 +5,31 @@
"babel-eslint": "^7.1.1",
"babel-jest": "^19.0.0",
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"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.21.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015-node": "^6.1.1",
"babel-preset-fbjs": "^2.1.0",
"chalk": "^1.1.3",
"codecov": "^1.0.1",
"codecov": "^2.2.0",
"eslint": "^3.11.1",
"eslint-config-fb-strict": "^19.0.1",
"eslint-config-fb-strict": "^20.0.3",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.28.2",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.43.1",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.46.0",
"glob": "^7.1.1",
"istanbul-api": "^1.1.0",
"istanbul-lib-coverage": "^1.0.0",
"jest": "^19.0.2",
"lerna": "v2.0.0-beta.38",
"lerna": "^2.0.0-rc.5",
"micromatch": "^2.3.11",
"mkdirp": "^0.5.1",
"promise": "^7.1.1",
"sinon": "^1.17.7"
"sinon": "^2.3.1"
},
"scripts": {
"build-clean": "rm -rf ./packages/*/build",

1104
yarn.lock

File diff suppressed because it is too large Load Diff