Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 6, 2023
1 parent b62c2ec commit 5fb879a
Show file tree
Hide file tree
Showing 35 changed files with 282 additions and 244 deletions.
279 changes: 151 additions & 128 deletions extension/.pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions extension/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ packageExtensions:
'@walletconnect/modal-ui@*':
dependencies:
'lit-html': '*'
'zksync-web3@*':
dependencies:
'@ethersproject/web': '*'
'@ethersproject/hash': '*'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
Expand Down
18 changes: 9 additions & 9 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@gnosis.pm/zodiac": "^3.2.2",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
"@safe-global/safe-core-sdk-types": "^2.2.0",
"@gnosis.pm/zodiac": "^3.3.10",
"@safe-global/api-kit": "^1.3.1",
"@safe-global/protocol-kit": "^1.3.0",
"@safe-global/safe-core-sdk-types": "^2.3.0",
"@shazow/whatsabi": "^0.2.1",
"@testing-library/jest-dom": "^5.16.1",
"@typechain/ethers-v5": "^10.0.0",
Expand All @@ -41,13 +41,13 @@
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@walletconnect/core": "^2.9.0",
"@walletconnect/ethereum-provider": "^2.8.6",
"@walletconnect/core": "^2.10.1",
"@walletconnect/ethereum-provider": "^2.10.1",
"@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/modal": "^2.5.9",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/sign-client": "^2.9.0",
"@walletconnect/universal-provider": "^2.9.0",
"@walletconnect/sign-client": "^2.10.1",
"@walletconnect/universal-provider": "^2.10.1",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"cspell": "^5.21.2",
Expand Down
Loading

0 comments on commit 5fb879a

Please sign in to comment.