|
24 | 24 | },
|
25 | 25 | "homepage": "https://github.com/nodkz/graphql-compose-pagination",
|
26 | 26 | "peerDependencies": {
|
27 |
| - "graphql-compose": ">=2.9.5" |
| 27 | + "graphql-compose": ">=2.9.5 || >=3.0.0" |
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "babel-cli": "^6.26.0",
|
31 | 31 | "babel-eslint": "^8.2.1",
|
32 |
| - "babel-jest": "^22.1.0", |
| 32 | + "babel-jest": "^22.2.0", |
33 | 33 | "babel-plugin-transform-flow-strip-types": "^6.22.0",
|
34 | 34 | "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
35 | 35 | "babel-plugin-transform-runtime": "^6.23.0",
|
36 | 36 | "babel-preset-env": "^1.6.1",
|
37 | 37 | "cz-conventional-changelog": "^2.1.0",
|
38 |
| - "eslint": "^4.16.0", |
| 38 | + "eslint": "^4.17.0", |
39 | 39 | "eslint-config-airbnb-base": "^12.1.0",
|
40 | 40 | "eslint-config-prettier": "^2.9.0",
|
41 |
| - "eslint-plugin-flowtype": "^2.42.0", |
| 41 | + "eslint-plugin-flowtype": "^2.43.0", |
42 | 42 | "eslint-plugin-import": "^2.8.0",
|
43 |
| - "eslint-plugin-prettier": "^2.5.0", |
44 |
| - "flow-bin": "^0.64.0", |
45 |
| - "graphql": "0.13.0-rc.1", |
46 |
| - "graphql-compose": "^2.13.0", |
47 |
| - "jest": "^22.1.4", |
| 43 | + "eslint-plugin-prettier": "^2.6.0", |
| 44 | + "flow-bin": "^0.65.0", |
| 45 | + "graphql": "0.13.0", |
| 46 | + "graphql-compose": "^3.0.0-beta.2", |
| 47 | + "jest": "^22.2.1", |
48 | 48 | "prettier": "^1.10.2",
|
49 | 49 | "rimraf": "^2.6.2",
|
50 | 50 | "semantic-release": "^12.4.1"
|
|
0 commit comments