Skip to content

Commit

Permalink
Allow peer dependency to mercurius v12
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Mar 13, 2023
1 parent 7f5f524 commit 14a45fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-toes-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'mercurius-codegen': patch
---

Allow peer dependency to mercurius v12
2 changes: 1 addition & 1 deletion packages/mercurius-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"peerDependencies": {
"fastify": "^4.14.1",
"graphql": "*",
"mercurius": "^12.2.0",
"mercurius": "^11.0.0 || ^12.0.0",
"prettier": "^2.8.4"
}
}

0 comments on commit 14a45fd

Please # to comment.