Skip to content

Commit 45f0162

Browse files
authored
fix: allow mercurius 14 as peer dependency (#22)
1 parent d03e185 commit 45f0162

File tree

2 files changed

+250
-11
lines changed

2 files changed

+250
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"graphql": "^16.6.0",
5050
"graphql-tag": "^2.12.6",
5151
"husky": "^8.0.3",
52-
"mercurius": "^13.0.0",
52+
"mercurius": "^14.0.0",
5353
"mqemitter": "^5.0.0",
5454
"prettier": "^2.8.4",
5555
"pretty-quick": "^3.1.3",
@@ -62,7 +62,7 @@
6262
"@mercuriusjs/gateway": "^1.2.0",
6363
"fastify": "^4.0.0",
6464
"graphql": "*",
65-
"mercurius": "^12 || ^13"
65+
"mercurius": "^12 || ^13 || ^14"
6666
},
6767
"peerDependenciesMeta": {
6868
"@mercuriusjs/federation": {

0 commit comments

Comments
 (0)