Explicit version for styled-components (#388)

This commit is contained in:
Jaco Greeff
2020-10-23 17:49:03 +02:00
committed by GitHub
parent 16d29df52a
commit fffbbdcb55
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"@polkadot/util-crypto": "^3.6.1",
"color": "^3.1.3",
"jdenticon": "2.2.0",
"react-copy-to-clipboard": "^5.0.2"
"react-copy-to-clipboard": "^5.0.2",
"styled-components": "^5.2.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+2 -1
View File
@@ -13,7 +13,8 @@
"@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1"
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.3",
+1
View File
@@ -2190,6 +2190,7 @@ __metadata:
"@types/styled-components": ^5.1.4
qrcode-generator: ^1.4.4
react-qr-reader: ^2.2.1
styled-components: ^5.2.0
peerDependencies:
"@polkadot/util": "*"
"@polkadot/util-crypto": "*"