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