Skip to content

Commit

Permalink
fix: allow graphql-compose@3.0.0, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Feb 9, 2018
1 parent e852fdd commit 0370ebc
Show file tree
Hide file tree
Showing 2 changed files with 814 additions and 155 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
},
"homepage": "https://github.com/nodkz/graphql-compose-connection",
"peerDependencies": {
"graphql-compose": ">=2.9.5"
"graphql-compose": ">=2.9.5 || >=3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-jest": "^22.2.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.16.0",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-flowtype": "^2.43.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.5.0",
"flow-bin": "^0.64.0",
"graphql": "0.13.0-rc.1",
"graphql-compose": "^2.13.0",
"jest": "^22.1.4",
"eslint-plugin-prettier": "^2.6.0",
"flow-bin": "^0.65.0",
"graphql": "0.13.0",
"graphql-compose": "^3.0.0-beta.2",
"jest": "^22.2.1",
"prettier": "^1.10.2",
"rimraf": "^2.6.2",
"semantic-release": "^12.4.1"
Expand Down
Loading

0 comments on commit 0370ebc

Please sign in to comment.