Skip to content

Commit cf93070

Browse files
authored
allow new mercuriusjs major version (#16)
1 parent 073dbb7 commit cf93070

File tree

2 files changed

+73
-20
lines changed

2 files changed

+73
-20
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@fastify/cookie": "^8.3.0",
39-
"@mercuriusjs/federation": "^1.0.1",
39+
"@mercuriusjs/federation": "^2.0.0",
4040
"@mercuriusjs/gateway": "^1.2.0",
4141
"@types/cookie": "^0.5.1",
4242
"@types/node": "^14.18.37",
@@ -45,11 +45,11 @@
4545
"@types/ws": "^8.5.4",
4646
"cross-env": "^7.0.3",
4747
"dotenv-cli": "^6.0.0",
48-
"fastify": "^4.14.1",
48+
"fastify": "^4.16.0",
4949
"graphql": "^16.6.0",
5050
"graphql-tag": "^2.12.6",
5151
"husky": "^8.0.3",
52-
"mercurius": "^12.2.0",
52+
"mercurius": "^13.0.0",
5353
"mqemitter": "^5.0.0",
5454
"prettier": "^2.8.4",
5555
"pretty-quick": "^3.1.3",
@@ -58,11 +58,11 @@
5858
"typescript": "^4.9.5"
5959
},
6060
"peerDependencies": {
61-
"@mercuriusjs/federation": "^1.0.1",
61+
"@mercuriusjs/federation": "^1 || ^2",
6262
"@mercuriusjs/gateway": "^1.2.0",
6363
"fastify": "^4.0.0",
6464
"graphql": "*",
65-
"mercurius": "^12.0.0"
65+
"mercurius": "^12 | ^13"
6666
},
6767
"peerDependenciesMeta": {
6868
"@mercuriusjs/federation": {

pnpm-lock.yaml

Lines changed: 68 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)