Skip to content

Commit

Permalink
Fix a graphql versions typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneduda committed Jul 8, 2024
1 parent 8669ce1 commit a26a8d1
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 a26a8d1

Please sign in to comment.