No types export from index (#421)

* No types export from index

* Fix use

* bump

* Bumps

* CHANGELOG

* OCD
This commit is contained in:
Jaco Greeff
2020-12-21 11:50:34 +01:00
committed by GitHub
parent 6a3bf8c0b3
commit 353a15827b
18 changed files with 66 additions and 58 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.63.2-4",
"version": "0.64.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"module": "index.mjs",
@@ -11,8 +11,8 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^5.1.1",
"@polkadot/ui-settings": "0.63.2-4",
"@polkadot/ui-shared": "0.63.2-4",
"@polkadot/ui-settings": "0.64.0",
"@polkadot/ui-shared": "0.64.0",
"@polkadot/util": "^5.1.1",
"@polkadot/util-crypto": "^5.1.1",
"color": "^3.1.3",
@@ -33,7 +33,7 @@
"devDependencies": {
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.5",
"@types/styled-components": "^5.1.7",
"styled-components": "^5.2.1",
"xmlserializer": "^0.6.1"
}