From 53db6c9a6af7d9b12de3667fd0e2976f57a0cfaf Mon Sep 17 00:00:00 2001 From: bl0up Date: Tue, 28 May 2024 08:13:24 +0200 Subject: [PATCH] fix: package.json --- cache_hardhat/solidity-files-cache.json | 4 ---- package.json | 4 ++-- tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 cache_hardhat/solidity-files-cache.json diff --git a/cache_hardhat/solidity-files-cache.json b/cache_hardhat/solidity-files-cache.json deleted file mode 100644 index cb236ef8..00000000 --- a/cache_hardhat/solidity-files-cache.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_format": "hh-sol-cache-2", - "files": {} -} diff --git a/package.json b/package.json index 44613fdc..e10cc928 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.72.2", + "@graphprotocol/graph-cli": "0.73.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.4", @@ -22,7 +22,7 @@ "solhint": "5.0.1" }, "overrides": { - "@graphprotocol/graph-cli": "0.72.2", + "@graphprotocol/graph-cli": "0.73.0", "@graphprotocol/graph-ts": "0.35.1" } } diff --git a/tsconfig.json b/tsconfig.json index 574e785c..6eda550d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,4 +8,4 @@ "skipLibCheck": true, "resolveJsonModule": true } -} +} \ No newline at end of file