From e6975c60cb14ddc8ec256b038719e8717870b952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:59:44 +0300 Subject: [PATCH] Bump @graphprotocol/graph-ts from 0.28.1 to 0.29.0 (#571) Bumps @graphprotocol/graph-ts from 0.28.1 to 0.29.0. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e3345d..80da322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.35.0", - "@graphprotocol/graph-ts": "^0.28.1", + "@graphprotocol/graph-ts": "^0.29.0", "@types/chai": "^4.3.4", "@types/chai-spies": "^1.0.3", "@types/mocha": "^10.0.0", @@ -766,9 +766,9 @@ } }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.28.1.tgz", - "integrity": "sha512-1wMLQ0cu84/6Ml3zcz9ya1zFzrDAzCj0dIGZ7Rz9upnRSXg5jjqU4DefO/OYrl2K2/OPso9hSAr6I4aue2pL1Q==", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.0.tgz", + "integrity": "sha512-9rCouklL2CjlqtywcwSw++MzjBWlmm6274j4s5HokjOTxr64ER7SCKx+2iCqVV0/S7ivc63MzIHlCLSCjPjbiA==", "dev": true, "dependencies": { "assemblyscript": "0.19.10" @@ -14859,9 +14859,9 @@ } }, "@graphprotocol/graph-ts": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.28.1.tgz", - "integrity": "sha512-1wMLQ0cu84/6Ml3zcz9ya1zFzrDAzCj0dIGZ7Rz9upnRSXg5jjqU4DefO/OYrl2K2/OPso9hSAr6I4aue2pL1Q==", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.0.tgz", + "integrity": "sha512-9rCouklL2CjlqtywcwSw++MzjBWlmm6274j4s5HokjOTxr64ER7SCKx+2iCqVV0/S7ivc63MzIHlCLSCjPjbiA==", "dev": true, "requires": { "assemblyscript": "0.19.10" diff --git a/package.json b/package.json index fa772c9..e6401d7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.35.0", - "@graphprotocol/graph-ts": "^0.28.1", + "@graphprotocol/graph-ts": "^0.29.0", "@types/chai": "^4.3.4", "@types/chai-spies": "^1.0.3", "@types/mocha": "^10.0.0",