Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Update dependency ethers to v4.0.37 (#2358)
Browse files Browse the repository at this point in the history
* Require build on verify-solc

* Update dependency @babel/core to v7.6.0

* Update dependency @firebase/util to v0.2.27

* Update dependency @types/chai to v4.2.1

* Update dependency @types/pg to v7.11.1 (#2354)

* Update dependency patch-package to v6.1.4 (#2355)

* Update dependency truffle to v5.0.35 (#2356)

* Update dependency rollup to v1.21.0 (#2360)

* Update dependency selenium-webdriver to v4.0.0-alpha.5 (#2361)

* Update dependency @types/node to v12.7.4 (#2353)

* Update dependency ethers to v4.0.37

* Bump node version
  • Loading branch information
renovate[bot] authored and snario committed Sep 11, 2019
1 parent 1451080 commit b111d6b
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/mocha": "5.2.7",
"chai": "4.2.0",
"ethereum-waffle": "2.1.0",
"ethers": "4.0.36",
"ethers": "4.0.37",
"ethlint": "1.2.4",
"mocha": "6.2.0",
"solc": "0.5.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/cf-adjudicator-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dotenv": "8.1.0",
"eth-gas-reporter": "0.2.11",
"ethereum-waffle": "2.1.0",
"ethers": "4.0.36",
"ethers": "4.0.37",
"ethlint": "1.2.4",
"ganache-cli": "6.6.0",
"openzeppelin-solidity": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cf-funding-protocol-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dotenv": "8.1.0",
"eth-gas-reporter": "0.2.11",
"ethereum-waffle": "2.1.0",
"ethers": "4.0.36",
"ethers": "4.0.37",
"ethlint": "1.2.4",
"ganache-cli": "6.6.0",
"openzeppelin-solidity": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cf-wallet.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@counterfactual/node-provider": "0.2.2",
"@counterfactual/types": "0.0.38",
"ethers": "4.0.36",
"ethers": "4.0.37",
"eventemitter3": "^4.0.0",
"global": "^4.3.2",
"rpc-server": "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cf.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@counterfactual/node-provider": "0.2.2",
"@counterfactual/types": "0.0.38",
"ethers": "4.0.36",
"ethers": "4.0.37",
"eventemitter3": "^4.0.0",
"rpc-server": "0.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/local-ganache-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@counterfactual/cf-adjudicator-contracts": "0.0.6",
"@counterfactual/cf-funding-protocol-contracts": "0.0.10",
"@counterfactual/types": "0.0.38",
"ethers": "4.0.36",
"ethers": "4.0.37",
"ganache-core": "2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@counterfactual/cf.js": "0.2.6",
"@counterfactual/firebase-client": "0.0.6",
"@counterfactual/types": "0.0.38",
"ethers": "4.0.36",
"ethers": "4.0.37",
"eventemitter3": "^4.0.0",
"loglevel": "^1.6.1",
"p-queue": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "tsc -b . && rollup -c"
},
"devDependencies": {
"ethers": "4.0.36",
"ethers": "4.0.37",
"rollup": "1.21.0",
"rollup-plugin-typescript2": "0.24.0",
"rpc-server": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"copyfiles": "2.1.1",
"ethereum-waffle": "2.1.0",
"ethers": "4.0.36",
"ethers": "4.0.37",
"tslint": "5.19.0",
"typescript": "3.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"eth-balance-checker": "0.1.1",
"ethers": "4.0.36",
"ethers": "4.0.37",
"node-sass": "4.12.0",
"react": "16.9.0",
"react-dom": "16.9.0",
Expand Down
34 changes: 6 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,24 +910,6 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@counterfactual/[email protected]":
version "0.2.72"
resolved "https://registry.yarnpkg.com/@counterfactual/node/-/node-0.2.72.tgz#8d7d8f43e0ddb06bb72c4b0583fc1094024cb2da"
integrity sha512-fzLVS/XcLcy3lgMBCI6mB+uR7WrtVGu5v1fLZbOZtVf7zm5+VKa5qL/cX5GzWV33Nsg9MLkBukfKVff1TG/Z/w==
dependencies:
"@counterfactual/cf-adjudicator-contracts" "0.0.6"
"@counterfactual/cf-funding-protocol-contracts" "0.0.10"
"@counterfactual/cf.js" "0.2.6"
"@counterfactual/firebase-client" "0.0.6"
"@counterfactual/types" "0.0.38"
ethers "4.0.36"
eventemitter3 "^4.0.0"
loglevel "^1.6.1"
p-queue "^5.0.0"
rpc-server "0.0.1"
typescript-memoize "^1.0.0-alpha.3"
uuid "^3.3.2"

"@csstools/convert-colors@^1.4.0":
version "1.4.0"
resolved "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
Expand Down Expand Up @@ -2931,7 +2913,7 @@
resolved "https://registry.npmjs.org/@types/node/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44"
integrity sha512-dyYO+f6ihZEtNPDcWNR1fkoTDf3zAK3lAABDze3mz6POyIercH0lEUawUFXlG8xaQZmm1yEBON/4TsYv/laDYg==

"@types/[email protected]":
"@types/[email protected]", "@types/node@^12.7.4":
version "12.7.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04"
integrity sha512-W0+n1Y+gK/8G2P/piTkBBN38Qc5Q1ZSO6B5H3QmPCUewaiXOo2GCAWZ4ElZCcNhjJuBSUSLGFUJnmlCn5+nxOQ==
Expand All @@ -2941,11 +2923,6 @@
resolved "https://registry.npmjs.org/@types/node/-/node-10.14.16.tgz#4d690c96cbb7b2728afea0e260d680501b3da5cf"
integrity sha512-/opXIbfn0P+VLt+N8DE4l8Mn8rbhiJgabU96ZJ0p9mxOkIks5gh6RUnpHak7Yh0SFkyjO/ODbxsQQPV2bpMmyA==

"@types/node@^12.7.4":
version "12.7.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04"
integrity sha512-W0+n1Y+gK/8G2P/piTkBBN38Qc5Q1ZSO6B5H3QmPCUewaiXOo2GCAWZ4ElZCcNhjJuBSUSLGFUJnmlCn5+nxOQ==

"@types/node@^8.0.0":
version "8.10.52"
resolved "https://registry.npmjs.org/@types/node/-/node-8.10.52.tgz#ef0ca1809994e20186090408b8cb7f2a6877d5f9"
Expand Down Expand Up @@ -8246,10 +8223,10 @@ [email protected]:
uuid "2.0.1"
xmlhttprequest "1.8.0"

[email protected].36:
version "4.0.36"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.36.tgz#96519fd3cc9317f938c8ee4d22050f34e3c2ef0e"
integrity sha512-rWdchEhUyXx01GiwexH6Sha97CQ9tJdQwe6FtYKxShC7VEZV41nuKt+lzCQ4OqvQwZK5PcAKaAZv2GDsCH33SA==
[email protected].37:
version "4.0.37"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.37.tgz#dfa70d59498663878c5e4a977d14356660ca5b90"
integrity sha512-B7bDdyQ45A5lPr6k2HOkEKMtYOuqlfy+nNf8glnRvWidkDQnToKw1bv7UyrwlbsIgY2mE03UxTVtouXcT6Vvcw==
dependencies:
"@types/node" "^10.3.2"
aes-js "3.0.0"
Expand Down Expand Up @@ -20905,6 +20882,7 @@ [email protected], websocket@^1.0.28:
dependencies:
debug "^2.2.0"
es5-ext "^0.10.50"
gulp "^4.0.2"
nan "^2.14.0"
typedarray-to-buffer "^3.1.5"
yaeti "^0.0.6"
Expand Down

0 comments on commit b111d6b

Please sign in to comment.