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,6 +1,6 @@
import { CSSResultGroup, unsafeCSS } from 'lit';
import { EmblaCarouselType } from 'embla-carousel';
import { createRef, Ref } from 'lit/directives/ref';
import { createRef, Ref } from 'lit/directives/ref.js';
import { customElement } from 'lit/decorators.js';
import { AutoMediaPluginType } from './embla-plugins/automedia.js';