Skip to content

Commit a26a8d1

Browse files
committed
Fix a graphql versions typo
1 parent 8669ce1 commit a26a8d1

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)