Skip to content

Commit

Permalink
fix: Add [email protected] to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jun 21, 2017
1 parent 8bf8432 commit 08076a4
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 238 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"object-path": "^0.11.4"
},
"peerDependencies": {
"graphql-compose": ">=1.20.3",
"graphql-compose": ">=1.20.3 || >=2.0.0",
"graphql-compose-connection": ">=2.2.1",
"mongoose": ">=4.0.0"
},
Expand All @@ -40,19 +40,19 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.19.0",
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-prettier": "^2.1.1",
"eslint-config-prettier": "^2.2.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-prettier": "^2.1.1",
"eslint-plugin-prettier": "^2.1.2",
"flow-bin": "^0.48.0",
"graphql": "^0.10.1",
"graphql-compose": "^1.21.1",
"graphql-compose-connection": "^2.2.1",
"graphql": "^0.10.3",
"graphql-compose": "^2.0.0",
"graphql-compose-connection": "^2.2.2",
"jest": "^20.0.4",
"mongodb-memory-server": "^1.3.4",
"mongoose": "^4.10.5",
"mongoose": "^4.10.7",
"prettier": "^1.4.4",
"rimraf": "^2.6.1",
"semantic-release": "^6.3.6"
Expand Down
Loading

0 comments on commit 08076a4

Please sign in to comment.