|
29 | 29 | "jest": "jest --coverage __tests__/**/*" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@babel/cli": "^7.10.5", |
33 | | - "@babel/core": "^7.11.1", |
| 32 | + "@babel/cli": "^7.11.6", |
| 33 | + "@babel/core": "^7.11.6", |
34 | 34 | "@babel/plugin-transform-flow-strip-types": "^7.10.4", |
35 | | - "@babel/preset-env": "^7.11.0", |
| 35 | + "@babel/preset-env": "^7.11.5", |
36 | 36 | "babel-eslint": "^10.1.0", |
37 | 37 | "babel-jest": "^26.3.0", |
38 | | - "eslint": "^7.7.0", |
| 38 | + "eslint": "^7.8.1", |
39 | 39 | "eslint-config-prettier": "^6.11.0", |
40 | 40 | "eslint-plugin-flowtype": "^5.2.0", |
41 | 41 | "eslint-plugin-prettier": "^3.1.4", |
42 | | - "expect": "^26.4.0", |
| 42 | + "expect": "^26.4.2", |
43 | 43 | "flow-bin": "^0.122.0", |
44 | 44 | "in-publish": "^2.0.1", |
45 | | - "jest": "^26.4.0", |
46 | | - "jscodeshift": "^0.10.0", |
| 45 | + "jest": "^26.4.2", |
| 46 | + "jscodeshift": "^0.11.0", |
47 | 47 | "minimist": "^1.2.5", |
48 | | - "object.assign": "^4.1.0", |
49 | | - "prettier": "^2.0.5", |
| 48 | + "object.assign": "^4.1.1", |
| 49 | + "prettier": "^2.1.1", |
50 | 50 | "rimraf": "^3.0.2", |
51 | 51 | "safe-publish-latest": "^1.1.4", |
52 | 52 | "to-ast": "^1.0.0" |
|
56 | 56 | }, |
57 | 57 | "license": "MIT", |
58 | 58 | "dependencies": { |
59 | | - "@babel/runtime": "^7.10.5", |
| 59 | + "@babel/runtime": "^7.11.2", |
60 | 60 | "ast-types-flow": "^0.0.7", |
61 | 61 | "jsx-ast-utils": "^2.4.1" |
62 | 62 | }, |
|
0 commit comments