Skip to content

Commit 3ffe199

Browse files
authored
fix: node transitive git dependency failure (#1334)
1 parent 9d089f1 commit 3ffe199

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

fendermint/testing/graph-test/subgraph/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"graph-local-clean": "docker compose down -v && docker-compose rm -v && rm -rf data/ipfs data/postgres"
1414
},
1515
"dependencies": {
16-
"@graphprotocol/graph-cli": "0.45.2",
17-
"@graphprotocol/graph-ts": "0.27.0",
16+
"@graphprotocol/graph-cli": "0.50.0",
17+
"@graphprotocol/graph-ts": "^0.32.0",
1818
"@protofire/subgraph-toolkit": "^0.1.2"
1919
},
2020
"devDependencies": {
21-
"mustache": "^4.2.0",
22-
"matchstick-as": "0.5.0"
21+
"matchstick-as": "0.5.0",
22+
"mustache": "^4.2.0"
2323
}
2424
}

0 commit comments

Comments
 (0)