Bump common (#433)

This commit is contained in:
Jaco Greeff
2021-01-24 12:24:56 +01:00
committed by GitHub
parent cc67d386b8
commit 943e60b47b
11 changed files with 194 additions and 202 deletions
+2 -3
View File
@@ -3,7 +3,6 @@
"version": "0.66.4-1",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
@@ -17,8 +16,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^5.3.2-1",
"@polkadot/util-crypto": "^5.3.2-1",
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}