1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-29 21:22:07 +01:00

Cleanup mjpeg stream when disconnected (+ bump Lit) (#9868)

This commit is contained in:
Bram Kragten
2021-08-23 07:40:37 +02:00
committed by GitHub
parent 46c981103d
commit e963735dba
3 changed files with 54 additions and 37 deletions

View File

@@ -113,7 +113,7 @@
"js-yaml": "^4.1.0",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"lit": "^2.0.0-rc.2",
"lit": "^2.0.0-rc.3",
"lit-vaadin-helpers": "^0.1.3",
"marked": "^2.0.5",
"mdn-polyfills": "^5.16.0",
@@ -233,8 +233,10 @@
"resolutions": {
"@polymer/polymer": "patch:@polymer/polymer@3.4.1#./.yarn/patches/@polymer/polymer/pr-5569.patch",
"@webcomponents/webcomponentsjs": "^2.2.10",
"lit-html": "2.0.0-rc.3",
"lit-element": "3.0.0-rc.2"
"lit": "^2.0.0-rc.3",
"lit-html": "2.0.0-rc.4",
"lit-element": "3.0.0-rc.3",
"@lit/reactive-element": "1.0.0-rc.3"
},
"main": "src/home-assistant.js",
"husky": {