Skip to content

Commit 20f572f

Browse files
authored
Merge pull request #30 from Shopify/lopert.lock-graphql-url-loader-dependency
lock graphql-tools/url-loader
2 parents 70bde73 + dbcdd90 commit 20f572f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"@shopify:registry": "https://registry.npmjs.org/"
66
},
7-
"version": "1.0.4",
7+
"version": "1.0.5",
88
"description": "",
99
"main": "index.ts",
1010
"keywords": [],
@@ -14,7 +14,8 @@
1414
"@graphql-codegen/cli": "^5.0.4",
1515
"@graphql-codegen/typescript": "^4.1.3",
1616
"@graphql-codegen/typescript-operations": "^4.4.1",
17+
"@graphql-tools/url-loader": "8.0.16",
1718
"graphql": "^16.6.0",
1819
"typescript": "^5.7.3"
1920
}
20-
}
21+
}

0 commit comments

Comments
 (0)