Skip to content

Commit 0370ebc

Browse files
committed
fix: allow graphql-compose@3.0.0, update dependencies
1 parent e852fdd commit 0370ebc

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
@@ -23,27 +23,27 @@
2323
},
2424
"homepage": "https://github.com/nodkz/graphql-compose-connection",
2525
"peerDependencies": {
26-
"graphql-compose": ">=2.9.5"
26+
"graphql-compose": ">=2.9.5 || >=3.0.0"
2727
},
2828
"devDependencies": {
2929
"babel-cli": "^6.26.0",
3030
"babel-eslint": "^8.2.1",
31-
"babel-jest": "^22.1.0",
31+
"babel-jest": "^22.2.0",
3232
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3333
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3434
"babel-plugin-transform-runtime": "^6.23.0",
3535
"babel-preset-env": "^1.6.1",
3636
"cz-conventional-changelog": "^2.1.0",
37-
"eslint": "^4.16.0",
37+
"eslint": "^4.17.0",
3838
"eslint-config-airbnb-base": "^12.1.0",
3939
"eslint-config-prettier": "^2.9.0",
40-
"eslint-plugin-flowtype": "^2.42.0",
40+
"eslint-plugin-flowtype": "^2.43.0",
4141
"eslint-plugin-import": "^2.8.0",
42-
"eslint-plugin-prettier": "^2.5.0",
43-
"flow-bin": "^0.64.0",
44-
"graphql": "0.13.0-rc.1",
45-
"graphql-compose": "^2.13.0",
46-
"jest": "^22.1.4",
42+
"eslint-plugin-prettier": "^2.6.0",
43+
"flow-bin": "^0.65.0",
44+
"graphql": "0.13.0",
45+
"graphql-compose": "^3.0.0-beta.2",
46+
"jest": "^22.2.1",
4747
"prettier": "^1.10.2",
4848
"rimraf": "^2.6.2",
4949
"semantic-release": "^12.4.1"

0 commit comments

Comments
 (0)