Skip to content

Commit

Permalink
Bump graphql from 16.7.1 to 16.8.1 in /integration-tests (apollograph…
Browse files Browse the repository at this point in the history
…ql#11237)

Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.7.1...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 4c45d5a commit 770cb72
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion integration-tests/cra4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@apollo/client": "^3.7.16",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/cra5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"@apollo/client": "^3.7.16",
"graphql": "^16.7.1"
"graphql": "^16.8.1"
},
"scripts": {
"start": "PORT=3000 react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"deepmerge": "^4.3.1",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"lodash": "^4.17.21",
"next": "13.4.7",
"react": "18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions integration-tests/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 integration-tests/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.16",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 770cb72

Please sign in to comment.