Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1902)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Sep 27, 2023
1 parent 0a77414 commit d5babbf
Show file tree
Hide file tree
Showing 58 changed files with 1,960 additions and 2,714 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@envelop/validation-cache": "*",
"@graphql-tools/schema": "10.0.0",
"faker": "5.5.3",
"fastify": "4.18.0",
"graphql": "16.7.0"
"fastify": "4.23.2",
"graphql": "16.8.1"
}
}
4 changes: 2 additions & 2 deletions examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.7.0"
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.18.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.7.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@azure/functions": "4.0.0",
"@types/node": "18.16.18",
"@types/node": "18.18.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.7.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"worktop": "0.7.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20230518.0",
"@types/node": "18.16.18",
"@cloudflare/workers-types": "4.20230922.0",
"@types/node": "18.18.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@graphql-tools/schema": "10.0.0",
"express": "4.18.2",
"express-graphql": "0.12.0",
"graphql": "16.7.0"
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.18.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"firebase-admin": "11.9.0",
"firebase-admin": "11.10.1",
"firebase-functions": "4.4.1",
"graphql": "16.7.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@azure/functions": "4.0.0",
"@types/node": "18.16.18",
"@types/node": "18.18.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@envelop/auth0": "*",
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"fastify": "4.18.0",
"graphql": "16.7.0",
"fastify": "4.23.2",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.18.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.0",
"fastify": "4.18.0",
"fastify": "4.23.2",
"graphql": "experimental-stream-defer",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.18.0",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
Expand Down
Loading

0 comments on commit d5babbf

Please sign in to comment.