Skip to content

Commit

Permalink
Update graph deps (#25)
Browse files Browse the repository at this point in the history
* Update graph deps

* Increase alpha version number
  • Loading branch information
schmidsi authored Nov 20, 2022
1 parent b789efd commit 30e9c6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/hardhat-graph",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"license": "(Apache-2.0 OR MIT)",
"description": "Hardhat plugin for Ethereum developers to build subgraphs alongside their smart contracts",
"main": "dist/index.js",
Expand All @@ -16,8 +16,8 @@
"README.md"
],
"devDependencies": {
"@graphprotocol/graph-cli": "^0.31.0",
"@graphprotocol/graph-ts": "^0.27.0",
"@graphprotocol/graph-cli": "^0.36.1",
"@graphprotocol/graph-ts": "^0.29.0",
"@types/mocha": "^9.0.0",
"@types/node": "^12.20.50",
"@types/node-fetch": "2.6.2",
Expand All @@ -36,8 +36,8 @@
"yaml": "^2.0.1"
},
"peerDependencies": {
"@graphprotocol/graph-cli": ">= 0.31.0",
"@graphprotocol/graph-ts": ">= 0.27.0",
"@graphprotocol/graph-cli": ">= 0.36.1",
"@graphprotocol/graph-ts": ">= 0.29.0",
"hardhat": ">=2.9.0"
}
}

0 comments on commit 30e9c6b

Please sign in to comment.