Skip to content

Commit 8e52919

Browse files
committed
fix: allow graphql-compose v8 & v9 in peer dependencies
closes #144
1 parent a468b9e commit 8e52919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"peerDependencies": {
2929
"elasticsearch": "^16.0.0 || ^15.0.0 || ^14.0.0 || ^13.0.0 || ^12.0.0",
30-
"graphql-compose": "^7.0.4"
30+
"graphql-compose": "^7.0.4 || ^8.0.0 || ^9.0.0"
3131
},
3232
"devDependencies": {
3333
"@types/elasticsearch": "5.0.38",

0 commit comments

Comments
 (0)