Skip to content

Commit

Permalink
*: update common-ts to v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Sep 25, 2023
1 parent 9fb85ff commit b02f99b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/indexer-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graph-indexer-agent": "bin/graph-indexer-agent"
},
"dependencies": {
"@graphprotocol/common-ts": "2.0.6",
"@graphprotocol/common-ts": "2.0.7",
"@graphprotocol/indexer-common": "^0.20.21",
"@thi.ng/heaps": "^1.3.1",
"@uniswap/sdk": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:watch": "jest --watch --detectOpenHandles --verbose"
},
"dependencies": {
"@graphprotocol/common-ts": "2.0.6",
"@graphprotocol/common-ts": "2.0.7",
"@graphprotocol/indexer-common": "^0.20.21",
"@iarna/toml": "2.2.5",
"@thi.ng/iterators": "5.1.74",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clean": "rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@graphprotocol/common-ts": "2.0.6",
"@graphprotocol/common-ts": "2.0.7",
"@graphprotocol/cost-model": "0.1.16",
"@thi.ng/heaps": "1.2.38",
"@types/lodash.intersection": "^4.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"clean": "rm -rf ./node_modules ./binary ./build ./coverage ./native/target ./native/artifacts.json ./native/index.node"
},
"dependencies": {
"@graphprotocol/common-ts": "2.0.6",
"@graphprotocol/common-ts": "2.0.7",
"@mapbox/node-pre-gyp": "1.0.10",
"cargo-cp-artifact": "0.1.7",
"node-pre-gyp-github": "1.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@google-cloud/profiler": "4.1.7",
"@graphprotocol/common-ts": "2.0.6",
"@graphprotocol/common-ts": "2.0.7",
"@graphprotocol/indexer-common": "^0.20.21",
"@graphprotocol/indexer-native": "0.20.11",
"@graphql-tools/load": "7.5.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,10 @@
resolved "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.4.tgz#9d8705ecb2baa41b6b2673f3a8e9b7b7e1abc52a"
integrity sha512-j8yRSSqswWi1QqUGKVEKOG03Q7qOoZP6/h2zN2YO+F5h2+DHU0bSrHCK9Y7lo2DI9fBd8qGAw795sf+3Jva4yA==

"@graphprotocol/[email protected].6":
version "2.0.6"
resolved "https://registry.npmjs.org/@graphprotocol/common-ts/-/common-ts-2.0.6.tgz#0ac6d2578c26928f4daa96e28e14da58c2c51e2a"
integrity sha512-aTOYIBCHoTnAv1UqU5OkCxzixsbIPwXHo5lPJxHXSkbzvakRBsskTJisNxt6i4MClxup+LAqatiay0NDI6QMYA==
"@graphprotocol/[email protected].7":
version "2.0.7"
resolved "https://registry.npmjs.org/@graphprotocol/common-ts/-/common-ts-2.0.7.tgz#733ac3d46c9e24f997e7f8d00ffc9128d129285e"
integrity sha512-1O2bvXibViMTkiWNvOjijHR5+cMsuEXIZiUxR3pl4Lan9U2kBfGqJAas8qnrpdc/RdRGooYRMP3hXVB9N8bERA==
dependencies:
"@graphprotocol/contracts" "5.2.1"
"@graphprotocol/pino-sentry-simple" "0.7.1"
Expand Down

0 comments on commit b02f99b

Please sign in to comment.