Skip to content

Commit ce36bf4

Browse files
committed
include grapqhl in root devDependencies to fix yarn install getting stuck
1 parent 419670d commit ce36bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"typechain": "^8.3.2",
4141
"typedoc": "^0.26.6",
4242
"typescript": "^5.5.4",
43-
"web3": "^1.10.4"
43+
"web3": "^1.10.4",
44+
"graphql": "^16.9.0"
4445
},
4546
"license": "MIT",
4647
"npmClient": "yarn",

0 commit comments

Comments
 (0)