fix: sync extend types with polkadot.js/api (#586)
* fix: sync with polkadot known types * use big number here * make lint happy * remove ts supress * rephrase
... | ... | @@ -38,11 +38,12 @@ |
} | ||
}, | ||
"dependencies": { | ||
"@polkadot/api": "1.9.0-beta.8", | ||
"@polkadot/reactnative-identicon": "0.52.0-beta.20", | ||
"@polkadot/types": "1.9.0-beta.8", | ||
"@polkadot/util": "2.7.0-beta.8", | ||
"@polkadot/util-crypto": "2.7.0-beta.8", | ||
"@polkadot/api": "1.10.0-beta.3", | ||
"@polkadot/reactnative-identicon": "0.52.0-beta.24", | ||
"@polkadot/types": "1.10.0-beta.3", | ||
"@polkadot/types-known": "1.10.0-beta.3", | ||
"@polkadot/util": "2.8.0-beta.2", | ||
"@polkadot/util-crypto": "2.8.0-beta.2", | ||
"@react-native-community/masked-view": "^0.1.6", | ||
"@react-native-community/netinfo": "^4.1.5", | ||
"@react-navigation/native": "^5.0.10", | ||
... | ... |
Please register or sign in to comment