Upgrade LitElement to 2.1

This commit is contained in:
Stéphane Bidoul 2022-01-30 14:08:12 +01:00
parent 7c80d7f074
commit 4a249ed9ca
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -1,4 +1,4 @@
import {LitElement, html, css} from 'https://unpkg.com/lit@2.0.2?module'; import {LitElement, html, css} from 'https://unpkg.com/lit@2.1.2?module';
import 'https://unpkg.com/@github/time-elements@latest?module'; import 'https://unpkg.com/@github/time-elements@latest?module';
class RunboatBuildElement extends LitElement { class RunboatBuildElement extends LitElement {