This commit is contained in:
Jaco
2021-06-14 10:15:25 +03:00
committed by GitHub
parent 0adac5f9fa
commit 8866703ad2
14 changed files with 970 additions and 984 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.79.2-2",
"version": "0.80.0",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
@@ -9,9 +9,9 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/networks": "^6.7.1",
"@polkadot/util": "^6.7.1",
"@babel/runtime": "^7.14.5",
"@polkadot/networks": "^6.8.1",
"@polkadot/util": "^6.8.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},