Skip to content

Commit

Permalink
bump ethers dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Jun 28, 2021
1 parent 30100b4 commit 588669e
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 353 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "depay-web3mock",
"moduleName": "Web3Mock",
"version": "1.0.2",
"version": "1.1.0",
"description": "JavaScript library to mock web3 responses either by emulating blockchain wallets or RPC calls.",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/DePayFi/depay-web3mock#readme",
"private": false,
"dependencies": {
"ethers": "^5.3.1"
"ethers": "^5.4.0"
},
"peerDependencies": {},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion tests/units/ethereum/calls.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 588669e

Please sign in to comment.