Bump @graphprotocol/graph-ts from 0.19.0 to 0.20.0 (#42)

Bumps @graphprotocol/graph-ts from 0.19.0 to 0.20.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-04 11:55:27 +01:00 committed by GitHub
parent 660b742c14
commit 0847b11cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -145,9 +145,9 @@
}
},
"@graphprotocol/graph-ts": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.19.0.tgz",
"integrity": "sha512-9dRwZF/jMHjIC/4jZDl8uUV3vHbXgHZV2m6728JbYcbjt4Kaw73cIxVqrsXHyDNVkVaIkZ/yorQ37pY2suLddg==",
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.20.0.tgz",
"integrity": "sha512-+R0Tu/MD4Fiq0Fo+v1l+xznz+ZrciQKWlzMtXjDrhM70vlMNVL9wDmf90MVFYpslgqIfw024hT6XwlmyNyOWbQ==",
"dev": true,
"requires": {
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3"

View File

@ -25,7 +25,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.19.0",
"@graphprotocol/graph-ts": "^0.19.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@release-it/bumper": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",