|
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 | 39 | "eslint": "^5.15.2",
|
44 | 40 | "eslint-config-airbnb-base": "^13.0.0",
|
45 | 41 | "eslint-plugin-flowtype": "^3.5.0",
|
46 |
| - "eslint-plugin-import": "^2.13.0", |
| 42 | + "eslint-plugin-import": "^2.16.0", |
47 | 43 | "estraverse": "^4.2.0",
|
48 | 44 | "expect": "^24.3.1",
|
49 | 45 | "flow-bin": "^0.99.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",
|
55 |
| - "rimraf": "^2.6.2", |
| 51 | + "rimraf": "^2.6.3", |
56 | 52 | "safe-publish-latest": "^1.1.1",
|
57 | 53 | "to-ast": "^1.0.0"
|
58 | 54 | },
|
|
0 commit comments