This commit is contained in:
Jaco Greeff
2021-01-17 16:03:59 +01:00
committed by GitHub
parent 510d33fd89
commit 1a1f351207
16 changed files with 147 additions and 246 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.65.2-5",
"version": "0.66.0",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"module": "index.mjs",
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^5.2.4-6",
"@polkadot/util-crypto": "^5.2.4-6",
"@polkadot/util": "^5.2.4-7",
"@polkadot/util-crypto": "^5.2.4-7",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}