Skip to content

Commit

Permalink
fix: allow graphql-compose v8 & v9 in peer dependencies
Browse files Browse the repository at this point in the history
closes #144
  • Loading branch information
nodkz committed Aug 15, 2022
1 parent a468b9e commit 8e52919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"elasticsearch": "^16.0.0 || ^15.0.0 || ^14.0.0 || ^13.0.0 || ^12.0.0",
"graphql-compose": "^7.0.4"
"graphql-compose": "^7.0.4 || ^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@types/elasticsearch": "5.0.38",
Expand Down

0 comments on commit 8e52919

Please sign in to comment.