Bump common (#460)

* Bump common

* Bumps

* 0.74
This commit is contained in:
Jaco
2021-04-18 12:21:54 +03:00
committed by GitHub
parent f875934459
commit e1b31afafd
14 changed files with 156 additions and 149 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.73.2-0",
"version": "0.74.0",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^6.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}