This commit is contained in:
Jaco
2021-06-14 10:15:25 +03:00
committed by GitHub
parent 0adac5f9fa
commit 8866703ad2
14 changed files with 970 additions and 984 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.79.2-2",
"version": "0.80.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,10 +12,10 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/ui-shared": "0.79.2-2",
"@polkadot/util": "^6.7.1",
"@polkadot/util-crypto": "^6.7.1",
"@babel/runtime": "^7.14.5",
"@polkadot/ui-shared": "0.80.0",
"@polkadot/util": "^6.8.1",
"@polkadot/util-crypto": "^6.8.1",
"jdenticon": "3.1.0"
},
"peerDependencies": {
@@ -24,6 +24,6 @@
"vue": "*"
},
"devDependencies": {
"vue": "^2.6.13"
"vue": "^2.6.14"
}
}