0.66.2 Stable common

This commit is contained in:
Jaco Greeff
2021-01-17 17:29:05 +01:00
parent 12bc342cc6
commit b045104c3e
13 changed files with 173 additions and 172 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.66.1",
"version": "0.66.2",
"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-7",
"@polkadot/util-crypto": "^5.2.4-7",
"@polkadot/util": "^5.3.1",
"@polkadot/util-crypto": "^5.3.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}