Skip to content

Commit

Permalink
Upgrade to published watcher-ts package versions (#425)
Browse files Browse the repository at this point in the history
* Upgrade watcher-ts package versions in sushiswap watchers

* Upgrade packages for dependency fix

* Update lock file
  • Loading branch information
nikugogoi authored Aug 10, 2023
1 parent 2b5c9b3 commit 671cf4d
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 97 deletions.
8 changes: 4 additions & 4 deletions packages/erc20-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"homepage": "https://github.com/vulcanize/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cli": "^0.2.33",
"@cerc-io/ipld-eth-client": "^0.2.33",
"@cerc-io/solidity-mapper": "^0.2.33",
"@cerc-io/util": "^0.2.33",
"@cerc-io/cli": "^0.2.52",
"@cerc-io/ipld-eth-client": "^0.2.52",
"@cerc-io/solidity-mapper": "^0.2.52",
"@cerc-io/util": "^0.2.52",
"@vulcanize/util": "^0.1.0",
"apollo-type-bigint": "^0.1.3",
"debug": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/uni-info-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"private": true,
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cli": "^0.2.33",
"@cerc-io/ipld-eth-client": "^0.2.33",
"@cerc-io/solidity-mapper": "^0.2.33",
"@cerc-io/util": "^0.2.33",
"@cerc-io/cli": "^0.2.52",
"@cerc-io/ipld-eth-client": "^0.2.52",
"@cerc-io/solidity-mapper": "^0.2.52",
"@cerc-io/util": "^0.2.52",
"@types/lodash": "^4.14.168",
"@vulcanize/erc20-watcher": "^0.1.0",
"@vulcanize/uni-watcher": "^0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/uni-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"homepage": "https://github.com/vulcanize/watcher-ts#readme",
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cache": "^0.2.33",
"@cerc-io/cli": "^0.2.33",
"@cerc-io/ipld-eth-client": "^0.2.33",
"@cerc-io/solidity-mapper": "^0.2.33",
"@cerc-io/util": "^0.2.33",
"@cerc-io/cache": "^0.2.52",
"@cerc-io/cli": "^0.2.52",
"@cerc-io/ipld-eth-client": "^0.2.52",
"@cerc-io/solidity-mapper": "^0.2.52",
"@cerc-io/util": "^0.2.52",
"@types/lodash": "^4.14.168",
"@vulcanize/util": "^0.1.0",
"apollo-type-bigint": "^0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "dist/index.js",
"license": "AGPL-3.0",
"dependencies": {
"@cerc-io/ipld-eth-client": "^0.2.33",
"@cerc-io/util": "^0.2.33",
"@cerc-io/ipld-eth-client": "^0.2.52",
"@cerc-io/util": "^0.2.52",
"csv-writer": "^1.6.0",
"debug": "^4.3.1",
"ethers": "^5.2.0",
Expand Down
Loading

0 comments on commit 671cf4d

Please sign in to comment.