Skip to content

Commit 5bcb2be

Browse files
build(deps): bump lit from 2.0.2 to 2.7.5
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.0.2 to 2.7.5. - [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/[email protected]/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 933b31c commit 5bcb2be

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@endo/marshal": "^0.8.5",
2929
"@endo/promise-kit": "^0.2.56",
3030
"@lit-labs/react": "^1.0.1",
31-
"lit": "2.0.2"
31+
"lit": "2.7.5"
3232
},
3333
"devDependencies": {
3434
"@custom-elements-manifest/analyzer": "^0.4.17",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,7 @@
25162516
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.1.tgz#64df34e2f12e68e78ac57e571d25ec07fa460ca9"
25172517
integrity sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ==
25182518

2519-
"@lit/reactive-element@^1.0.0", "@lit/reactive-element@^1.3.0":
2519+
"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.6.0":
25202520
version "1.6.2"
25212521
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.6.2.tgz#c256690f82f2d7d0ffb0b1cdf68dcb1ec86cea28"
25222522
integrity sha512-rDfl+QnCYjuIGf5xI2sVJWdYIi56CTCwWa+nidKYX6oIuBYwUbT/vX4qbUDlHiZKJ/3FRNQ/tWJui44p6/stSA==
@@ -8291,7 +8291,7 @@ lines-and-columns@~2.0.3:
82918291
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b"
82928292
integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
82938293

8294-
lit-element@^3.0.0:
8294+
lit-element@^3.3.0:
82958295
version "3.3.2"
82968296
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.3.2.tgz#9913bf220b85065f0e5f1bb8878cc44f36b50cfa"
82978297
integrity sha512-xXAeVWKGr4/njq0rGC9dethMnYCq5hpKYrgQZYTzawt9YQhMiXfD+T1RgrdY3NamOxwq2aXlb0vOI6e29CKgVQ==
@@ -8300,21 +8300,21 @@ lit-element@^3.0.0:
83008300
"@lit/reactive-element" "^1.3.0"
83018301
lit-html "^2.7.0"
83028302

8303-
lit-html@^2.0.0, lit-html@^2.7.0:
8303+
lit-html@^2.7.0:
83048304
version "2.7.4"
83058305
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.7.4.tgz#6d75001977c206683685b9d76594a516afda2954"
83068306
integrity sha512-/Jw+FBpeEN+z8X6PJva5n7+0MzCVAH2yypN99qHYYkq8bI+j7I39GH+68Z/MZD6rGKDK9RpzBw7CocfmHfq6+g==
83078307
dependencies:
83088308
"@types/trusted-types" "^2.0.2"
83098309

8310-
lit@2.0.2:
8311-
version "2.0.2"
8312-
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.2.tgz#5e6f422924e0732258629fb379556b6d23f7179c"
8313-
integrity sha512-hKA/1YaSB+P+DvKWuR2q1Xzy/iayhNrJ3aveD0OQ9CKn6wUjsdnF/7LavDOJsKP/K5jzW/kXsuduPgRvTFrFJw==
8310+
lit@2.7.5:
8311+
version "2.7.5"
8312+
resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.5.tgz#60bc82990cfad169d42cd786999356dcf79b035f"
8313+
integrity sha512-i/cH7Ye6nBDUASMnfwcictBnsTN91+aBjXoTHF2xARghXScKxpD4F4WYI+VLXg9lqbMinDfvoI7VnZXjyHgdfQ==
83148314
dependencies:
8315-
"@lit/reactive-element" "^1.0.0"
8316-
lit-element "^3.0.0"
8317-
lit-html "^2.0.0"
8315+
"@lit/reactive-element" "^1.6.0"
8316+
lit-element "^3.3.0"
8317+
lit-html "^2.7.0"
83188318

83198319
83208320
version "6.2.0"

0 commit comments

Comments
 (0)