Skip to content

Commit 7276a77

Browse files
authored
fix: all examples should install latest version (#1330)
* fix: all examples should install latest version * point to exact version
1 parent f9f0b14 commit 7276a77

File tree

11 files changed

+38
-38
lines changed

11 files changed

+38
-38
lines changed

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": "workspace:*",
23-
"@graphprotocol/graph-ts": "workspace:*"
22+
"@graphprotocol/graph-cli": "0.49.0",
23+
"@graphprotocol/graph-ts": "0.30.0"
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": "workspace:*",
28-
"@graphprotocol/graph-ts": "workspace:*",
27+
"@graphprotocol/graph-cli": "0.49.0",
28+
"@graphprotocol/graph-ts": "0.30.0",
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": "workspace:*",
26-
"@graphprotocol/graph-ts": "workspace:*"
25+
"@graphprotocol/graph-cli": "0.49.0",
26+
"@graphprotocol/graph-ts": "0.30.0"
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": "workspace:*",
29-
"@graphprotocol/graph-ts": "workspace:*",
28+
"@graphprotocol/graph-cli": "0.49.0",
29+
"@graphprotocol/graph-ts": "0.30.0",
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": "workspace:*",
28-
"@graphprotocol/graph-ts": "workspace:*",
27+
"@graphprotocol/graph-cli": "0.49.0",
28+
"@graphprotocol/graph-ts": "0.30.0",
2929
"mustache": "^4.2.0"
3030
}
3131
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"typescript": "^5.0.4"
3232
},
3333
"devDependencies": {
34-
"@graphprotocol/graph-cli": "workspace:*",
35-
"@graphprotocol/graph-ts": "workspace:*",
34+
"@graphprotocol/graph-cli": "0.49.0",
35+
"@graphprotocol/graph-ts": "0.30.0",
3636
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
3737
"apollo-fetch": "^0.7.0",
3838
"hardhat": "^2.13.1"

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": "workspace:*",
22-
"@graphprotocol/graph-ts": "workspace:*",
21+
"@graphprotocol/graph-cli": "0.49.0",
22+
"@graphprotocol/graph-ts": "0.30.0",
2323
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
2424
"hardhat": "^2.13.1"
2525
}

examples/example-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"codegen": "../../packages/cli/bin/run codegen --output-dir src/types/ subgraph.yaml"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-ts": "workspace:*"
16+
"@graphprotocol/graph-ts": "0.30.0"
1717
},
1818
"resolutions": {
1919
"assemblyscript": "0.19.10"

examples/near-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "workspace:*",
21-
"@graphprotocol/graph-ts": "workspace:*"
20+
"@graphprotocol/graph-cli": "0.49.0",
21+
"@graphprotocol/graph-ts": "0.30.0"
2222
}
2323
}

examples/near-receipts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {
20-
"@graphprotocol/graph-cli": "workspace:*",
21-
"@graphprotocol/graph-ts": "workspace:*"
20+
"@graphprotocol/graph-cli": "0.49.0",
21+
"@graphprotocol/graph-ts": "0.30.0"
2222
}
2323
}

0 commit comments

Comments
 (0)