This commit is contained in:
Alex Coseru 2023-11-22 13:46:11 +02:00 committed by GitHub
parent cf58c9aae4
commit 36ae877984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -50,8 +50,6 @@
"changelog": "auto-changelog -p"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.61.0",
"@graphprotocol/graph-ts": "^0.31.0",
"@types/chai": "^4.3.11",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^10.0.2",
@ -78,13 +76,13 @@
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"ts-node-register": "^1.0.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"@oceanprotocol/lib": "^2.7.0"
},
"dependencies": {
"@oceanprotocol/contracts": "^2.0.3",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.6",
"ethereumjs-util": "^7.1.5"
"@graphprotocol/graph-cli": "^0.61.0",
"@graphprotocol/graph-ts": "^0.31.0"
},
"repository": {
"type": "git",