|
32 | 32 | }, |
33 | 33 | "peerDependencies": { |
34 | 34 | "graphql-compose": ">=2.9.0", |
35 | | - "mongoose": ">=4.0.0" |
| 35 | + "mongoose": ">=4.0.0 || >=5.0.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | 38 | "babel-cli": "^6.26.0", |
39 | | - "babel-eslint": "^8.0.2", |
40 | | - "babel-jest": "^21.2.0", |
| 39 | + "babel-eslint": "^8.2.1", |
| 40 | + "babel-jest": "^22.1.0", |
41 | 41 | "babel-plugin-transform-flow-strip-types": "^6.22.0", |
42 | 42 | "babel-plugin-transform-object-rest-spread": "^6.13.0", |
43 | 43 | "babel-plugin-transform-runtime": "^6.23.0", |
44 | 44 | "babel-preset-env": "^1.6.1", |
45 | 45 | "cz-conventional-changelog": "^2.1.0", |
46 | | - "eslint": "^4.11.0", |
| 46 | + "eslint": "^4.16.0", |
47 | 47 | "eslint-config-airbnb-base": "^12.1.0", |
48 | | - "eslint-config-prettier": "^2.7.0", |
49 | | - "eslint-plugin-flowtype": "^2.39.1", |
| 48 | + "eslint-config-prettier": "^2.9.0", |
| 49 | + "eslint-plugin-flowtype": "^2.42.0", |
50 | 50 | "eslint-plugin-import": "^2.8.0", |
51 | | - "eslint-plugin-prettier": "^2.3.1", |
52 | | - "flow-bin": "^0.59.0", |
53 | | - "graphql": "^0.11.7", |
54 | | - "graphql-compose": "^2.9.6", |
55 | | - "graphql-compose-connection": ">=2.5.0", |
56 | | - "graphql-compose-pagination": ">=1.1.0", |
57 | | - "jest": "^21.2.1", |
58 | | - "mongodb-memory-server": "^1.6.3", |
59 | | - "mongoose": "^4.13.3", |
60 | | - "prettier": "^1.8.2", |
| 51 | + "eslint-plugin-prettier": "^2.5.0", |
| 52 | + "flow-bin": "^0.64.0", |
| 53 | + "graphql": "0.13.0-rc.1", |
| 54 | + "graphql-compose": "^2.13.1", |
| 55 | + "graphql-compose-connection": ">=2.5.3", |
| 56 | + "graphql-compose-pagination": ">=1.1.1", |
| 57 | + "jest": "^22.1.4", |
| 58 | + "mongodb-memory-server": "^1.6.5", |
| 59 | + "mongoose": "^5.0.3", |
| 60 | + "prettier": "^1.10.2", |
61 | 61 | "rimraf": "^2.6.2", |
62 | | - "semantic-release": "^8.2.0" |
| 62 | + "semantic-release": "^12.4.1" |
63 | 63 | }, |
64 | 64 | "config": { |
65 | 65 | "commitizen": { |
|
82 | 82 | "test": "npm run coverage && npm run lint && npm run flow", |
83 | 83 | "link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link", |
84 | 84 | "unlink": "yarn unlink graphql-compose && yarn unlink graphql-compose-connection && yarn unlink mongoose && yarn add graphql-compose graphql-compose-connection mongoose --dev", |
85 | | - "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
| 85 | + "semantic-release": "semantic-release" |
86 | 86 | } |
87 | 87 | } |
0 commit comments