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