* 0.69

* Adjust

* Adjust

* Update CHANGELOG.md
This commit is contained in:
Jaco Greeff
2021-02-07 14:55:32 +01:00
committed by GitHub
parent 68f3d13d09
commit d8237f0687
16 changed files with 1104 additions and 1000 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.68.1",
"version": "0.69.0",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"sideEffects": false,
@@ -8,7 +8,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@babel/runtime": "^7.12.13",
"color": "^3.1.3"
},
"peerDependencies": {
@@ -16,8 +16,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^5.5.1",
"@polkadot/util-crypto": "^5.5.1",
"@polkadot/util": "^5.6.1",
"@polkadot/util-crypto": "^5.6.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}