Skip to content

Commit bf55c1a

Browse files
Merge pull request #5318 from Shopify/upgrade-graphql
Upgrade graphql and related dependencies
2 parents ddeb88f + c8d0f00 commit bf55c1a

File tree

4 files changed

+381
-469
lines changed

4 files changed

+381
-469
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@bugsnag/source-maps": "^2.3.1",
4242
"@changesets/cli": "2.27.12",
43-
"@graphql-codegen/cli": "5.0.2",
43+
"@graphql-codegen/cli": "5.0.4",
4444
"@graphql-codegen/near-operation-file-preset": "3.0.0",
4545
"@nx/eslint-plugin": "19.8.14",
4646
"@nx/workspace": "19.8.14",
@@ -60,7 +60,7 @@
6060
"fast-glob": "3.3.3",
6161
"find-up": "^6.3.0",
6262
"fs-extra": "^11.1.0",
63-
"graphql": "^16.8.1",
63+
"graphql": "^16.10.0",
6464
"graphql-codegen-typescript-operation-types": "2.0.1",
6565
"graphql-tag": "^2.12.6",
6666
"json-stringify-deterministic": "1.0.12",
@@ -100,6 +100,7 @@
100100
"@oclif/core": "3.26.5",
101101
"whatwg-url": "14.0.0",
102102
"supports-hyperlinks": "3.1.0",
103+
"@graphql-tools/utils": "10.7.2",
103104
"@shopify/cli-hydrogen>@shopify/cli-kit": "link:./packages/cli-kit",
104105
"@shopify/cli-hydrogen>@shopify/plugin-cloudflare": "link:./packages/plugin-cloudflare",
105106
"nanoid": "3.3.8"

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"diff": "5.2.0",
6666
"esbuild": "0.24.2",
6767
"express": "4.21.2",
68-
"graphql-request": "5.2.0",
68+
"graphql-request": "6.1.0",
6969
"h3": "0.7.21",
7070
"http-proxy": "1.18.1",
7171
"ignore": "6.0.2",

packages/cli-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
"fs-extra": "11.1.0",
136136
"get-port-please": "3.1.2",
137137
"gradient-string": "2.0.2",
138-
"graphql": "16.8.1",
139-
"graphql-request": "5.2.0",
138+
"graphql": "16.10.0",
139+
"graphql-request": "6.1.0",
140140
"ignore": "6.0.2",
141141
"ink": "4.4.1",
142142
"is-interactive": "2.0.0",

0 commit comments

Comments
 (0)