Skip to content

Commit

Permalink
chore: upgrade walletlink SDK (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Sep 18, 2024
1 parent 8a6f831 commit 03164f5
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 322 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
"main": "dist/lock.cjs.js",
"module": "dist/lock.esm.js",
"browser": "dist/lock.min.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build",
"lint": "eslint src/ connectors/ plugins/ --ext .ts",
"lint:fix": "yarn lint --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.4.0",
"@coinbase/wallet-sdk": "^4.0.4",
"@portis/web3": "^4.0.6",
"@safe-global/safe-apps-provider": "^0.17.1",
"@safe-global/safe-apps-sdk": "^8.0.0",
Expand Down Expand Up @@ -38,14 +46,6 @@
"extends": "@snapshot-labs"
},
"prettier": "@snapshot-labs/prettier-config",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build",
"lint": "eslint src/ connectors/ plugins/ --ext .ts",
"lint:fix": "yarn lint --fix",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"src",
Expand Down
Loading

0 comments on commit 03164f5

Please sign in to comment.