Bump deps (incl. Babel 7.5) (#150)

This commit is contained in:
Jaco Greeff
2019-07-08 15:02:21 +02:00
committed by GitHub
parent 9b12c91456
commit 7e71e8a2f2
6 changed files with 561 additions and 267 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.4.5",
"@babel/runtime": "^7.5.0",
"@types/mkdirp": "^0.5.2",
"@types/store": "^2.0.2",
"extensionizer": "^1.0.1",
@@ -19,9 +19,9 @@
"styled-components": "^4.3.1"
},
"devDependencies": {
"@polkadot/keyring": "^0.94.0-beta.4",
"@polkadot/types": "^0.82.0-beta.17",
"@polkadot/util": "^0.94.0-beta.4"
"@polkadot/keyring": "^0.94.0-beta.5",
"@polkadot/types": "^0.82.0-beta.30",
"@polkadot/util": "^0.94.0-beta.5"
},
"peerDependencies": {
"@polkadot/keyring": "*",