diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 66c9b7d4..4b3d43bb 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/jest": "25.1.2", "@types/node": "13.7.0", - "@types/qrcode.react": "^1.0.0", + "@types/qrcode.react": "^1.0.1", "@types/react": "16.9.16", "@types/react-dom": "16.9.5", "@types/react-router-dom": "^5.1.3", diff --git a/yarn.lock b/yarn.lock index d66b31ee..74864497 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2155,10 +2155,10 @@ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8" integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== -"@types/qrcode.react@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/qrcode.react/-/qrcode.react-1.0.0.tgz#9eff4d4a93eb32fcd65e26ea046f2efc52764431" - integrity sha512-CyH8QizAyp/G2RTz+2W0qIp/qbJMNC6a8aossG+zN42Rmx3loQlgBCWFatjKJ3NeJaX99e22SJ75yU2EVHlu3g== +"@types/qrcode.react@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/qrcode.react/-/qrcode.react-1.0.1.tgz#0904e7a075a6274a5258f19567b4f64013c159d8" + integrity sha512-PcVCjpsiT2KFKfJibOgTQtkt0QQT/6GbQUp1Np/hMPhwUzMJ2DRUkR9j7tXN9Q8X06qukw+RbaJ8lJ22SBod+Q== dependencies: "@types/react" "*"