Explicit deps & bumps (#275)

This commit is contained in:
Jaco Greeff
2020-02-12 17:08:52 +01:00
committed by GitHub
parent 9902c9351d
commit 4f025cb9ec
14 changed files with 903 additions and 499 deletions
+2 -1
View File
@@ -9,11 +9,12 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@polkadot/ui-shared": "^0.50.0-beta.0",
"jdenticon": "2.2.0"
},
"peerDependencies": {
"@polkadot/util-crypto": "*",
"vue": "*"
}
}