mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
fix deps (#744)
This commit is contained in:
parent
cf58c9aae4
commit
36ae877984
10
package.json
10
package.json
@ -50,8 +50,6 @@
|
|||||||
"changelog": "auto-changelog -p"
|
"changelog": "auto-changelog -p"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphprotocol/graph-cli": "^0.61.0",
|
|
||||||
"@graphprotocol/graph-ts": "^0.31.0",
|
|
||||||
"@types/chai": "^4.3.11",
|
"@types/chai": "^4.3.11",
|
||||||
"@types/chai-spies": "^1.0.3",
|
"@types/chai-spies": "^1.0.3",
|
||||||
"@types/mocha": "^10.0.2",
|
"@types/mocha": "^10.0.2",
|
||||||
@ -78,13 +76,13 @@
|
|||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"ts-node-dev": "^2.0.0",
|
"ts-node-dev": "^2.0.0",
|
||||||
"ts-node-register": "^1.0.0",
|
"ts-node-register": "^1.0.0",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2",
|
||||||
|
"@oceanprotocol/lib": "^2.7.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/contracts": "^2.0.3",
|
"@oceanprotocol/contracts": "^2.0.3",
|
||||||
"@oceanprotocol/lib": "^2.7.0",
|
"@graphprotocol/graph-cli": "^0.61.0",
|
||||||
"cross-fetch": "^3.1.6",
|
"@graphprotocol/graph-ts": "^0.31.0"
|
||||||
"ethereumjs-util": "^7.1.5"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user