Skip to content

Commit

Permalink
fix: token-dist use published contracts package
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Mar 18, 2024
1 parent 9b1a360 commit 31237f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
4 changes: 2 additions & 2 deletions packages/token-distribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@ethersproject/experimental": "^5.0.7",
"@graphprotocol/client-cli": "^2.0.2",
"@graphprotocol/contracts": "workspace:^7.0.0",
"@graphprotocol/contracts": "^5.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.0",
Expand Down Expand Up @@ -65,6 +65,6 @@
"solhint-plugin-prettier": "^0.1.0",
"ts-node": "^10.9.1",
"typechain": "^5.0.0",
"typescript": "^4.0.2"
"typescript": "^5.2.2"
}
}
26 changes: 3 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ __metadata:
languageName: node
linkType: hard

"@graphprotocol/contracts@npm:5.3.3":
"@graphprotocol/contracts@npm:5.3.3, @graphprotocol/contracts@npm:^5.0.0":
version: 5.3.3
resolution: "@graphprotocol/contracts@npm:5.3.3"
dependencies:
Expand Down Expand Up @@ -2744,7 +2744,7 @@ __metadata:
dependencies:
"@ethersproject/experimental": "npm:^5.0.7"
"@graphprotocol/client-cli": "npm:^2.0.2"
"@graphprotocol/contracts": "workspace:^7.0.0"
"@graphprotocol/contracts": "npm:^5.0.0"
"@nomiclabs/hardhat-ethers": "npm:^2.0.0"
"@nomiclabs/hardhat-etherscan": "npm:^3.1.7"
"@nomiclabs/hardhat-waffle": "npm:^2.0.0"
Expand Down Expand Up @@ -2778,7 +2778,7 @@ __metadata:
solhint-plugin-prettier: "npm:^0.1.0"
ts-node: "npm:^10.9.1"
typechain: "npm:^5.0.0"
typescript: "npm:^4.0.2"
typescript: "npm:^5.2.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -21601,16 +21601,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.0.2":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5f6cad2e728a8a063521328e612d7876e12f0d8a8390d3b3aaa452a6a65e24e9ac8ea22beb72a924fd96ea0a49ea63bb4e251fb922b12eedfb7f7a26475e5c56
languageName: node
linkType: hard

"typescript@npm:^5.0.4, typescript@npm:^5.1.6, typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
Expand All @@ -21631,16 +21621,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^4.0.2#optional!builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: e3333f887c6829dfe0ab6c1dbe0dd1e3e2aeb56c66460cb85c5440c566f900c833d370ca34eb47558c0c69e78ced4bfe09b8f4f98b6de7afed9b84b8d1dd06a1
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.1.6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
Expand Down

0 comments on commit 31237f0

Please sign in to comment.