Update dependency qrcode.react to v4 (#93)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-02 18:39:16 -07:00 committed by GitHub
parent e6a99feafc
commit 964f960da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -17,7 +17,7 @@
"livekit-server-sdk": "^2.1.2", "livekit-server-sdk": "^2.1.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"next": "^14.0.4", "next": "^14.0.4",
"qrcode.react": "^3.1.0", "qrcode.react": "^4.0.0",
"react": "^18", "react": "^18",
"react-dom": "^18" "react-dom": "^18"
}, },
@ -4537,9 +4537,9 @@
} }
}, },
"node_modules/qrcode.react": { "node_modules/qrcode.react": {
"version": "3.2.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-3.2.0.tgz", "resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-4.0.1.tgz",
"integrity": "sha512-YietHHltOHA4+l5na1srdaMx4sVSOjV9tamHs+mwiLWAMr6QVACRUw1Neax5CptFILcNoITctJY0Ipyn5enQ8g==", "integrity": "sha512-Lpj0tPBn561WiQ3QQWXbkx8xTtB8BZkJeMZWLJIL8iaPBCoWzW1IpCeU3gY5MDqsb0+efCvEGkl9O0naP64crA==",
"license": "ISC", "license": "ISC",
"peerDependencies": { "peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" "react": "^16.8.0 || ^17.0.0 || ^18.0.0"

View File

@ -18,7 +18,7 @@
"livekit-server-sdk": "^2.1.2", "livekit-server-sdk": "^2.1.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"next": "^14.0.4", "next": "^14.0.4",
"qrcode.react": "^3.1.0", "qrcode.react": "^4.0.0",
"react": "^18", "react": "^18",
"react-dom": "^18" "react-dom": "^18"
}, },