Skip to content

Commit c3c53d8

Browse files
committed
*: Update common-ts to 1.2.0
1 parent da8bf3b commit c3c53d8

File tree

5 files changed

+48
-222
lines changed

5 files changed

+48
-222
lines changed

packages/indexer-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"graph-indexer-agent": "bin/graph-indexer-agent"
1818
},
1919
"dependencies": {
20-
"@graphprotocol/common-ts": "1.1.1-alpha.2",
20+
"@graphprotocol/common-ts": "1.2.0",
2121
"@graphprotocol/indexer-common": "^0.9.0",
2222
"@thi.ng/iterators": "5.1.40",
2323
"@uniswap/sdk": "3.0.3",

packages/indexer-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepare": "rm -rf dist && yarn format && yarn lint && tsc"
1313
},
1414
"dependencies": {
15-
"@graphprotocol/common-ts": "1.1.1-alpha.2",
15+
"@graphprotocol/common-ts": "1.2.0",
1616
"@graphprotocol/indexer-common": "^0.9.0",
1717
"@iarna/toml": "2.2.5",
1818
"@thi.ng/iterators": "5.1.40",

packages/indexer-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:watch": "jest --runInBand --detectOpenHandles --watch --passWithNoTests --verbose"
1616
},
1717
"dependencies": {
18-
"@graphprotocol/common-ts": "1.1.1-alpha.2",
18+
"@graphprotocol/common-ts": "1.2.0",
1919
"@types/cors": "2.8.8",
2020
"@types/express": "4.17.8",
2121
"@types/jest": "26.0.15",

packages/indexer-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
2525
},
2626
"dependencies": {
27-
"@graphprotocol/common-ts": "1.1.1-alpha.2",
27+
"@graphprotocol/common-ts": "1.2.0",
2828
"@graphprotocol/indexer-common": "^0.9.0",
2929
"@graphprotocol/receipts": "0.1.0",
3030
"@thi.ng/cache": "1.0.59",

0 commit comments

Comments
 (0)