migrate for unifiedWallet to use-Wallet 4.4.0 for W3A (still UI bugs present)
This commit is contained in:
@ -22,11 +22,13 @@
|
||||
"@typescript-eslint/parser": "^7.0.2",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"buffer": "^6.0.3",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"playwright": "^1.35.0",
|
||||
"postcss": "^8.4.24",
|
||||
"process": "^0.11.10",
|
||||
"tailwindcss": "3.3.2",
|
||||
"ts-jest": "^29.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
@ -36,13 +38,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@algorandfoundation/algokit-utils": "^9.0.0",
|
||||
"@babel/runtime": "^7.28.6",
|
||||
"@blockshake/defly-connect": "^1.2.1",
|
||||
"@perawallet/connect": "^1.4.1",
|
||||
"@txnlab/use-wallet": "^4.0.0",
|
||||
"@txnlab/use-wallet-react": "^4.0.0",
|
||||
"@txnlab/use-wallet": "^4.4.0",
|
||||
"@txnlab/use-wallet-react": "^4.4.0",
|
||||
"@web3auth/base": "^9.7.0",
|
||||
"@web3auth/base-provider": "^9.7.0",
|
||||
"@web3auth/modal": "^9.7.0",
|
||||
"@web3auth/single-factor-auth": "^9.5.0",
|
||||
"algosdk": "^3.0.0",
|
||||
"daisyui": "^4.0.0",
|
||||
"idb-keyval": "^6.2.2",
|
||||
@ -52,7 +56,8 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-router-dom": "^7.11.0",
|
||||
"tslib": "^2.6.2"
|
||||
"tslib": "^2.6.2",
|
||||
"tweetnacl": "^1.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"generate:app-clients": "algokit project link --all",
|
||||
|
||||
Reference in New Issue
Block a user