Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 1a1dabc commit 1266eaa
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 159 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@envelop/validation-cache": "workspace:^",
"@graphql-tools/schema": "10.0.6",
"faker": "5.5.3",
"fastify": "4.26.2",
"fastify": "5.1.0",
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@envelop/auth0": "workspace:^",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"fastify": "5.1.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"fastify": "5.1.0",
"graphql": "experimental-stream-defer",
"graphql-helix": "1.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"fastify": "5.1.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"fastify": "4.26.2",
"fastify": "5.1.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"nexus": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@envelop/core": "workspace:^",
"class-validator": "0.14.1",
"fastify": "4.26.2",
"fastify": "5.1.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"reflect-metadata": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.6",
"fastify": "4.26.2",
"fastify": "5.1.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
Expand Down
325 changes: 173 additions & 152 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 1266eaa

Please sign in to comment.