Bump deps (#74)

* Bump deps

* Expose options with isDevelopment
This commit is contained in:
Jaco Greeff
2019-02-15 11:13:34 +01:00
committed by GitHub
parent 177d0093ea
commit 46a8dad405
7 changed files with 40 additions and 35 deletions
+5 -5
View File
@@ -16,13 +16,13 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^0.34.6",
"@polkadot/types": "^0.43.1",
"@polkadot/util": "^0.34.6"
"@polkadot/keyring": "^0.34.10",
"@polkadot/types": "^0.43.4",
"@polkadot/util": "^0.34.10"
},
"peerDependencies": {
"@polkadot/keyring": ">=0.34.3",
"@polkadot/types": ">=0.43.1",
"@polkadot/keyring": "*",
"@polkadot/types": "*",
"@polkadot/util": "*"
}
}