This commit is contained in:
Jaco
2021-07-11 13:25:29 +03:00
committed by GitHub
parent 63440d051f
commit 3e555546cd
14 changed files with 140 additions and 138 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.83.2-5",
"version": "0.84.0",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/networks": "^6.11.2-15",
"@polkadot/util": "^6.11.2-15",
"@polkadot/networks": "^7.0.1",
"@polkadot/util": "^7.0.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},