Skip to content

Commit

Permalink
Fix hardcoded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Apr 24, 2020
1 parent ab70158 commit 7f4980e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/target-ethers-v4-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"sinon-chai": "^3.3.0",
"test-utils": "1.0.0",
"ts-node": "^8.5.4",
"typechain": "2.0.0-beta1",
"typechain": "2.0.0-beta2",
"typescript": "3.9.0-beta"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-ethers-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sinon-chai": "^3.3.0",
"ts-node": "^8.5.4",
"typescript": "3.9.0-beta",
"typechain": "2.0.0-beta1",
"typechain": "2.0.0-beta2",
"test-utils": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/target-truffle-v4-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sinon-chai": "^3.3.0",
"truffle": "v4",
"ts-node": "^8.5.4",
"typechain": "2.0.0-beta1",
"typechain": "2.0.0-beta2",
"typescript": "3.9.0-beta",
"test-utils": "1.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/target-truffle-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"ts-node": "^8.5.4",
"typescript": "3.9.0-beta",
"web3": "^1.2.6",
"typechain": "2.0.0-beta1"
"typechain": "2.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion packages/target-truffle-v5-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test-utils": "1.0.0",
"truffle": "^5.1.21",
"ts-node": "^8.5.4",
"typechain": "2.0.0-beta1",
"typechain": "2.0.0-beta2",
"typescript": "3.9.0-beta"
}
}
2 changes: 1 addition & 1 deletion packages/target-truffle-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"ts-node": "^8.5.4",
"typescript": "3.9.0-beta",
"web3": "^1.2.6",
"typechain": "2.0.0-beta1"
"typechain": "2.0.0-beta2"
}
}
2 changes: 1 addition & 1 deletion packages/target-web3-v1-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"sinon-chai": "^3.3.0",
"test-utils": "1.0.0",
"ts-node": "^8.5.4",
"typechain": "2.0.0-beta1",
"typechain": "2.0.0-beta2",
"typescript": "3.9.0-beta"
}
}
2 changes: 1 addition & 1 deletion packages/target-web3-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-node": "^8.5.4",
"typescript": "3.9.0-beta",
"web3": "^1.2.6",
"typechain": "2.0.0-beta1",
"typechain": "2.0.0-beta2",
"test-utils": "1.0.0"
}
}
3 changes: 1 addition & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"sinon-chai": "^3.3.0",
"ts-node": "^8.5.4",
"typescript": "3.9.0-beta",
"web3": "^1.2.6",
"typechain": "2.0.0-beta1"
"web3": "^1.2.6"
}
}

0 comments on commit 7f4980e

Please sign in to comment.