Skip to content

Commit

Permalink
chore(deps): update dependency fastify to ^5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 11177b2 commit 24226c0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 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.0.0",
"fastify": "^5.1.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.0.0",
"fastify": "^5.1.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.0.0",
"fastify": "^5.1.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.0.1",
"cross-env": "^7.0.3",
"fastify": "^5.0.0",
"fastify": "^5.1.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.0.0",
"fastify": "^5.1.0",
"graphql": "*",
"mercurius": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"prettier": "^3.3.3"
Expand Down
32 changes: 16 additions & 16 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 24226c0

Please sign in to comment.