Skip to content

Commit

Permalink
fix: allow mercurius 14 as peer dependency (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb committed Mar 25, 2024
1 parent d03e185 commit 45f0162
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"mercurius": "^13.0.0",
"mercurius": "^14.0.0",
"mqemitter": "^5.0.0",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
Expand All @@ -62,7 +62,7 @@
"@mercuriusjs/gateway": "^1.2.0",
"fastify": "^4.0.0",
"graphql": "*",
"mercurius": "^12 || ^13"
"mercurius": "^12 || ^13 || ^14"
},
"peerDependenciesMeta": {
"@mercuriusjs/federation": {
Expand Down
Loading

0 comments on commit 45f0162

Please sign in to comment.