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
+2 -2
View File
@@ -16,8 +16,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^5.8.1",
"@polkadot/util-crypto": "^5.8.1",
"@polkadot/util": "^5.9.2",
"@polkadot/util-crypto": "^5.9.2",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}