diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 822c0ffc9..e84043d96 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 5ca2139c6..d2d9dd381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 404e580e8..b532311bf 100644 --- a/package.json +++ b/package.json @@ -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": {