addMultisig for ui-keyring (#311)

* addMultisig for ui-keyring

* Bumps

* Spelling.
This commit is contained in:
Jaco Greeff
2020-04-24 18:02:13 +02:00
committed by GitHub
parent 2e323be1c3
commit e88351e994
12 changed files with 774 additions and 918 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@babel/runtime": "^7.9.2",
"@polkadot/ui-shared": "0.52.1",
"react-native-svg": "^12.0.3"
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
"@polkadot/util-crypto": "*",
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.8.1",
"@types/react-native": "^0.62.1"
"@polkadot/util-crypto": "^2.9.0-beta.0",
"@types/react-native": "^0.62.4"
}
}