Skip to content

Commit be01800

Browse files
committed
fix: graphql-request@5.2.0 is broken, rolling back
1 parent 428e955 commit be01800

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"core-js": "^3.30.0",
7373
"ethers": "^5.7.2",
7474
"graphql": "^16.6.0",
75-
"graphql-request": "^5.2.0",
75+
"graphql-request": "~5.1.0",
7676
"moment": "^2.29.4",
7777
"parcel": "~2.8.3",
7878
"react": "^18.2.0",

yarn.lock

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3894,7 +3894,7 @@ __metadata:
38943894
eslint-utils: ^3.0.0
38953895
ethers: ^5.7.2
38963896
graphql: ^16.6.0
3897-
graphql-request: ^5.2.0
3897+
graphql-request: ~5.1.0
38983898
lru-cache: ^7.18.3
38993899
moment: ^2.29.4
39003900
parcel: ~2.8.3
@@ -16656,7 +16656,7 @@ __metadata:
1665616656
languageName: node
1665716657
linkType: hard
1665816658

16659-
"graphql-request@npm:^5.0.0":
16659+
"graphql-request@npm:^5.0.0, graphql-request@npm:~5.1.0":
1666016660
version: 5.1.0
1666116661
resolution: "graphql-request@npm:5.1.0"
1666216662
dependencies:
@@ -16670,20 +16670,6 @@ __metadata:
1667016670
languageName: node
1667116671
linkType: hard
1667216672

16673-
"graphql-request@npm:^5.2.0":
16674-
version: 5.2.0
16675-
resolution: "graphql-request@npm:5.2.0"
16676-
dependencies:
16677-
"@graphql-typed-document-node/core": ^3.1.1
16678-
cross-fetch: ^3.1.5
16679-
extract-files: ^9.0.0
16680-
form-data: ^3.0.0
16681-
peerDependencies:
16682-
graphql: 14 - 16
16683-
checksum: a8aa37816378898e6fc8c4db04a1c114c98f98d90718cf1680bd96b22724bd43b1210619f9b0d328b5c1acb4f7b76d2227a2537cd5ab059bb54cf0debecb33bf
16684-
languageName: node
16685-
linkType: hard
16686-
1668716673
"graphql-tag@npm:^2.11.0":
1668816674
version: 2.12.6
1668916675
resolution: "graphql-tag@npm:2.12.6"

0 commit comments

Comments
 (0)