Skip to content

Commit

Permalink
fix: allow elasticsearch@16 in peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jun 4, 2019
1 parent c2c53c5 commit 4f7d288
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 @@
"dox": "^0.9.0"
},
"peerDependencies": {
"elasticsearch": "^15.0.0 || ^14.0.0 || ^13.0.0 || ^12.0.0",
"elasticsearch": "^16.0.0 || ^15.0.0 || ^14.0.0 || ^13.0.0 || ^12.0.0",
"graphql-compose": "^7.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 4f7d288

Please sign in to comment.