|
22 | 22 | "scripts": { |
23 | 23 | "build": "babel-node ./tools/scripts/build.js", |
24 | 24 | "check": "yarn run lint && yarn run test", |
25 | | - "clean": "rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./flow-coverage", |
| 25 | + "clean": "rimraf ./commonjs && rimraf ./umd && rimraf ./coverage && rimraf ./flow-coverage && rimraf ./umd", |
26 | 26 | "example:web": "echo 'Make sure to `cd example/web && yarn install`' && cd example/web && yarn run start", |
27 | 27 | "flow": "babel-node ./tools/scripts/flow", |
28 | 28 | "flow:coverage": "flow-coverage-report -i 'src/**/*.js' -t html -t json -t text", |
|
43 | 43 | "babel-plugin-syntax-flow": "6.18.0", |
44 | 44 | "babel-plugin-transform-flow-strip-types": "6.21.0", |
45 | 45 | "babel-polyfill": "6.20.0", |
46 | | - "babel-preset-env": "1.1.7", |
| 46 | + "babel-preset-env": "1.1.8", |
47 | 47 | "babel-preset-latest": "6.16.0", |
48 | 48 | "babel-preset-stage-3": "6.17.0", |
49 | 49 | "babel-register": "6.18.0", |
50 | 50 | "codecov": "1.0.1", |
51 | 51 | "cross-env": "3.1.4", |
52 | 52 | "eslint": "3.13.1", |
53 | 53 | "eslint-config-airbnb": "14.0.0", |
54 | | - "eslint-plugin-flowtype": "2.29.2", |
| 54 | + "eslint-plugin-flowtype": "2.30.0", |
55 | 55 | "eslint-plugin-import": "2.2.0", |
56 | 56 | "eslint-plugin-jsx-a11y": "3.0.2", |
57 | 57 | "flow-bin": "0.37.4", |
|
0 commit comments