Bump @graphprotocol/graph-ts from 0.24.1 to 0.26.0 (#379)

Bumps @graphprotocol/graph-ts from 0.24.1 to 0.26.0.

---
updated-dependencies:
- dependency-name: "@graphprotocol/graph-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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] 2022-03-23 03:02:11 -07:00 committed by GitHub
parent a7d8901084
commit 4c52664c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.26.0",
"@graphprotocol/graph-ts": "^0.24.1",
"@graphprotocol/graph-ts": "^0.26.0",
"@types/chai": "^4.3.0",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^9.1.0",
@ -1503,9 +1503,9 @@
}
},
"node_modules/@graphprotocol/graph-ts": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.24.1.tgz",
"integrity": "sha512-2vU4m5ZPQIqMlMce/z5vmOtGHRlRmcRhMfemS3NIwxCSxSBGVnX2zb7QBTzzdQKGwsAZdbz6V0okkOtvohELfQ==",
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.26.0.tgz",
"integrity": "sha512-GW/emOJl+35MXgmIxTnUK7dJtPCaB9u5aAwoLVqJ8swogC794O92UrXMVrAJsherUriu+yI9bLMGmNPOIi60jw==",
"dev": true,
"dependencies": {
"assemblyscript": "0.19.10"
@ -20786,9 +20786,9 @@
}
},
"@graphprotocol/graph-ts": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.24.1.tgz",
"integrity": "sha512-2vU4m5ZPQIqMlMce/z5vmOtGHRlRmcRhMfemS3NIwxCSxSBGVnX2zb7QBTzzdQKGwsAZdbz6V0okkOtvohELfQ==",
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.26.0.tgz",
"integrity": "sha512-GW/emOJl+35MXgmIxTnUK7dJtPCaB9u5aAwoLVqJ8swogC794O92UrXMVrAJsherUriu+yI9bLMGmNPOIi60jw==",
"dev": true,
"requires": {
"assemblyscript": "0.19.10"

View File

@ -28,7 +28,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.26.0",
"@graphprotocol/graph-ts": "^0.24.1",
"@graphprotocol/graph-ts": "^0.26.0",
"@types/chai": "^4.3.0",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^9.1.0",