update lit

This commit is contained in:
Cory LaViska
2021-04-22 08:18:51 -04:00
parent af601c6e9c
commit 0911299797
3 changed files with 5216 additions and 36 deletions

View File

@@ -9,6 +9,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
## Next
- Added the `system` icon library and updated all components to use this instead of the default icon library [#420](https://github.com/shoelace-style/shoelace/issues/420)
- Updated to lit 2.0.0-rc.1 and lit-html 2.0.0-rc.2
## 2.0.0-beta.38

5247
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -39,8 +39,8 @@
"@popperjs/core": "^2.7.0",
"@shoelace-style/animations": "^1.1.0",
"color": "^3.1.3",
"lit": "^2.0.0-pre.1",
"lit-html": "^2.0.0-pre.6"
"lit": "^2.0.0-rc.1",
"lit-html": "^2.0.0-rc.2"
},
"devDependencies": {
"@types/color": "^3.0.1",