Skip to content

Commit f245e5b

Browse files
authored
Merge pull request #32 from Shopify/lopert.update-graphql-config-dep
Lock graphql config dep
2 parents 20f572f + a81748b commit f245e5b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
"access": "public",
55
"@shopify:registry": "https://registry.npmjs.org/"
66
},
7-
"version": "1.0.5",
7+
"version": "1.0.6",
88
"description": "",
99
"main": "index.ts",
1010
"keywords": [],
1111
"author": "Surma <[email protected]>",
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"@graphql-codegen/cli": "^5.0.4",
15-
"@graphql-codegen/typescript": "^4.1.3",
16-
"@graphql-codegen/typescript-operations": "^4.4.1",
14+
"@graphql-codegen/cli": "5.0.5",
15+
"@graphql-codegen/typescript": "4.1.6",
16+
"graphql-config": "5.1.3",
17+
"@graphql-codegen/typescript-operations": "4.6.0",
1718
"@graphql-tools/url-loader": "8.0.16",
18-
"graphql": "^16.6.0",
19-
"typescript": "^5.7.3"
19+
"graphql": "16.10.0",
20+
"typescript": "5.8.3"
2021
}
2122
}

0 commit comments

Comments
 (0)