Skip to content

Commit f613c11

Browse files
chore(deps): update minor updates 📉
1 parent 7d9e178 commit f613c11

File tree

4 files changed

+59
-66
lines changed

4 files changed

+59
-66
lines changed

‎.nvmrc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18
1+
20.19

‎package-lock.json‎

Lines changed: 54 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"devDependencies": {
3737
"@apollo/client": "^3.11.8",
38-
"@graphprotocol/graph-cli": "^0.96.0",
39-
"@graphprotocol/graph-ts": "0.35.1",
38+
"@graphprotocol/graph-cli": "^0.97.0",
39+
"@graphprotocol/graph-ts": "0.38.0",
4040
"@typechain/ethers-v6": "^0.5.1",
4141
"@types/mocha": "^10.0.9",
4242
"dotenv": "^16.5.0",

‎test-stack/docker-compose.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
blockchain-fork:
33
restart: "no"
4-
image: ghcr.io/foundry-rs/foundry:v1.0.0
4+
image: ghcr.io/foundry-rs/foundry:v1.1.0
55
entrypoint: anvil
66
command: "--host 0.0.0.0 --port 8545 --hardfork berlin --fork-url $FORK_URL --fork-block-number $FORK_BLOCK --chain-id 134 --gas-limit 6700000 --gas-price 0"
77
expose:
@@ -46,7 +46,7 @@ services:
4646
- 5001:5001
4747

4848
graphnode:
49-
image: graphprotocol/graph-node:v0.37.0
49+
image: graphprotocol/graph-node:v0.38.0
5050
restart: unless-stopped
5151
expose:
5252
- 8000

0 commit comments

Comments
 (0)