Skip to content

Commit 36ae877

Browse files
authored
fix deps (#744)
1 parent cf58c9a commit 36ae877

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
"changelog": "auto-changelog -p"
5151
},
5252
"devDependencies": {
53-
"@graphprotocol/graph-cli": "^0.61.0",
54-
"@graphprotocol/graph-ts": "^0.31.0",
5553
"@types/chai": "^4.3.11",
5654
"@types/chai-spies": "^1.0.3",
5755
"@types/mocha": "^10.0.2",
@@ -78,13 +76,13 @@
7876
"ts-node": "^10.9.1",
7977
"ts-node-dev": "^2.0.0",
8078
"ts-node-register": "^1.0.0",
81-
"typescript": "^5.2.2"
79+
"typescript": "^5.2.2",
80+
"@oceanprotocol/lib": "^2.7.0"
8281
},
8382
"dependencies": {
8483
"@oceanprotocol/contracts": "^2.0.3",
85-
"@oceanprotocol/lib": "^2.7.0",
86-
"cross-fetch": "^3.1.6",
87-
"ethereumjs-util": "^7.1.5"
84+
"@graphprotocol/graph-cli": "^0.61.0",
85+
"@graphprotocol/graph-ts": "^0.31.0"
8886
},
8987
"repository": {
9088
"type": "git",

0 commit comments

Comments
 (0)