0.66.2 Stable common

This commit is contained in:
Jaco Greeff
2021-01-17 17:29:05 +01:00
parent 12bc342cc6
commit b045104c3e
13 changed files with 173 additions and 172 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.66.1",
"version": "0.66.2",
"main": "index.js",
"module": "index.mjs",
"sideEffects": [
@@ -14,11 +14,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/hw-ledger": "^5.2.4-7",
"@polkadot/keyring": "^5.2.4-7",
"@polkadot/ui-settings": "0.66.1",
"@polkadot/util": "^5.2.4-7",
"@polkadot/x-rxjs": "^3.4.2-15",
"@polkadot/hw-ledger": "^5.3.1",
"@polkadot/keyring": "^5.3.1",
"@polkadot/ui-settings": "0.66.2",
"@polkadot/util": "^5.3.1",
"@polkadot/x-rxjs": "^3.4.2-17",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},