Skip to content

Commit 337150a

Browse files
authored
Fix a graphql versions typo (#7)
## 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 -->
2 parents 8669ce1 + a26a8d1 commit 337150a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"graphile-config": "^0.0.1-beta.9",
67-
"graphql": "15.x | ^16.8.2 | ^17.0.0-alpha.3",
67+
"graphql": "15.x || ^16.8.2 || ^17.0.0-alpha.3",
6868
"json5": "^2.2.3",
6969
"kjsonl": "^0.0.1",
7070
"tslib": "^2.6.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,10 +1022,10 @@ graphile-config@^0.0.1-beta.9:
10221022
tslib "^2.6.2"
10231023
yargs "^17.7.2"
10241024

1025-
"graphql@15.x | ^16.8.2 | ^17.0.0-alpha.3":
1026-
version "16.8.2"
1027-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.2.tgz#54771c7ff195da913f5e70af8044a026d32eca2a"
1028-
integrity sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==
1025+
"graphql@15.x || ^16.8.2 || ^17.0.0-alpha.3":
1026+
version "16.9.0"
1027+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
1028+
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
10291029

10301030
has-bigints@^1.0.1, has-bigints@^1.0.2:
10311031
version "1.0.2"

0 commit comments

Comments
 (0)