|
30 | 30 | "jest": "jest --coverage __tests__/**/*"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "babel-cli": "^6.26.0", |
34 |
| - "babel-core": "^6.26.3", |
35 |
| - "babel-eslint": "^8.2.5", |
36 |
| - "babel-jest": "^21.2.0", |
37 |
| - "babel-plugin-transform-es2015-template-literals": "^6.22.0", |
38 |
| - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
39 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
40 |
| - "babel-polyfill": "^6.26.0", |
41 |
| - "babel-preset-es2015": "^6.24.1", |
| 33 | + "@babel/core": "^7.0.0", |
| 34 | + "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
| 35 | + "babel-eslint": "^10.0.1", |
| 36 | + "babel-jest": "^24.0.0", |
| 37 | + "babel-preset-airbnb": "^3.2.0", |
42 | 38 | "coveralls": "^3.0.1",
|
43 |
| - "eslint": "^4.19.1", |
| 39 | + "eslint": "^5.3.0", |
44 | 40 | "eslint-config-airbnb-base": "^13.0.0",
|
45 |
| - "eslint-plugin-flowtype": "^2.49.3", |
| 41 | + "eslint-plugin-flowtype": "^3.2.1", |
46 | 42 | "eslint-plugin-import": "^2.13.0",
|
47 | 43 | "estraverse": "^4.2.0",
|
48 |
| - "expect": "^21.2.1", |
| 44 | + "expect": "^24.0.0", |
49 | 45 | "flow-bin": "^0.88.0",
|
50 | 46 | "in-publish": "^2.0.0",
|
51 |
| - "jest": "^21.2.1", |
| 47 | + "jest": "^24.0.0", |
52 | 48 | "jscodeshift": "^0.6.0",
|
53 | 49 | "minimist": "^1.2.0",
|
54 | 50 | "object.assign": "^4.1.0",
|
|
0 commit comments