Skip to content

Commit ea85ba1

Browse files
build(deps): bump lit from 2.0.2 to 2.7.6
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.0.2 to 2.7.6. - [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 4dd5c43 commit ea85ba1

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
@@ -27,7 +27,7 @@
2727
"@endo/marshal": "^0.8.5",
2828
"@endo/promise-kit": "^0.2.56",
2929
"@lit-labs/react": "^1.0.1",
30-
"lit": "2.0.2"
30+
"lit": "2.7.6"
3131
},
3232
"devDependencies": {
3333
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",

yarn.lock

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

2529-
"@lit/reactive-element@^1.0.0", "@lit/reactive-element@^1.3.0":
2529+
"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.6.0":
25302530
version "1.6.2"
25312531
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.6.2.tgz#c256690f82f2d7d0ffb0b1cdf68dcb1ec86cea28"
25322532
integrity sha512-rDfl+QnCYjuIGf5xI2sVJWdYIi56CTCwWa+nidKYX6oIuBYwUbT/vX4qbUDlHiZKJ/3FRNQ/tWJui44p6/stSA==
@@ -8350,7 +8350,7 @@ lines-and-columns@~2.0.3:
83508350
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b"
83518351
integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
83528352

8353-
lit-element@^3.0.0:
8353+
lit-element@^3.3.0:
83548354
version "3.3.2"
83558355
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.3.2.tgz#9913bf220b85065f0e5f1bb8878cc44f36b50cfa"
83568356
integrity sha512-xXAeVWKGr4/njq0rGC9dethMnYCq5hpKYrgQZYTzawt9YQhMiXfD+T1RgrdY3NamOxwq2aXlb0vOI6e29CKgVQ==
@@ -8359,21 +8359,21 @@ lit-element@^3.0.0:
83598359
"@lit/reactive-element" "^1.3.0"
83608360
lit-html "^2.7.0"
83618361

8362-
lit-html@^2.0.0, lit-html@^2.7.0:
8362+
lit-html@^2.7.0:
83638363
version "2.7.4"
83648364
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.7.4.tgz#6d75001977c206683685b9d76594a516afda2954"
83658365
integrity sha512-/Jw+FBpeEN+z8X6PJva5n7+0MzCVAH2yypN99qHYYkq8bI+j7I39GH+68Z/MZD6rGKDK9RpzBw7CocfmHfq6+g==
83668366
dependencies:
83678367
"@types/trusted-types" "^2.0.2"
83688368

8369-
lit@2.0.2:
8370-
version "2.0.2"
8371-
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.2.tgz#5e6f422924e0732258629fb379556b6d23f7179c"
8372-
integrity sha512-hKA/1YaSB+P+DvKWuR2q1Xzy/iayhNrJ3aveD0OQ9CKn6wUjsdnF/7LavDOJsKP/K5jzW/kXsuduPgRvTFrFJw==
8369+
lit@2.7.6:
8370+
version "2.7.6"
8371+
resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.6.tgz#810007b876ed43e0c70124de91831921598b1665"
8372+
integrity sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg==
83738373
dependencies:
8374-
"@lit/reactive-element" "^1.0.0"
8375-
lit-element "^3.0.0"
8376-
lit-html "^2.0.0"
8374+
"@lit/reactive-element" "^1.6.0"
8375+
lit-element "^3.3.0"
8376+
lit-html "^2.7.0"
83778377

83788378
83798379
version "6.2.0"

0 commit comments

Comments
 (0)