web: bump lit from 2.4.0 to 2.4.1 in /web (#3942)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit@2.4.1/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
57374586ac
commit
9cad24b180
|
@ -59,7 +59,7 @@
|
|||
"eslint-plugin-custom-elements": "0.0.6",
|
||||
"eslint-plugin-lit": "^1.6.1",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lit": "^2.4.0",
|
||||
"lit": "^2.4.1",
|
||||
"mermaid": "^9.2.0",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.7.1",
|
||||
|
@ -7195,9 +7195,9 @@
|
|||
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
|
||||
},
|
||||
"node_modules/lit": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.4.0.tgz",
|
||||
"integrity": "sha512-fdgzxEtLrZFQU/BqTtxFQCLwlZd9bdat+ltzSFjvWkZrs7eBmeX0L5MHUMb3kYIkuS8Xlfnii/iI5klirF8/Xg==",
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.4.1.tgz",
|
||||
"integrity": "sha512-qohSgLiyN1cFnJG26dIiY03S4F49857A0AHQfnS0zYtnUVnD2MFvx+UT52rtXsIuNFQrnUupX+zyGSATlk1f/A==",
|
||||
"dependencies": {
|
||||
"@lit/reactive-element": "^1.4.0",
|
||||
"lit-element": "^3.2.0",
|
||||
|
@ -15595,9 +15595,9 @@
|
|||
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
|
||||
},
|
||||
"lit": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.4.0.tgz",
|
||||
"integrity": "sha512-fdgzxEtLrZFQU/BqTtxFQCLwlZd9bdat+ltzSFjvWkZrs7eBmeX0L5MHUMb3kYIkuS8Xlfnii/iI5klirF8/Xg==",
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.4.1.tgz",
|
||||
"integrity": "sha512-qohSgLiyN1cFnJG26dIiY03S4F49857A0AHQfnS0zYtnUVnD2MFvx+UT52rtXsIuNFQrnUupX+zyGSATlk1f/A==",
|
||||
"requires": {
|
||||
"@lit/reactive-element": "^1.4.0",
|
||||
"lit-element": "^3.2.0",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"eslint-plugin-custom-elements": "0.0.6",
|
||||
"eslint-plugin-lit": "^1.6.1",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lit": "^2.4.0",
|
||||
"lit": "^2.4.1",
|
||||
"mermaid": "^9.2.0",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.7.1",
|
||||
|
|
Reference in New Issue