Bump deps (#17)

This commit is contained in:
Jaco Greeff
2018-12-10 12:11:53 +01:00
committed by GitHub
parent 29a25b871d
commit 6dd1b64af6
5 changed files with 624 additions and 486 deletions
+3 -3
View File
@@ -9,10 +9,10 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@polkadot/keyring": "^0.33.12",
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.33.13",
"@polkadot/ui-settings": "^0.22.13",
"@polkadot/util-crypto": "^0.33.12",
"@polkadot/util-crypto": "^0.33.13",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.0.0",
+4 -3
View File
@@ -10,9 +10,10 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@polkadot/keyring": "^0.33.12",
"@polkadot/types": "^0.33.8",
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.33.13",
"@polkadot/types": "^0.33.10",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}
}
+2 -1
View File
@@ -9,7 +9,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.2.0",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}
}