|
30 | 30 | "jest": "jest --coverage __tests__/**/*" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "babel-cli": "^6.26.0", |
34 | | - "babel-core": "^6.26.3", |
| 33 | + "@babel/cli": "^7.7.7", |
| 34 | + "@babel/core": "^7.7.7", |
| 35 | + "@babel/plugin-transform-flow-strip-types": "^7.7.4", |
| 36 | + "@babel/preset-env": "^7.7.7", |
35 | 37 | "babel-eslint": "^10.0.3", |
36 | | - "babel-jest": "^23.6.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", |
| 38 | + "babel-jest": "^24.9.0", |
42 | 39 | "coveralls": "^3.0.9", |
43 | 40 | "eslint": "^6.7.2", |
44 | 41 | "eslint-config-prettier": "^6.7.0", |
|
47 | 44 | "expect": "^24.9.0", |
48 | 45 | "flow-bin": "^0.105.0", |
49 | 46 | "in-publish": "^2.0.0", |
50 | | - "jest": "^23.6.0", |
| 47 | + "jest": "^24.9.0", |
51 | 48 | "jscodeshift": "^0.6.4", |
52 | 49 | "minimist": "^1.2.0", |
53 | 50 | "object.assign": "^4.1.0", |
|
61 | 58 | }, |
62 | 59 | "license": "MIT", |
63 | 60 | "dependencies": { |
| 61 | + "@babel/runtime": "^7.7.7", |
64 | 62 | "ast-types-flow": "^0.0.7", |
65 | 63 | "jsx-ast-utils": "^2.2.3" |
66 | 64 | }, |
|
0 commit comments