Merge pull request #408 from blockscout/address-qr-code
address qr code
Showing
... | @@ -48,6 +48,7 @@ | ... | @@ -48,6 +48,7 @@ |
"phoenix": "^1.6.15", | "phoenix": "^1.6.15", | ||
"pino-http": "^8.2.1", | "pino-http": "^8.2.1", | ||
"pino-pretty": "^9.1.1", | "pino-pretty": "^9.1.1", | ||
"qrcode": "^1.5.1", | |||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
"react-hook-form": "^7.33.1", | "react-hook-form": "^7.33.1", | ||
... | @@ -65,6 +66,7 @@ | ... | @@ -65,6 +66,7 @@ |
"@types/jest": "^29.2.0", | "@types/jest": "^29.2.0", | ||
"@types/node": "17.0.36", | "@types/node": "17.0.36", | ||
"@types/phoenix": "^1.5.4", | "@types/phoenix": "^1.5.4", | ||
"@types/qrcode": "^1.5.0", | |||
"@types/react": "18.0.9", | "@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | "@types/react-dom": "18.0.5", | ||
"@types/ws": "^8.5.3", | "@types/ws": "^8.5.3", | ||
... | ... |
10.9 KB
9.05 KB
3.17 KB