Skip to content

Commit deb0940

Browse files
committed
Merge branch 'main' into add-matchstick
2 parents 1e5a59a + b9e7604 commit deb0940

File tree

54 files changed

+14692
-9778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+14692
-9778
lines changed

.changeset/@graphprotocol_graph-cli-1536-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/arweave-blocks-transactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},
2121
"devDependencies": {
22-
"@graphprotocol/graph-cli": "0.64.0",
23-
"@graphprotocol/graph-ts": "0.32.0"
22+
"@graphprotocol/graph-cli": "0.71.0",
23+
"@graphprotocol/graph-ts": "0.35.1"
2424
}
2525
}

examples/cosmos-block-filtering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.64.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
27+
"@graphprotocol/graph-cli": "0.71.0",
28+
"@graphprotocol/graph-ts": "0.35.1",
2929
"mustache": "^4.2.0"
3030
}
3131
}

examples/cosmos-osmosis-token-swaps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-register": "^6.26.0"
2323
},
2424
"devDependencies": {
25-
"@graphprotocol/graph-cli": "0.64.0",
26-
"@graphprotocol/graph-ts": "0.32.0"
25+
"@graphprotocol/graph-cli": "0.71.0",
26+
"@graphprotocol/graph-ts": "0.35.1"
2727
}
2828
}

examples/cosmos-validator-delegations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"babel-register": "^6.26.0"
2626
},
2727
"devDependencies": {
28-
"@graphprotocol/graph-cli": "0.64.0",
29-
"@graphprotocol/graph-ts": "0.32.0",
28+
"@graphprotocol/graph-cli": "0.71.0",
29+
"@graphprotocol/graph-ts": "0.35.1",
3030
"mustache": "^4.2.0"
3131
}
3232
}

examples/cosmos-validator-rewards/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"babel-register": "^6.26.0"
2525
},
2626
"devDependencies": {
27-
"@graphprotocol/graph-cli": "0.64.0",
28-
"@graphprotocol/graph-ts": "0.32.0",
27+
"@graphprotocol/graph-cli": "0.71.0",
28+
"@graphprotocol/graph-ts": "0.35.1",
2929
"mustache": "^4.2.0"
3030
}
3131
}

examples/ethereum-basic-event-handlers/hardhat/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
FROM node:16-alpine
1+
FROM node:20-alpine
22

33
COPY . /usr/src/app
44

55
WORKDIR /usr/src/app
66

7-
RUN apk add git;
7+
RUN apk add git
88

9-
RUN apk add --update python3 make g++\
10-
&& rm -rf /var/cache/apk/*
9+
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
1110

1211
RUN corepack enable
1312

examples/ethereum-basic-event-handlers/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"localnode": "hardhat node --hostname 0.0.0.0"
1010
},
1111
"dependencies": {
12-
"hardhat": "^2.11.2"
12+
"hardhat": "^2.22.1"
1313
}
1414
}

examples/ethereum-basic-event-handlers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"typescript": "^5.0.4"
3232
},
3333
"devDependencies": {
34-
"@graphprotocol/graph-cli": "0.64.0",
35-
"@graphprotocol/graph-ts": "0.32.0",
34+
"@graphprotocol/graph-cli": "0.71.0",
35+
"@graphprotocol/graph-ts": "0.35.1",
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
3737
"apollo-fetch": "^0.7.0",
38-
"hardhat": "^2.13.1"
38+
"hardhat": "^2.22.1"
3939
}
4040
}

examples/ethereum-gravatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
1919
},
2020
"devDependencies": {
21-
"@graphprotocol/graph-cli": "0.64.0",
22-
"@graphprotocol/graph-ts": "0.32.0",
21+
"@graphprotocol/graph-cli": "0.71.0",
22+
"@graphprotocol/graph-ts": "0.35.1",
2323
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
2424
"hardhat": "^2.13.1"
2525
}

0 commit comments

Comments
 (0)