This commit is contained in:
Jaco Greeff
2021-02-01 09:29:46 +01:00
committed by GitHub
parent 670078158c
commit b9194310a9
14 changed files with 192 additions and 184 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.67.2-0",
"version": "0.68.0",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"sideEffects": false,
@@ -16,8 +16,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^5.4.4",
"@polkadot/util-crypto": "^5.4.4",
"@polkadot/util": "^5.5.1",
"@polkadot/util-crypto": "^5.5.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}