|
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@babel/cli": "7.8.4", |
32 | | - "@babel/core": "7.8.4", |
33 | | - "@babel/plugin-proposal-object-rest-spread": "7.8.3", |
34 | | - "@babel/plugin-transform-flow-strip-types": "7.8.3", |
35 | | - "@babel/plugin-transform-runtime": "7.8.3", |
36 | | - "@babel/preset-env": "7.8.4", |
37 | | - "@babel/preset-flow": "7.8.3", |
| 32 | + "@babel/core": "7.9.0", |
| 33 | + "@babel/plugin-proposal-object-rest-spread": "7.9.0", |
| 34 | + "@babel/plugin-transform-flow-strip-types": "7.9.0", |
| 35 | + "@babel/plugin-transform-runtime": "7.9.0", |
| 36 | + "@babel/preset-env": "7.9.0", |
| 37 | + "@babel/preset-flow": "7.9.0", |
38 | 38 | "babel-core": "^7.0.0-bridge.0", |
39 | | - "babel-eslint": "^10.0.3", |
40 | | - "babel-jest": "25.1.0", |
| 39 | + "babel-eslint": "10.1.0", |
| 40 | + "babel-jest": "25.2.6", |
41 | 41 | "eslint": "6.8.0", |
42 | | - "eslint-config-airbnb-base": "^14.0.0", |
43 | | - "eslint-config-prettier": "6.10.0", |
44 | | - "eslint-plugin-flowtype": "^4.3.0", |
45 | | - "eslint-plugin-import": "2.20.1", |
| 42 | + "eslint-config-airbnb-base": "14.1.0", |
| 43 | + "eslint-config-prettier": "6.10.1", |
| 44 | + "eslint-plugin-flowtype": "4.7.0", |
| 45 | + "eslint-plugin-import": "2.20.2", |
46 | 46 | "eslint-plugin-prettier": "3.1.2", |
47 | | - "flow-bin": "0.118.0", |
48 | | - "graphql": "14.6.0", |
49 | | - "graphql-compose": "7.12.0", |
50 | | - "jest": "25.1.0", |
51 | | - "prettier": "1.19.1", |
| 47 | + "flow-bin": "0.122.0", |
| 48 | + "graphql": "15.0.0", |
| 49 | + "graphql-compose": "7.14.1", |
| 50 | + "jest": "25.2.7", |
| 51 | + "prettier": "2.0.2", |
52 | 52 | "rimraf": "3.0.2", |
53 | | - "semantic-release": "^15.13.28" |
| 53 | + "semantic-release": "17.0.4" |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | 56 | "build": "npm run build-cjs && npm run build-mjs", |
|
0 commit comments