|
35 | 35 | "graphql-compose-pagination": ">=5.0.0" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | | - "graphql-compose": ">=6.2.0", |
| 38 | + "graphql-compose": ">=7.0.0", |
39 | 39 | "mongoose": ">=5.0.0 || >=4.4.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/cli": "^7.4.3", |
43 | | - "@babel/core": "^7.4.3", |
44 | | - "@babel/plugin-proposal-class-properties": "^7.4.0", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
46 | | - "@babel/plugin-transform-flow-strip-types": "^7.4.0", |
47 | | - "@babel/plugin-transform-runtime": "^7.4.3", |
48 | | - "@babel/preset-env": "^7.4.3", |
| 42 | + "@babel/cli": "^7.4.4", |
| 43 | + "@babel/core": "^7.4.4", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 46 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 47 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 48 | + "@babel/preset-env": "^7.4.4", |
49 | 49 | "@babel/preset-flow": "^7.0.0", |
50 | 50 | "@types/graphql": "^14.2.0", |
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": "^24.7.1", |
55 | | - "cz-conventional-changelog": "^2.1.0", |
56 | 55 | "eslint": "^5.16.0", |
57 | 56 | "eslint-config-airbnb-base": "^13.1.0", |
58 | | - "eslint-config-prettier": "^4.1.0", |
59 | | - "eslint-plugin-flowtype": "^3.5.1", |
60 | | - "eslint-plugin-import": "^2.16.0", |
| 57 | + "eslint-config-prettier": "^4.2.0", |
| 58 | + "eslint-plugin-flowtype": "^3.6.1", |
| 59 | + "eslint-plugin-import": "^2.17.2", |
61 | 60 | "eslint-plugin-prettier": "^3.0.1", |
62 | | - "flow-bin": "^0.96.0", |
| 61 | + "flow-bin": "^0.98.0", |
63 | 62 | "graphql": "14.2.1", |
64 | | - "graphql-compose": "^6.2.0", |
| 63 | + "graphql-compose": "^6.3.2", |
65 | 64 | "graphql-compose-connection": ">=5.0.0", |
66 | 65 | "graphql-compose-pagination": ">=5.0.0", |
67 | 66 | "jest": "^24.7.1", |
68 | | - "mongodb-memory-server": "^4.2.2", |
69 | | - "mongoose": "^5.4.22", |
70 | | - "prettier": "^1.16.4", |
| 67 | + "mongodb-memory-server": "^5.1.0", |
| 68 | + "mongoose": "^5.5.4", |
| 69 | + "prettier": "^1.17.0", |
71 | 70 | "request": "^2.88.0", |
72 | 71 | "rimraf": "^2.6.3", |
73 | 72 | "semantic-release": "^15.13.3", |
74 | | - "tslint": "^5.15.0", |
| 73 | + "tslint": "^5.16.0", |
75 | 74 | "tslint-config-prettier": "^1.18.0", |
76 | 75 | "tslint-plugin-prettier": "^2.0.1", |
77 | | - "typescript": "^3.4.2" |
78 | | - }, |
79 | | - "config": { |
80 | | - "commitizen": { |
81 | | - "path": "./node_modules/cz-conventional-changelog" |
82 | | - } |
| 76 | + "typescript": "^3.4.5" |
83 | 77 | }, |
84 | 78 | "scripts": { |
85 | 79 | "build": "npm run build-lib && npm run build-mjs && npm run build-es && npm run build-node8 && npm run build-ts", |
|
0 commit comments