Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 1, 2021
1 parent 88044f2 commit e31dc64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"dependencies": {
"apollo-server-lambda": "^2.18.2",
"apollo-datasource-rest": "^0.14.0",
"graphql": "^14.1.1"
"graphql": "^16.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"license": "MIT",
"dependencies": {
"apollo-server-lambda": "^2.18.2",
"graphql": "^14.1.1"
"graphql": "^16.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"apollo-link-http": "^1.5.17",
"apollo-link-context": "^1.0.20",
"apollo-server-lambda": "^2.18.2",
"graphql": "^14.1.1",
"graphql": "^16.0.0",
"graphql-tools": "^4.0.8",
"node-fetch": "^2.6.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"apollo-link-http": "^1.5.17",
"apollo-server-lambda": "^2.18.2",
"graphql": "^14.2.1",
"graphql": "^16.0.0",
"graphql-tools": "^4.0.8",
"node-fetch": "^2.6.1"
}
Expand Down

0 comments on commit e31dc64

Please sign in to comment.