update lit and lit-html

This commit is contained in:
Cory LaViska
2021-08-23 09:17:21 -04:00
parent d679d27043
commit a0d2dbf685
3 changed files with 20 additions and 18 deletions

View File

@@ -16,6 +16,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Improved color picker size
- Improved input icon contrast
- Removed elevation from `sl-color-picker` when rendered inline
- Updated to Lit 2.0.0-rc.3
- Updated to lit-html 2.0.0-rc.4
## 2.0.0-beta.48

32
package-lock.json generated
View File

@@ -13,8 +13,8 @@
"@shoelace-style/animations": "^1.1.0",
"color": "^3.1.3",
"globby": "^11.0.3",
"lit": "^2.0.0-rc.2",
"lit-html": "^2.0.0-rc.2",
"lit": "^2.0.0-rc.3",
"lit-html": "^2.0.0-rc.4",
"qr-creator": "^1.0.0"
},
"devDependencies": {
@@ -6129,13 +6129,13 @@
"dev": true
},
"node_modules/lit": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.2.tgz",
"integrity": "sha512-BOCuoJR04WaTV8UqTKk09cNcQA10Aq2LCcBOiHuF7TzWH5RNDsbCBP5QM9sLBSotGTXbDug/gFO08jq6TbyEtw==",
"version": "2.0.0-rc.3",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.3.tgz",
"integrity": "sha512-UZDLWuspl7saA+WvS0e+TE3NdGGE05hOIwUPTWiibs34c5QupcEzpjB/aElt79V9bELQVNbUUwa0Ow7D1Wuszw==",
"dependencies": {
"@lit/reactive-element": "^1.0.0-rc.2",
"lit-element": "^3.0.0-rc.2",
"lit-html": "^2.0.0-rc.3"
"lit-html": "^2.0.0-rc.4"
}
},
"node_modules/lit-element": {
@@ -6148,9 +6148,9 @@
}
},
"node_modules/lit-html": {
"version": "2.0.0-rc.3",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.3.tgz",
"integrity": "sha512-Y6P8LlAyQuqvzq6l/Nc4z5/P5M/rVLYKQIRxcNwSuGajK0g4kbcBFQqZmgvqKG+ak+dHZjfm2HUw9TF5N/pkCw==",
"version": "2.0.0-rc.4",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.4.tgz",
"integrity": "sha512-WSLGu3vxq7y8q/oOd9I3zxyBELNLLiDk6gAYoKK4PGctI5fbh6lhnO/jVBdy0PV/vTc+cLJCA/occzx3YoNPeg==",
"dependencies": {
"@types/trusted-types": "^1.0.1"
}
@@ -16121,13 +16121,13 @@
"dev": true
},
"lit": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.2.tgz",
"integrity": "sha512-BOCuoJR04WaTV8UqTKk09cNcQA10Aq2LCcBOiHuF7TzWH5RNDsbCBP5QM9sLBSotGTXbDug/gFO08jq6TbyEtw==",
"version": "2.0.0-rc.3",
"resolved": "https://registry.npmjs.org/lit/-/lit-2.0.0-rc.3.tgz",
"integrity": "sha512-UZDLWuspl7saA+WvS0e+TE3NdGGE05hOIwUPTWiibs34c5QupcEzpjB/aElt79V9bELQVNbUUwa0Ow7D1Wuszw==",
"requires": {
"@lit/reactive-element": "^1.0.0-rc.2",
"lit-element": "^3.0.0-rc.2",
"lit-html": "^2.0.0-rc.3"
"lit-html": "^2.0.0-rc.4"
}
},
"lit-element": {
@@ -16140,9 +16140,9 @@
}
},
"lit-html": {
"version": "2.0.0-rc.3",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.3.tgz",
"integrity": "sha512-Y6P8LlAyQuqvzq6l/Nc4z5/P5M/rVLYKQIRxcNwSuGajK0g4kbcBFQqZmgvqKG+ak+dHZjfm2HUw9TF5N/pkCw==",
"version": "2.0.0-rc.4",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.0.0-rc.4.tgz",
"integrity": "sha512-WSLGu3vxq7y8q/oOd9I3zxyBELNLLiDk6gAYoKK4PGctI5fbh6lhnO/jVBdy0PV/vTc+cLJCA/occzx3YoNPeg==",
"requires": {
"@types/trusted-types": "^1.0.1"
}

View File

@@ -43,8 +43,8 @@
"@shoelace-style/animations": "^1.1.0",
"color": "^3.1.3",
"globby": "^11.0.3",
"lit": "^2.0.0-rc.2",
"lit-html": "^2.0.0-rc.2",
"lit": "^2.0.0-rc.3",
"lit-html": "^2.0.0-rc.4",
"qr-creator": "^1.0.0"
},
"devDependencies": {