Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent d048698 commit 99e1142
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions graphql-jit/package-lock.json

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

2 changes: 1 addition & 1 deletion graphql-jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@graphql-tools/schema": "~9.0.0",
"apollo-server-express": "~3.12.0",
"graphql": "~16.6.0",
"graphql": "~16.8.0",
"graphql-jit": "~0.8.0"
},
"type": "module"
Expand Down
14 changes: 7 additions & 7 deletions graphql-js/package-lock.json

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

2 changes: 1 addition & 1 deletion graphql-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"express": "~4.18.0",
"graphql": "~16.6.0",
"graphql": "~16.8.0",
"graphql-helix": "~1.13.0"
},
"type": "module"
Expand Down
14 changes: 7 additions & 7 deletions hono/package-lock.json

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

2 changes: 1 addition & 1 deletion hono/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "index.js",
"dependencies": {
"graphql": "16.6.0",
"graphql": "16.8.0",
"hono": "2.7.8",
"@honojs/graphql-server": "0.1.2"
},
Expand Down

0 comments on commit 99e1142

Please sign in to comment.