Skip to content

Commit

Permalink
chore: bump ethers version to 4.0.45 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
rittme committed Feb 19, 2020
1 parent a2ce521 commit 256c3da
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 104 deletions.
2 changes: 1 addition & 1 deletion packages/payment-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@requestnetwork/utils": "0.10.0",
"axios": "0.19.0",
"bn.js": "4.11.8",
"ethers": "4.0.43",
"ethers": "4.0.45",
"node-fetch": "2.6.0",
"satoshi-bitcoin": "1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@requestnetwork/smart-contracts": "0.3.0",
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0",
"ethers": "4.0.43"
"ethers": "4.0.45"
},
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/request-client.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"prepare": "yarn run build",
"test": "nyc mocha --require source-map-support/register --require amd-loader \"test/**/*.ts\"",
"test": "nyc mocha --require source-map-support/register --timeout 5000 --require amd-loader \"test/**/*.ts\"",
"test:watch": "nyc mocha --watch --watch-extensions ts --require source-map-support/register --require amd-loader \"test/**/*.ts\""
},
"dependencies": {
Expand All @@ -58,7 +58,7 @@
"bn.js": "4.11.8",
"currency-codes": "1.5.1",
"eth-contract-metadata": "1.11.0",
"ethers": "4.0.43"
"ethers": "4.0.45"
},
"devDependencies": {
"@compodoc/compodoc": "1.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@openzeppelin/contracts": "2.4.0",
"ethers": "4.0.43",
"ethers": "4.0.45",
"ganache-cli": "6.7.0",
"lint-staged": "9.5.0",
"openzeppelin-solidity": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/usage-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@requestnetwork/transaction-manager": "0.8.4",
"@requestnetwork/types": "0.11.0",
"@requestnetwork/utils": "0.10.0",
"ethers": "4.0.43"
"ethers": "4.0.45"
},
"devDependencies": {
"@typescript-eslint/parser": "1.2.0",
Expand Down

0 comments on commit 256c3da

Please sign in to comment.