From 0847b11ceaececc43c2ad4963d4744627fc74c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 11:55:27 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f81cb47..bf225e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 851b9db..3715c52 100644 --- a/package.json +++ b/package.json @@ -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",