jdenticon imports

This commit is contained in:
Jaco Greeff
2020-12-21 20:13:08 +01:00
parent bf67852b59
commit 3d0afd017a
4 changed files with 27 additions and 27 deletions
@@ -3,7 +3,7 @@
import type { Props } from '../types';
import jdenticon from 'jdenticon';
import * as jdenticon from 'jdenticon';
import React from 'react';
function Identicon ({ className = '', publicKey, size, style }: Props): React.ReactElement<Props> {
+2 -2
View File
@@ -18,12 +18,12 @@
"@polkadot/ledger": "^0.64.2-0",
"@polkadot/ui-settings": "0.64.2-0",
"@polkadot/util": "^5.1.1",
"@polkadot/x-rxjs": "^3.1.1",
"@polkadot/x-rxjs": "^3.1.2-2",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^3.1.1",
"@polkadot/types": "^3.1.2-2",
"@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2"
},
@@ -1,7 +1,7 @@
// Copyright 2017-2020 @polkadot/vue-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0
import jdenticon from 'jdenticon';
import * as jdenticon from 'jdenticon';
import Vue from 'vue';
interface Data {