Refresh dependencies and fix warnings

This commit is contained in:
Felipe Santos
2022-03-06 17:40:46 -03:00
parent e049d26793
commit 07636710c8
13 changed files with 543 additions and 863 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { CSSResultGroup, LitElement, TemplateResult, html, unsafeCSS } from 'lit';
import { createRef, ref, Ref } from 'lit/directives/ref';
import { createRef, ref, Ref } from 'lit/directives/ref.js';
import { customElement, property } from 'lit/decorators.js';
import { TitleControlConfig } from '../types.js';