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 Aug 14, 2023
1 parent 4c85a5b commit 8901115
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions CRA-demo/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 CRA-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"dependencies": {
"@apollo/client": "3.8.0",
"graphql": "16.7.1",
"graphql": "16.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/subgraphs/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/subgraph": "2.5.2",
"@apollo/server": "4.9.1",
"graphql": "16.7.1",
"graphql": "16.8.0",
"graphql-tag": "2.12.6",
"supergraph-demo-opentelemetry": "0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/subgraphs/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@apollo/subgraph": "2.5.2",
"@apollo/server": "4.9.1",
"@faker-js/faker": "^8.0.0",
"graphql": "16.7.1",
"graphql": "16.8.0",
"graphql-tag": "2.12.6",
"supergraph-demo-opentelemetry": "0.2.4",
"uuid": "9.0.0"
Expand Down

0 comments on commit 8901115

Please sign in to comment.