Skip to content

Commit f6e7bbb

Browse files
committed
fix: allow graphql-compose@3.0.0, update dependencies
1 parent 9fa3d0e commit f6e7bbb

File tree

2 files changed

+814
-155
lines changed

2 files changed

+814
-155
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
},
2323
"homepage": "https://github.com/nodkz/graphql-compose-relay",
2424
"peerDependencies": {
25-
"graphql-compose": ">=2.9.5"
25+
"graphql-compose": ">=2.9.5 || >=3.0.0"
2626
},
2727
"devDependencies": {
2828
"babel-cli": "^6.26.0",
2929
"babel-eslint": "^8.2.1",
30-
"babel-jest": "^22.1.0",
30+
"babel-jest": "^22.2.0",
3131
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3232
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3333
"babel-plugin-transform-runtime": "^6.23.0",
3434
"babel-preset-env": "^1.6.1",
3535
"cz-conventional-changelog": "^2.1.0",
36-
"eslint": "^4.16.0",
36+
"eslint": "^4.17.0",
3737
"eslint-config-airbnb-base": "^12.1.0",
3838
"eslint-config-prettier": "^2.9.0",
39-
"eslint-plugin-flowtype": "^2.42.0",
39+
"eslint-plugin-flowtype": "^2.43.0",
4040
"eslint-plugin-import": "^2.8.0",
41-
"eslint-plugin-prettier": "^2.5.0",
42-
"flow-bin": "^0.64.0",
43-
"graphql": "0.13.0-rc.1",
44-
"graphql-compose": "^2.13.0",
45-
"jest": "^22.1.4",
41+
"eslint-plugin-prettier": "^2.6.0",
42+
"flow-bin": "^0.65.0",
43+
"graphql": "0.13.0",
44+
"graphql-compose": "^3.0.0-beta.2",
45+
"jest": "^22.2.1",
4646
"prettier": "^1.10.2",
4747
"rimraf": "^2.6.2",
4848
"semantic-release": "^12.4.1"

0 commit comments

Comments
 (0)