web: bump lit from 2.7.0 to 2.7.1 in /web (#5159)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.7.0 to 2.7.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.7.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
315eae009f
commit
faf986c231
|
@ -59,7 +59,7 @@
|
|||
"eslint-plugin-custom-elements": "0.0.7",
|
||||
"eslint-plugin-lit": "^1.8.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lit": "^2.7.0",
|
||||
"lit": "^2.7.1",
|
||||
"mermaid": "^10.0.2",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.7",
|
||||
|
@ -6953,9 +6953,9 @@
|
|||
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
|
||||
},
|
||||
"node_modules/lit": {
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.7.0.tgz",
|
||||
"integrity": "sha512-qSy2BAVA+OiWtNptP404egcC/izDdNRw6iHGIbUmkZtbMJvPKfNsaoKrNs8Zmsbjmv5ZX2tur1l9TfzkSWWT4g==",
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/lit/-/lit-2.7.1.tgz",
|
||||
"integrity": "sha512-t1cVWUVQj+ucdx16QPvqzyHWYTj/bvlv6vRCUuZ5T/dA4W2Ui4a4tz7uJ1IhoTb9rKe3pTJiWmoN2GJGGteszw==",
|
||||
"dependencies": {
|
||||
"@lit/reactive-element": "^1.6.0",
|
||||
"lit-element": "^3.3.0",
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"eslint-plugin-custom-elements": "0.0.7",
|
||||
"eslint-plugin-lit": "^1.8.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lit": "^2.7.0",
|
||||
"lit": "^2.7.1",
|
||||
"mermaid": "^10.0.2",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.7",
|
||||
|
|
Reference in New Issue