Update wallet deps (#21)

* update deps

* revert react dep updates
This commit is contained in:
Ilja 2022-04-21 10:51:37 +03:00 committed by GitHub
parent 3a2ac70f1f
commit dc76f21c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 969 additions and 511 deletions

View File

@ -8,35 +8,35 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@cosmjs/amino": "0.27.1", "@cosmjs/amino": "0.28.4",
"@cosmjs/encoding": "0.27.1", "@cosmjs/encoding": "0.28.4",
"@cosmjs/proto-signing": "0.27.1", "@cosmjs/proto-signing": "0.28.4",
"@json-rpc-tools/utils": "1.7.6", "@json-rpc-tools/utils": "1.7.6",
"@nextui-org/react": "1.0.2-beta.4", "@nextui-org/react": "1.0.8-beta.5",
"@solana/web3.js": "1.36.0", "@solana/web3.js": "1.39.1",
"@walletconnect/client": "2.0.0-beta.26", "@walletconnect/client": "2.0.0-beta.26",
"@walletconnect/utils": "2.0.0-beta.26", "@walletconnect/utils": "2.0.0-beta.26",
"bs58": "5.0.0", "bs58": "5.0.0",
"cosmos-wallet": "^1.2.0", "cosmos-wallet": "1.2.0",
"ethers": "5.6.0", "ethers": "5.6.4",
"framer-motion": "6.2.8", "framer-motion": "6.3.0",
"mnemonic-keyring": "1.4.0", "mnemonic-keyring": "1.4.0",
"next": "12.1.0", "next": "12.1.5",
"react": "17.0.2", "react": "17.0.2",
"react-code-blocks": "0.0.9-0", "react-code-blocks": "0.0.9-0",
"react-dom": "17.0.2", "react-dom": "17.0.2",
"react-qr-reader-es6": "2.2.1-2", "react-qr-reader-es6": "2.2.1-2",
"solana-wallet": "1.0.1", "solana-wallet": "1.0.1",
"valtio": "1.3.1" "valtio": "1.5.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "17.0.21", "@types/node": "17.0.25",
"@types/react": "17.0.40", "@types/react": "17.0.40",
"@walletconnect/types": "2.0.0-beta.26", "@walletconnect/types": "2.0.0-beta.26",
"eslint": "8.11.0", "eslint": "8.13.0",
"eslint-config-next": "12.1.0", "eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
"prettier": "2.5.1", "prettier": "2.6.2",
"typescript": "4.6.2" "typescript": "4.6.3"
} }
} }

File diff suppressed because it is too large Load Diff