Skip to content

Commit

Permalink
fix(deps): update dependency fastify to ^5.2.0 (#942)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 5b7a997 commit b917dd9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/codegen-gql-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@graphql-tools/load-files": "^7.0.0",
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"graphql": "^16.9.0",
"mercurius": "^15.1.0",
"mercurius-codegen": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "cross-env NODE_ENV=test tap --node-arg=--require=bob-tsm"
},
"dependencies": {
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"graphql": "^16.9.0",
"mercurius": "^15.1.0",
"mercurius-codegen": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion examples/manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "cross-env NODE_ENV=test tap --node-arg=--require=bob-tsm"
},
"dependencies": {
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"graphql": "^16.9.0",
"mercurius": "^15.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mercurius-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"changesets-github-release": "^0.1.0",
"concurrently": "^9.1.0",
"cross-env": "^7.0.3",
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"graphql": "^16.9.0",
"mercurius": "^15.1.0",
"mercurius-codegen": "workspace:*",
Expand All @@ -73,7 +73,7 @@
"wait-on": "^8.0.1"
},
"peerDependencies": {
"fastify": "^5.1.0",
"fastify": "^5.2.0",
"graphql": "*",
"mercurius": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"prettier": "^3.4.2"
Expand Down
39 changes: 22 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b917dd9

Please sign in to comment.