Skip to content

Commit

Permalink
Add missing dependecies that caused relay signer to fail (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljkoX authored Aug 12, 2024
1 parent 56a9c24 commit 40c06ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/relay-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"author": "OpenZeppelin Defender <[email protected]>",
"license": "MIT",
"devDependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2",
"@ethersproject/hash": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"jest-mock-extended": "^3.0.5",
"web3-core": "^1.10.4",
"web3-core-helpers": "^1.10.0"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/networks": "^5.7.1",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 40c06ed

Please sign in to comment.