Skip to content

Commit

Permalink
Fix a graphql versions typo (#7)
Browse files Browse the repository at this point in the history
## Description

Fix dependencies: `graphql` versions

## Performance impact

<!-- Detail any impact on performance of this PR, or put 'unknown' if
not known -->

## Security impact

<!-- Detail any impact on security of this PR, or put 'unknown' if not
known -->

## Checklist

<!-- If this PR is work in progress, please open it as a "Draft PR". -->
<!-- To tick a checkbox, change it from `[ ]` to `[x]` -->

- [ ] My code matches the project's code style and `yarn lint:fix`
passes.
- [ ] I've added tests for the new feature, and `yarn test` passes.
- [ ] I have detailed the new feature in the relevant documentation.
- [ ] I have added this feature to 'Pending' in the `RELEASE_NOTES.md`
file (if one exists).
- [ ] If this is a breaking change I've explained why.

<!-- For some Graphile projects the documentation is the README.md file,
for
others please see https://github.com/graphile/graphile.github.io -->
  • Loading branch information
benjie authored Jul 9, 2024
2 parents 8669ce1 + a26a8d1 commit 337150a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"graphile-config": "^0.0.1-beta.9",
"graphql": "15.x | ^16.8.2 | ^17.0.0-alpha.3",
"graphql": "15.x || ^16.8.2 || ^17.0.0-alpha.3",
"json5": "^2.2.3",
"kjsonl": "^0.0.1",
"tslib": "^2.6.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1022,10 +1022,10 @@ graphile-config@^0.0.1-beta.9:
tslib "^2.6.2"
yargs "^17.7.2"

"[email protected] | ^16.8.2 | ^17.0.0-alpha.3":
version "16.8.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.2.tgz#54771c7ff195da913f5e70af8044a026d32eca2a"
integrity sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==
"[email protected] || ^16.8.2 || ^17.0.0-alpha.3":
version "16.9.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==

has-bigints@^1.0.1, has-bigints@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 337150a

Please sign in to comment.