Skip to content

Commit 4d9b8e7

Browse files
committed
deps: Bump graph-ts to 0.24.0
1 parent 6f22879 commit 4d9b8e7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

examples/basic-event-handlers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy-test": "../../bin/graph deploy test/basic-event-handlers --version-label v0.0.1 --ipfs http://localhost:15001 --node http://127.0.0.1:18020"
1010
},
1111
"devDependencies": {
12-
"@graphprotocol/graph-ts": "0.24.0-alpha.0",
12+
"@graphprotocol/graph-ts": "0.24.0",
1313
"apollo-fetch": "^0.7.0"
1414
},
1515
"dependencies": {

examples/basic-event-handlers/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@graphprotocol/[email protected]-alpha.0":
6-
version "0.24.0-alpha.0"
7-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.24.0-alpha.0.tgz#8fe2b09a123adc5a65c82b823a1cb2d99f3cce2b"
8-
integrity sha512-PLhTMlFMoLZpTqJlKH5f+5VRN3yWmXfssVwWk7uauVeY8IuAWjWB3RNubS574q9uf0QjPKOacekXY5EKRWOzEA==
5+
"@graphprotocol/[email protected]":
6+
version "0.24.0"
7+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.24.0.tgz#ccfa14edf015f3fc6d37b7d2a95e71ec6acc0005"
8+
integrity sha512-XciVlalOXzS2Iv8WeAwO0jwWzPBlzEWLtwNT5FdII962TAzbgZ6fx1nNGjGZLwwq38/aUX154+tdvEmL57gZqQ==
99
dependencies:
1010
assemblyscript "0.19.10"
1111

examples/example-subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build-wast": "../../bin/graph build -t wast subgraph.yaml"
88
},
99
"devDependencies": {
10-
"@graphprotocol/graph-ts": "0.24.0-alpha.0"
10+
"@graphprotocol/graph-ts": "0.24.0"
1111
},
1212
"resolutions": {
1313
"assemblyscript": "0.19.10"

examples/example-subgraph/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@graphprotocol/[email protected]-alpha.0":
6-
version "0.24.0-alpha.0"
7-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.24.0-alpha.0.tgz#8fe2b09a123adc5a65c82b823a1cb2d99f3cce2b"
8-
integrity sha512-PLhTMlFMoLZpTqJlKH5f+5VRN3yWmXfssVwWk7uauVeY8IuAWjWB3RNubS574q9uf0QjPKOacekXY5EKRWOzEA==
5+
"@graphprotocol/[email protected]":
6+
version "0.24.0"
7+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.24.0.tgz#ccfa14edf015f3fc6d37b7d2a95e71ec6acc0005"
8+
integrity sha512-XciVlalOXzS2Iv8WeAwO0jwWzPBlzEWLtwNT5FdII962TAzbgZ6fx1nNGjGZLwwq38/aUX154+tdvEmL57gZqQ==
99
dependencies:
1010
assemblyscript "0.19.10"
1111

src/scaffold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const generatePackageJson = ({ subgraphName, node }) =>
4949
},
5050
dependencies: {
5151
'@graphprotocol/graph-cli': graphCliVersion,
52-
'@graphprotocol/graph-ts': `0.24.0-alpha.0`,
52+
'@graphprotocol/graph-ts': `0.24.0`,
5353
},
5454
}),
5555
{ parser: 'json' },

0 commit comments

Comments
 (0)