Update deps (still not fully fixed) and es2015 in tsconfig.json
... | ... | @@ -9,10 +9,18 @@ |
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@polkadot/api": "^10.3.4", | ||
"@polkadot/api": "^14.2.2", | ||
"@polkadot/api-augment": "^10.3.4", | ||
"@polkadot/api-derive": "^14.2.2", | ||
"@polkadot/extension-dapp": "^0.45.5", | ||
"@polkadot/react-identicon": "^3.10.0", | ||
"@polkadot/keyring": "^13.2.2", | ||
"@polkadot/react-identicon": "^3.11.2", | ||
"@polkadot/rpc-core": "^14.2.1", | ||
"@polkadot/rpc-provider": "^14.2.1", | ||
"@polkadot/types": "^14.2.2", | ||
"@polkadot/util": "^13.2.1", | ||
"@polkadot/util-crypto": "^13.2.1", | ||
"@polkadot/wasm-crypto": "^7.3.2", | ||
"@talismn/connect-wallets": "^1.2.3", | ||
"@types/node": "18.15.11", | ||
"@types/react": "18.0.37", | ||
... | ... |
Please register or sign in to comment