|
26 | 26 | "graphql-compose": ">=6.0.0" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/cli": "^7.2.3", |
30 | | - "@babel/core": "^7.3.4", |
| 29 | + "@babel/cli": "^7.4.3", |
| 30 | + "@babel/core": "^7.4.3", |
31 | 31 | "@babel/node": "^7.2.2", |
32 | | - "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
33 | | - "@babel/plugin-transform-flow-strip-types": "^7.3.4", |
34 | | - "@babel/plugin-transform-runtime": "^7.3.4", |
35 | | - "@babel/preset-env": "^7.3.4", |
| 32 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
| 33 | + "@babel/plugin-transform-flow-strip-types": "^7.4.0", |
| 34 | + "@babel/plugin-transform-runtime": "^7.4.3", |
| 35 | + "@babel/preset-env": "^7.4.3", |
36 | 36 | "@babel/preset-flow": "^7.0.0", |
37 | 37 | "babel-core": "^7.0.0-bridge.0", |
38 | 38 | "babel-eslint": "^10.0.1", |
39 | | - "babel-jest": "^24.5.0", |
| 39 | + "babel-jest": "^24.7.1", |
40 | 40 | "cz-conventional-changelog": "^2.1.0", |
41 | | - "eslint": "^5.15.2", |
| 41 | + "eslint": "^5.16.0", |
42 | 42 | "eslint-config-airbnb-base": "^13.1.0", |
43 | 43 | "eslint-config-prettier": "^4.1.0", |
44 | | - "eslint-plugin-flowtype": "^3.4.2", |
| 44 | + "eslint-plugin-flowtype": "^3.5.1", |
45 | 45 | "eslint-plugin-import": "^2.16.0", |
46 | 46 | "eslint-plugin-prettier": "^3.0.1", |
47 | 47 | "express": "^4.16.4", |
48 | 48 | "express-graphql": "^0.7.1", |
49 | | - "flow-bin": "^0.95.1", |
50 | | - "graphql": "14.1.1", |
51 | | - "graphql-compose": "^6.0.1", |
52 | | - "jest": "^24.5.0", |
| 49 | + "flow-bin": "^0.96.0", |
| 50 | + "graphql": "14.2.1", |
| 51 | + "graphql-compose": "^6.2.0", |
| 52 | + "jest": "^24.7.1", |
53 | 53 | "node-fetch": "^2.3.0", |
54 | 54 | "prettier": "^1.16.4", |
55 | 55 | "rimraf": "^2.6.3", |
|
0 commit comments