Skip to content

Commit

Permalink
fix bad dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalecks committed Sep 2, 2023
1 parent 2d835bd commit 013c6be
Show file tree
Hide file tree
Showing 4 changed files with 929 additions and 1,224 deletions.
2 changes: 1 addition & 1 deletion projects/subgraph-bean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"deploy-hosted-test": "graph deploy --node http://graph.node.bean.money:8020/ --ipfs http://graph.node.bean.money:5001 bean-testing"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.30.4",
"@graphprotocol/graph-cli": "0.56.0",
"@graphprotocol/graph-ts": "0.27.0",
"matchstick-as": "^0.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/subgraph-beanstalk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"deploy-hosted-test": "graph deploy --node http://graph.node.bean.money:8020/ --ipfs http://graph.node.bean.money:5001 beanstalk-testing"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.30.4",
"@graphprotocol/graph-cli": "0.56.0",
"@graphprotocol/graph-ts": "^0.27.0",
"matchstick-as": "^0.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/subgraph-wells/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"deploy-hosted-dev": "yarn codegen && graph deploy --node http://graph.node.bean.money:8020/ --ipfs http://graph.node.bean.money:5001 beanstalk-wells-dev"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.30.4",
"@graphprotocol/graph-cli": "0.56.0",
"@graphprotocol/graph-ts": "^0.27.0",
"matchstick-as": "^0.5.0"
},
Expand Down
Loading

0 comments on commit 013c6be

Please sign in to comment.