Update dependencies

This commit is contained in:
hensm
2021-02-23 02:15:58 +00:00
parent e4e133ced5
commit 8174411d87
8 changed files with 2341 additions and 3895 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
import uuid from "uuid/v1";
import { v4 as uuid } from "uuid";
import logger from "../../../lib/logger";

View File

@@ -2,7 +2,7 @@
import logger from "../../../../lib/logger";
import uuid from "uuid/v1";
import { v1 as uuid } from "uuid";
import BreakStatus from "./BreakStatus";
import EditTracksInfoRequest from "./EditTracksInfoRequest";

View File

@@ -15,7 +15,7 @@ if (!_window.chrome) {
// Remove private APIs
delete cast._requestSession;
delete (cast as any)._requestSession;
// Create page-accessible API object
_window.chrome.cast = cast;