Cleanup dependencies.

This commit is contained in:
Dermot Duffy
2022-03-19 09:00:34 -07:00
parent e7c2d7827c
commit f902274188
2 changed files with 4 additions and 7 deletions
+4 -3
View File
@@ -21,19 +21,20 @@
"@material/image-list": "^13.0.0", "@material/image-list": "^13.0.0",
"@material/mwc-menu": "^0.25.3", "@material/mwc-menu": "^0.25.3",
"@material/rtl": "^13.0.0", "@material/rtl": "^13.0.0",
"@types/bluebird": "^3.5.36",
"component-emitter": "^1.3.0", "component-emitter": "^1.3.0",
"crypto": "^1.0.1", "crypto": "^1.0.1",
"custom-card-helpers": "^1.8.0", "custom-card-helpers": "^1.8.0",
"dayjs": "^1.11.0",
"embla-carousel": "^6.1.1", "embla-carousel": "^6.1.1",
"home-assistant-js-websocket": "^6.1.1", "home-assistant-js-websocket": "^6.1.1",
"lit": "^2.2.1", "lit": "^2.2.1",
"keycharm": "^0.4.0", "keycharm": "^0.4.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"quick-lru": "^6.1.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"propagating-hammerjs": "^2.0.1", "propagating-hammerjs": "^2.0.1",
"quick-lru": "^6.1.0",
"screenfull": "^6.0.1", "screenfull": "^6.0.1",
"ts-toolbelt": "^9.6.0",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"vis-data": "^7.1.3", "vis-data": "^7.1.3",
"vis-timeline": "^7.5.1", "vis-timeline": "^7.5.1",
@@ -56,7 +57,7 @@
"eslint": "^8.11.0", "eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.24.2", "eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"npm-check-updates": "^12.5.3", "npm-check-updates": "^12.5.3",
"prettier": "^2.6.0", "prettier": "^2.6.0",
-4
View File
@@ -1,6 +1,4 @@
import { HomeAssistant } from 'custom-card-helpers'; import { HomeAssistant } from 'custom-card-helpers';
import dayjs from 'dayjs';
import dayjs_custom_parse_format from 'dayjs/plugin/customParseFormat.js';
import type { import type {
BrowseMediaQueryParameters, BrowseMediaQueryParameters,
@@ -17,8 +15,6 @@ import {
} from './common.js'; } from './common.js';
import { localize } from './localize/localize.js'; import { localize } from './localize/localize.js';
dayjs.extend(dayjs_custom_parse_format);
export class BrowseMediaUtil { export class BrowseMediaUtil {
/** /**
* Return the Frigate event_id given a FrigateBrowseMediaSource object. * Return the Frigate event_id given a FrigateBrowseMediaSource object.