Skip to content

Commit

Permalink
Bump graphql from 16.8.2 to 16.9.0
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.2 to 16.9.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.2...v16.9.0)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent ee6775d commit 4b3f764
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dataloader": "^2.2.2",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.12",
"graphql": "^16.8.2",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@gc-digital-talent/env": "workspace:*",
"@urql/core": "^5.0.4",
"@urql/exchange-auth": "^2.2.0",
"graphql": "^16.8.2",
"graphql": "^16.9.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react-intl": "^6.6.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.6",
"@parcel/watcher": "^2.4.1",
"graphql": "^16.8.2",
"graphql": "^16.9.0",
"tsconfig": "workspace:*",
"typescript": "^5.4.5",
"urql": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@gc-digital-talent/graphql": "workspace:*",
"@gc-digital-talent/storage": "workspace:*",
"graphql": "^16.8.2",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"urql": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@urql/core": "^5.0.4",
"chromatic": "^11.5.4",
"framer-motion": "^11.2.12",
"graphql": "^16.8.2",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^6.23.1",
Expand Down
Loading

0 comments on commit 4b3f764

Please sign in to comment.