From 60b8728225d0ea532f330e08ae10cf9a79b23da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 11:01:10 +0300 Subject: [PATCH] Bump @graphprotocol/graph-ts from 0.29.3 to 0.30.0 (#680) Bumps @graphprotocol/graph-ts from 0.29.3 to 0.30.0. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-type: direct:development update-type: version-update:semver-minor ... 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 cc67ae0..c843f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.38.0", - "@graphprotocol/graph-ts": "^0.29.3", + "@graphprotocol/graph-ts": "^0.30.0", "@types/chai": "^4.3.5", "@types/chai-spies": "^1.0.3", "@types/mocha": "^10.0.1", @@ -846,9 +846,9 @@ } }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.29.3", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.3.tgz", - "integrity": "sha512-FXBLGlunOSwjiUXYEz1J9J/I2D/myldyib/9v0R+gn/NJaYqUkXD39UmIuRxqj9cBzB/FYojHzoHidIG5nYZDw==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.30.0.tgz", + "integrity": "sha512-h5tJqlsZXglGYM0PcBsBOqof4PT0Fr4Z3QBTYN/IjMF3VvRX2A8/bdpqaAnva+2N0uAfXXwRcwcOcW5O35yzXw==", "dev": true, "dependencies": { "assemblyscript": "0.19.10" @@ -15337,9 +15337,9 @@ } }, "@graphprotocol/graph-ts": { - "version": "0.29.3", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.3.tgz", - "integrity": "sha512-FXBLGlunOSwjiUXYEz1J9J/I2D/myldyib/9v0R+gn/NJaYqUkXD39UmIuRxqj9cBzB/FYojHzoHidIG5nYZDw==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.30.0.tgz", + "integrity": "sha512-h5tJqlsZXglGYM0PcBsBOqof4PT0Fr4Z3QBTYN/IjMF3VvRX2A8/bdpqaAnva+2N0uAfXXwRcwcOcW5O35yzXw==", "dev": true, "requires": { "assemblyscript": "0.19.10" diff --git a/package.json b/package.json index 5ed05ab..5863b14 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.38.0", - "@graphprotocol/graph-ts": "^0.29.3", + "@graphprotocol/graph-ts": "^0.30.0", "@types/chai": "^4.3.5", "@types/chai-spies": "^1.0.3", "@types/mocha": "^10.0.1",