Merge pull request #9215 from matrix-org/actions/upgrade-deps

Upgrade dependencies
This commit is contained in:
ElementRobot 2022-08-24 11:00:29 +01:00 committed by GitHub
commit fe409d992c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 629 additions and 691 deletions

View File

@ -15,13 +15,13 @@ limitations under the License.
*/
import * as React from "react";
import { toDataURL, QRCodeSegment, QRCodeToDataURLOptions } from "qrcode";
import { toDataURL, QRCodeSegment, QRCodeToDataURLOptions, QRCodeRenderersOptions } from "qrcode";
import classNames from "classnames";
import { _t } from "../../../languageHandler";
import Spinner from "./Spinner";
interface IProps extends QRCodeToDataURLOptions {
interface IProps extends QRCodeRenderersOptions {
data: string | QRCodeSegment[];
className?: string;
}

1316
yarn.lock

File diff suppressed because it is too large Load Diff