Bump deps (#215)

This commit is contained in:
Jaco Greeff
2019-09-25 14:00:43 +02:00
committed by GitHub
parent fb59238ef0
commit 741ca2a150
15 changed files with 614 additions and 713 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.6.0",
"@babel/runtime": "^7.6.2",
"@polkadot/ui-settings": "^0.45.0-beta.13",
"@polkadot/ui-shared": "^0.45.0-beta.13",
"@types/color": "^3.0.0",
@@ -17,7 +17,7 @@
"color": "^3.1.2",
"jdenticon": "2.2.0",
"react-copy-to-clipboard": "^5.0.1",
"styled-components": "^4.3.1"
"styled-components": "^4.4.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",
@@ -25,8 +25,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^1.4.1",
"@polkadot/util-crypto": "^1.4.1",
"@polkadot/keyring": "^1.5.1",
"@polkadot/util-crypto": "^1.5.1",
"xmlserializer": "^0.6.1"
}
}