Missing peerDependencies

This commit is contained in:
Jaco Greeff
2020-03-15 06:00:31 +01:00
parent 204b0b46ef
commit ad9abfb0d8
4 changed files with 25 additions and 13 deletions
+4 -1
View File
@@ -18,7 +18,10 @@
"@types/styled-components": "^5.0.1"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"react": "*",
"react-dom": "*"
"react-dom": "*",
"styles-components": "*"
}
}
+2 -1
View File
@@ -40,6 +40,7 @@
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/ui-settings": "*",
"@polkadot/util": "*"
"@polkadot/util": "*",
"rxjs": "*"
}
}
+2
View File
@@ -13,9 +13,11 @@
"color": "^3.1.2"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^2.6.2",
"@polkadot/util-crypto": "^2.6.2",
"@types/color": "^3.0.1"
}