Skip to content

Commit

Permalink
fix(): update coinbase sdk and improved the wallet connect patch (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
midgerate authored Jun 26, 2022
1 parent fd4541b commit cb433bd
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 17 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"name": "@snapshot-labs/lock",
"version": "0.1.93",
"version": "0.1.94",
"repository": "snapshot-labs/lock",
"license": "MIT",
"main": "dist/lock.cjs.js",
"module": "dist/lock.esm.js",
"browser": "dist/lock.min.js",
"dependencies": {
"@coinbase/wallet-sdk": "^3.0.11",
"@coinbase/wallet-sdk": "^3.3.0",
"@gnosis.pm/safe-apps-provider": "^0.8.0",
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
"@portis/web3": "^4.0.6",
"@toruslabs/torus-embed": "^1.12.1",
"@walletconnect/web3-provider": "1.7.8",
"fortmatic": "^2.2.1",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
"fortmatic": "^2.2.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand All @@ -26,6 +24,8 @@
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.2.0",
"rollup": "^2.35.1",
"rollup-plugin-filesize": "^9.1.0",
Expand Down
Loading

0 comments on commit cb433bd

Please sign in to comment.