Bump @graphprotocol/graph-ts from 0.27.0 to 0.28.0 (#553)

Bumps @graphprotocol/graph-ts from 0.27.0 to 0.28.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>

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-10-04 13:28:38 +03:00 committed by GitHub
parent ae78cae608
commit 1e2a3b1814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "ocean-subgraph",
"version": "2.1.2",
"version": "2.1.3",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.7",
@ -15,7 +15,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.33.1",
"@graphprotocol/graph-ts": "^0.27.0",
"@graphprotocol/graph-ts": "^0.28.0",
"@types/chai": "^4.3.3",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^9.1.1",
@ -766,9 +766,9 @@
}
},
"node_modules/@graphprotocol/graph-ts": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.27.0.tgz",
"integrity": "sha512-r1SPDIZVQiGMxcY8rhFSM0y7d/xAbQf5vHMWUf59js1KgoyWpM6P3tczZqmQd7JTmeyNsDGIPzd9FeaxllsU4w==",
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.28.0.tgz",
"integrity": "sha512-Qug3KpmqZ/KOg3FFBOtD74GAK/9AkR7lTxoEYMdx3jZ/+fi9oOSDod2vEkLOjUxsE7yZOseNqiXOxeU0XGqJWw==",
"dev": true,
"dependencies": {
"assemblyscript": "0.19.10"
@ -14816,9 +14816,9 @@
}
},
"@graphprotocol/graph-ts": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.27.0.tgz",
"integrity": "sha512-r1SPDIZVQiGMxcY8rhFSM0y7d/xAbQf5vHMWUf59js1KgoyWpM6P3tczZqmQd7JTmeyNsDGIPzd9FeaxllsU4w==",
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.28.0.tgz",
"integrity": "sha512-Qug3KpmqZ/KOg3FFBOtD74GAK/9AkR7lTxoEYMdx3jZ/+fi9oOSDod2vEkLOjUxsE7yZOseNqiXOxeU0XGqJWw==",
"dev": true,
"requires": {
"assemblyscript": "0.19.10"

View File

@ -41,7 +41,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.33.1",
"@graphprotocol/graph-ts": "^0.27.0",
"@graphprotocol/graph-ts": "^0.28.0",
"@types/chai": "^4.3.3",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^9.1.1",