Skip to content

Commit

Permalink
fix: move graphql dependency back to dev deps (#1002)
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Mysliwiec <[email protected]>
  • Loading branch information
voxpelli and kamilmysliwiec authored Jul 12, 2023
1 parent 7d840a2 commit 805793c
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 @@ -44,6 +44,7 @@
"docsify-cli": "^4.4.3",
"fastify": "^4.17.0",
"graphql-ws": "^5.11.2",
"graphql": "^16.0.0",
"pre-commit": "^1.2.2",
"proxyquire": "^2.1.3",
"semver": "^7.5.0",
Expand All @@ -61,7 +62,6 @@
"@fastify/static": "^6.0.0",
"@fastify/websocket": "^8.0.0",
"fastify-plugin": "^4.2.0",
"graphql": "^16.0.0",
"graphql-jit": "^0.8.0",
"mqemitter": "^5.0.0",
"p-map": "^4.0.0",
Expand Down

0 comments on commit 805793c

Please sign in to comment.