* 0.62

* Fix to 0.62
This commit is contained in:
Jaco Greeff
2020-11-09 12:24:27 +01:00
committed by GitHub
parent 77a9377503
commit a3ece8770c
14 changed files with 251 additions and 310 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Manages app settings",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "^4.0.0-5",
"@polkadot/util": "^4.0.0-5",
"@polkadot/networks": "^4.0.1",
"@polkadot/util": "^4.0.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},