diff --git a/package.json b/package.json index 21f4b2993e..14ec4a9f44 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,13 @@ "dependencies": { "@babel/runtime": "7.23.4", "@braintree/sanitize-url": "6.0.4", - "@codemirror/autocomplete": "6.11.0", - "@codemirror/commands": "6.3.0", - "@codemirror/language": "6.9.2", + "@codemirror/autocomplete": "6.11.1", + "@codemirror/commands": "6.3.1", + "@codemirror/language": "6.9.3", "@codemirror/legacy-modes": "6.3.3", - "@codemirror/search": "6.5.4", - "@codemirror/state": "6.3.1", - "@codemirror/view": "6.22.0", + "@codemirror/search": "6.5.5", + "@codemirror/state": "6.3.2", + "@codemirror/view": "6.22.1", "@egjs/hammerjs": "2.0.17", "@formatjs/intl-datetimeformat": "6.12.0", "@formatjs/intl-displaynames": "6.6.4", @@ -91,8 +91,8 @@ "@polymer/paper-toast": "3.0.1", "@polymer/polymer": "3.5.1", "@thomasloven/round-slider": "0.6.0", - "@vaadin/combo-box": "24.2.3", - "@vaadin/vaadin-themable-mixin": "24.2.3", + "@vaadin/combo-box": "24.2.4", + "@vaadin/vaadin-themable-mixin": "24.2.4", "@vibrant/color": "3.2.1-alpha.1", "@vibrant/core": "3.2.1-alpha.1", "@vibrant/quantizer-mmcq": "3.2.1-alpha.1", diff --git a/pyproject.toml b/pyproject.toml index 4649119c20..8da458847c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-frontend" -version = "20231129.1" +version = "20231130.0" license = {text = "Apache-2.0"} description = "The Home Assistant frontend" readme = "README.md" diff --git a/src/auth/ha-auth-flow.ts b/src/auth/ha-auth-flow.ts index d8a08c65ea..00070a57b6 100644 --- a/src/auth/ha-auth-flow.ts +++ b/src/auth/ha-auth-flow.ts @@ -21,6 +21,7 @@ import { DataEntryFlowStepForm, } from "../data/data_entry_flow"; import "./ha-auth-form"; +import { fireEvent } from "../common/dom/fire_event"; type State = "loading" | "error" | "step"; @@ -85,10 +86,6 @@ export class HaAuthFlow extends LitElement { protected render() { return html`