This commit is contained in:
Jaco
2021-06-06 20:44:47 +03:00
committed by GitHub
parent f41c1516ed
commit b02a3ba421
14 changed files with 191 additions and 190 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.78.2-17",
"version": "0.79.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/ui-shared": "0.78.2-17",
"@polkadot/util": "^6.6.2-13",
"@polkadot/util-crypto": "^6.6.2-13",
"@polkadot/ui-shared": "0.79.0",
"@polkadot/util": "^6.7.1",
"@polkadot/util-crypto": "^6.7.1",
"jdenticon": "3.1.0"
},
"peerDependencies": {
@@ -24,6 +24,6 @@
"vue": "*"
},
"devDependencies": {
"vue": "^2.6.12"
"vue": "^2.6.13"
}
}