|
31 | 31 | "graphql-compose": ">=5.0.2 || >=4.4.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/cli": "^7.0.0", |
35 | | - "@babel/core": "^7.0.0", |
36 | | - "@babel/node": "^7.0.0", |
37 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
38 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
39 | | - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
40 | | - "@babel/plugin-transform-runtime": "^7.0.0", |
41 | | - "@babel/preset-env": "^7.0.0", |
| 34 | + "@babel/cli": "^7.2.0", |
| 35 | + "@babel/core": "^7.2.0", |
| 36 | + "@babel/node": "^7.2.0", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 38 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 39 | + "@babel/plugin-transform-flow-strip-types": "^7.2.0", |
| 40 | + "@babel/plugin-transform-runtime": "^7.2.0", |
| 41 | + "@babel/preset-env": "^7.2.0", |
42 | 42 | "@babel/preset-flow": "^7.0.0", |
43 | 43 | "aws-sdk": "^2.311.0", |
44 | 44 | "babel-core": "^7.0.0-bridge.0", |
45 | | - "babel-eslint": "^9.0.0", |
46 | | - "babel-jest": "^23.4.2", |
| 45 | + "babel-eslint": "^10.0.1", |
| 46 | + "babel-jest": "^23.6.0", |
47 | 47 | "cz-conventional-changelog": "^2.1.0", |
48 | | - "elasticsearch": "^15.1.1", |
49 | | - "eslint": "^5.5.0", |
| 48 | + "elasticsearch": "^15.2.0", |
| 49 | + "eslint": "^5.10.0", |
50 | 50 | "eslint-config-airbnb-base": "^13.1.0", |
51 | | - "eslint-config-prettier": "^3.0.1", |
52 | | - "eslint-plugin-flowtype": "^2.50.0", |
| 51 | + "eslint-config-prettier": "^3.3.0", |
| 52 | + "eslint-plugin-flowtype": "^3.2.0", |
53 | 53 | "eslint-plugin-import": "^2.14.0", |
54 | | - "eslint-plugin-prettier": "^2.6.2", |
55 | | - "express": "^4.16.3", |
56 | | - "express-graphql": "^0.6.12", |
57 | | - "flow-bin": "^0.80.0", |
| 54 | + "eslint-plugin-prettier": "^3.0.0", |
| 55 | + "express": "^4.16.4", |
| 56 | + "express-graphql": "^0.7.1", |
| 57 | + "flow-bin": "^0.88.0", |
58 | 58 | "graphql": "14.0.2", |
59 | | - "graphql-compose": "^5.1.1", |
60 | | - "jest": "^23.5.0", |
61 | | - "nodemon": "^1.18.4", |
62 | | - "npm-run-all": "^4.1.3", |
63 | | - "prettier": "^1.14.2", |
| 59 | + "graphql-compose": "^5.3.4", |
| 60 | + "jest": "^23.6.0", |
| 61 | + "nodemon": "^1.18.8", |
| 62 | + "npm-run-all": "^4.1.5", |
| 63 | + "prettier": "^1.15.3", |
64 | 64 | "rimraf": "^2.6.2", |
65 | | - "semantic-release": "^15.9.14" |
| 65 | + "semantic-release": "^15.12.4" |
66 | 66 | }, |
67 | 67 | "config": { |
68 | 68 | "commitizen": { |
|
0 commit comments