Detection for mismatched monorepo deps (#444)

* Detection for mismatched monorepo deps

* Bump common
This commit is contained in:
Jaco Greeff
2021-02-28 11:23:11 +01:00
committed by GitHub
parent aa3d6803f7
commit 15c03c0aff
21 changed files with 184 additions and 149 deletions
+4 -4
View File
@@ -13,11 +13,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.7",
"@polkadot/hw-ledger": "^5.8.1",
"@polkadot/keyring": "^5.8.1",
"@polkadot/hw-ledger": "^5.9.2",
"@polkadot/keyring": "^5.9.2",
"@polkadot/ui-settings": "0.69.2-2",
"@polkadot/util": "^5.8.1",
"@polkadot/x-rxjs": "^5.8.1",
"@polkadot/util": "^5.9.2",
"@polkadot/x-rxjs": "^5.9.2",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},