Skip to content

Commit be40a73

Browse files
committed
fix: add graphql as explicit dependency to resolve peer dependency issue
1 parent 39ae251 commit be40a73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/build_npm.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ await build({
3535
engines: {
3636
node: ">=18",
3737
},
38+
dependencies: {
39+
"graphql": "^16.8.1",
40+
},
3841
},
3942
postBuild() {
4043
Deno.copyFileSync("LICENSE", "npm/LICENSE");

0 commit comments

Comments
 (0)