This commit is contained in:
Jaco Greeff
2020-12-11 10:47:03 +01:00
parent 9562762403
commit e061c22ab1
11 changed files with 244 additions and 248 deletions
+3 -3
View File
@@ -9,15 +9,15 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "^4.2.2-11",
"@polkadot/util-crypto": "^4.2.2-11",
"@polkadot/util": "^4.2.2-12",
"@polkadot/util-crypto": "^4.2.2-12",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.3",
"@types/styled-components": "^5.1.4"
"@types/styled-components": "^5.1.5"
},
"peerDependencies": {
"@polkadot/util": "*",