Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit c98544a

Browse files
committed
Update -cli/ts from 0.22.0 to 0.22.1
1 parent f89bdd4 commit c98544a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-cli": "^0.22.0",
17-
"@graphprotocol/graph-ts": "^0.22.0"
16+
"@graphprotocol/graph-cli": "^0.22.1",
17+
"@graphprotocol/graph-ts": "^0.22.1"
1818
},
1919
"dependencies": {
2020
"babel-polyfill": "^6.26.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@graphprotocol/graph-cli@^0.22.0":
27-
version "0.22.0"
28-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.22.0.tgz#ce1dec89105814df5a283c307fc4c90197e0ca4d"
29-
integrity sha512-SlB70KW3g7vC9wVwBp9BBO9qojxIp8JvOSiFv/Ql776J+mfvBurbp9Mz7WaSn453dL1jB2t8MpFyjiOgBH7/oQ==
26+
"@graphprotocol/graph-cli@^0.22.1":
27+
version "0.22.1"
28+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.22.1.tgz#9bd3e060eaa16223b2f822150a44411050cf1f77"
29+
integrity sha512-MV1MbDRGZUATdjSMoFLBNnGchQy4W5nYIFmWd+6ImGC7IjoVE4V1kgJ/Pq0IkDYwEp1g0PRA+xGrausIPeQ+8Q==
3030
dependencies:
3131
assemblyscript "0.19.10"
3232
binary-install-raw "0.0.13"
@@ -52,10 +52,10 @@
5252
which "2.0.2"
5353
yaml "^1.5.1"
5454

55-
"@graphprotocol/graph-ts@^0.22.0":
56-
version "0.22.0"
57-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.0.tgz#5280513d1c8a162077f82ce7f9a492bb5783d6f4"
58-
integrity sha512-kJIBL73xBxj0+NJdRABukAtcrc3Mb8jt31s0tCLPe6c57rQXEf7KR9oYrFdzE1ZsJCP6j+MX+A2+sj1Pj3aJtQ==
55+
"@graphprotocol/graph-ts@^0.22.1":
56+
version "0.22.1"
57+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.22.1.tgz#3189b2495b33497280f617316cce68074d48e236"
58+
integrity sha512-T5xrHN0tHJwd7ZnSTLhk5hAL3rCIp6rJ40kBCrETnv1mfK9hVyoojJK6VtBQXTbLsYtKe4SYjjD0cdOsAR9QiA==
5959
dependencies:
6060
assemblyscript "0.19.10"
6161

0 commit comments

Comments
 (0)