Skip to content

Commit

Permalink
♻️ refactor: optimize deps, remove type: module
Browse files Browse the repository at this point in the history
  • Loading branch information
insulineru committed Oct 4, 2022
1 parent fb5eb1e commit 47acd8b
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 120 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@viaprotocol/web3-wallets",
"type": "module",
"version": "1.0.31",
"private": false,
"description": "Universal interface for web3 wallets",
Expand Down Expand Up @@ -83,7 +82,7 @@
"@coinbase/wallet-sdk": "^3.3.0",
"@cosmjs/launchpad": "0.24.1",
"@cosmjs/stargate": "^0.27.0",
"@ethersproject/providers": "5.6.8",
"@ethersproject/providers": "^5.6.8",
"@gnosis.pm/safe-apps-provider": "^0.13.1",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@keplr-wallet/cosmos": "^0.9.9",
Expand All @@ -101,11 +100,9 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@babel/cli": "^7.18.10",
"@types/node-fetch": "^2.6.2",
"@types/react": "^18.0.12",
"agadoo": "^2.0.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"microbundle": "^0.15.1",
Expand Down

0 comments on commit 47acd8b

Please sign in to comment.