|
29 | 29 | "test": "jest --coverage __tests__/**/*"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "babel-cli": "^6.14.0", |
33 |
| - "babel-core": "^6.14.0", |
34 |
| - "babel-eslint": "^7.0.0", |
35 |
| - "babel-jest": "^20.0.0", |
| 32 | + "babel-cli": "^6.24.1", |
| 33 | + "babel-core": "^6.25.0", |
| 34 | + "babel-eslint": "^7.2.3", |
| 35 | + "babel-jest": "^20.0.3", |
36 | 36 | "babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
37 |
| - "babel-plugin-transform-flow-strip-types": "^6.21.0", |
38 |
| - "babel-plugin-transform-object-rest-spread": "^6.20.2", |
39 |
| - "babel-polyfill": "^6.16.0", |
40 |
| - "babel-preset-es2015": "^6.14.0", |
41 |
| - "coveralls": "^2.11.8", |
42 |
| - "eslint": "^3.12.2", |
43 |
| - "eslint-config-airbnb-base": "^11.0.0", |
44 |
| - "eslint-plugin-flowtype": "^2.32.1", |
45 |
| - "eslint-plugin-import": "^2.2.0", |
| 37 | + "babel-plugin-transform-flow-strip-types": "^6.22.0", |
| 38 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 39 | + "babel-polyfill": "^6.23.0", |
| 40 | + "babel-preset-es2015": "^6.24.1", |
| 41 | + "coveralls": "^2.13.1", |
| 42 | + "eslint": "^3.19.0", |
| 43 | + "eslint-config-airbnb-base": "^11.2.0", |
| 44 | + "eslint-plugin-flowtype": "^2.34.0", |
| 45 | + "eslint-plugin-import": "^2.3.0", |
46 | 46 | "expect": "^1.20.2",
|
47 | 47 | "flow-bin": "^0.47.0",
|
48 |
| - "jest": "^20.0.0", |
| 48 | + "jest": "^20.0.4", |
49 | 49 | "jscodeshift": "^0.3.30",
|
50 | 50 | "minimist": "^1.2.0",
|
51 |
| - "rimraf": "^2.5.2", |
| 51 | + "rimraf": "^2.6.1", |
52 | 52 | "to-ast": "^1.0.0"
|
53 | 53 | },
|
54 | 54 | "engines": {
|
|
0 commit comments