|
39 | 39 | "mongoose": ">=5.0.0 || >=4.4.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/cli": "^7.1.2", |
43 | | - "@babel/core": "^7.1.2", |
44 | | - "@babel/plugin-proposal-class-properties": "^7.1.0", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
46 | | - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
47 | | - "@babel/plugin-transform-runtime": "^7.1.0", |
48 | | - "@babel/preset-env": "^7.1.0", |
| 42 | + "@babel/cli": "^7.2.3", |
| 43 | + "@babel/core": "^7.2.2", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.2.3", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 46 | + "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
| 47 | + "@babel/plugin-transform-runtime": "^7.2.0", |
| 48 | + "@babel/preset-env": "^7.2.3", |
49 | 49 | "@babel/preset-flow": "^7.0.0", |
50 | | - "@types/graphql": "^14.0.3", |
| 50 | + "@types/graphql": "^14.0.5", |
51 | 51 | "@types/mongoose": "5.2.10", |
52 | 52 | "babel-core": "^7.0.0-bridge.0", |
53 | 53 | "babel-eslint": "^10.0.1", |
54 | 54 | "babel-jest": "^23.6.0", |
55 | 55 | "cz-conventional-changelog": "^2.1.0", |
56 | | - "eslint": "^5.8.0", |
| 56 | + "eslint": "^5.12.0", |
57 | 57 | "eslint-config-airbnb-base": "^13.1.0", |
58 | | - "eslint-config-prettier": "^3.1.0", |
59 | | - "eslint-plugin-flowtype": "^3.2.0", |
| 58 | + "eslint-config-prettier": "^3.4.0", |
| 59 | + "eslint-plugin-flowtype": "^3.2.1", |
60 | 60 | "eslint-plugin-import": "^2.14.0", |
61 | | - "eslint-plugin-prettier": "^3.0.0", |
62 | | - "flow-bin": "^0.85.0", |
63 | | - "graphql": "14.0.2", |
64 | | - "graphql-compose": "^5.3.3", |
| 61 | + "eslint-plugin-prettier": "^3.0.1", |
| 62 | + "flow-bin": "^0.90.0", |
| 63 | + "graphql": "14.1.1", |
| 64 | + "graphql-compose": "^5.5.0", |
65 | 65 | "graphql-compose-connection": ">=4.0.0", |
66 | 66 | "graphql-compose-pagination": ">=4.0.0", |
67 | 67 | "jest": "^23.6.0", |
68 | | - "mongodb-memory-server": "^2.6.2", |
69 | | - "mongoose": "^5.3.9", |
70 | | - "prettier": "^1.14.3", |
| 68 | + "mongodb-memory-server": "^3.0.0", |
| 69 | + "mongoose": "^5.4.4", |
| 70 | + "prettier": "^1.15.3", |
71 | 71 | "request": "^2.88.0", |
72 | | - "rimraf": "^2.6.2", |
73 | | - "semantic-release": "^15.10.7", |
74 | | - "tslint": "^5.11.0", |
75 | | - "tslint-config-prettier": "^1.15.0", |
| 72 | + "rimraf": "^2.6.3", |
| 73 | + "semantic-release": "^15.13.3", |
| 74 | + "tslint": "^5.12.1", |
| 75 | + "tslint-config-prettier": "^1.17.0", |
76 | 76 | "tslint-plugin-prettier": "^2.0.1", |
77 | | - "typescript": "^3.1.6" |
| 77 | + "typescript": "^3.2.2" |
78 | 78 | }, |
79 | 79 | "config": { |
80 | 80 | "commitizen": { |
|
0 commit comments