|
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/graphql-compose/graphql-compose-mongoose", |
30 | 30 | "dependencies": { |
31 | | - "babel-runtime": "^6.26.0", |
32 | 31 | "object-path": "^0.11.4" |
33 | 32 | }, |
34 | 33 | "optionalDependencies": { |
35 | | - "graphql-compose-connection": ">=3.2.1", |
36 | | - "graphql-compose-pagination": ">=3.3.0" |
| 34 | + "graphql-compose-connection": ">=4.0.0", |
| 35 | + "graphql-compose-pagination": ">=4.0.0" |
37 | 36 | }, |
38 | 37 | "peerDependencies": { |
39 | | - "graphql-compose": ">=4.7.1", |
40 | | - "mongoose": ">=4.4.0 || >=5.0.0" |
| 38 | + "graphql-compose": ">=5.0.2 || >=4.7.1", |
| 39 | + "mongoose": ">=5.0.0 || >=4.4.0" |
41 | 40 | }, |
42 | 41 | "devDependencies": { |
43 | | - "@types/graphql": "^0.13.4", |
44 | | - "@types/mongoose": "^5.2.6", |
45 | | - "babel-cli": "^6.26.0", |
46 | | - "babel-core": "^6.26.3", |
47 | | - "babel-eslint": "^8.2.6", |
| 42 | + "@babel/cli": "^7.0.0", |
| 43 | + "@babel/core": "^7.0.0", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.0.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.0.0", |
| 48 | + "@babel/preset-env": "^7.0.0", |
| 49 | + "@babel/preset-flow": "^7.0.0", |
| 50 | + "@types/graphql": "^14.0.0", |
| 51 | + "@types/mongoose": "^5.2.10", |
| 52 | + "babel-core": "^7.0.0-bridge.0", |
| 53 | + "babel-eslint": "^9.0.0", |
48 | 54 | "babel-jest": "^23.4.2", |
49 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
50 | | - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
51 | | - "babel-plugin-transform-object-rest-spread": "^6.13.0", |
52 | | - "babel-plugin-transform-runtime": "^6.23.0", |
53 | | - "babel-preset-env": "^1.7.0", |
54 | 55 | "cz-conventional-changelog": "^2.1.0", |
55 | | - "eslint": "^5.4.0", |
| 56 | + "eslint": "^5.5.0", |
56 | 57 | "eslint-config-airbnb-base": "^13.1.0", |
57 | 58 | "eslint-config-prettier": "^3.0.1", |
58 | 59 | "eslint-plugin-flowtype": "^2.50.0", |
59 | 60 | "eslint-plugin-import": "^2.14.0", |
60 | 61 | "eslint-plugin-prettier": "^2.6.2", |
61 | | - "flow-bin": "^0.79.1", |
62 | | - "graphql": "0.13.2", |
63 | | - "graphql-compose": "^4.8.2", |
64 | | - "graphql-compose-connection": ">=3.2.1", |
65 | | - "graphql-compose-pagination": ">=3.3.0", |
| 62 | + "flow-bin": "^0.80.0", |
| 63 | + "graphql": "14.0.0", |
| 64 | + "graphql-compose": "^5.0.2", |
| 65 | + "graphql-compose-connection": ">=4.0.0", |
| 66 | + "graphql-compose-pagination": ">=4.0.0", |
66 | 67 | "jest": "^23.5.0", |
67 | | - "mongodb-memory-server": "^2.0.1", |
68 | | - "mongoose": "^5.2.9", |
| 68 | + "mongodb-memory-server": "^2.1.0", |
| 69 | + "mongoose": "^5.2.13", |
69 | 70 | "prettier": "^1.14.2", |
70 | 71 | "request": "^2.88.0", |
71 | 72 | "rimraf": "^2.6.2", |
72 | | - "semantic-release": "^15.9.9", |
| 73 | + "semantic-release": "^15.9.12", |
73 | 74 | "tslint": "^5.11.0", |
74 | | - "typescript": "^3.0.1" |
| 75 | + "typescript": "^3.0.3" |
75 | 76 | }, |
76 | 77 | "config": { |
77 | 78 | "commitizen": { |
|
0 commit comments