This commit is contained in:
Jaco
2021-07-26 09:57:35 +03:00
committed by GitHub
parent c075950e93
commit 8694cb45e3
14 changed files with 364 additions and 357 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.84.1",
"version": "0.84.2",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
@@ -9,17 +9,17 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"color": "^3.1.3"
"@babel/runtime": "^7.14.8",
"color": "^3.2.1"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"@types/color": "^3.0.1",
"@polkadot/util": "^7.0.3",
"@polkadot/util-crypto": "^7.0.3",
"@types/color": "^3.0.2",
"@types/xmlserializer": "^0.6.2"
}
}