Skip to content

Commit 300399e

Browse files
chore(deps-dev): bump lit from 2.8.0 to 3.1.1 (#2432)
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.8.0 to 3.1.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/[email protected]/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 674e6aa commit 300399e

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@whitespace/storybook-addon-html": "^5.1.6",
4343
"chromatic": "^10.2.0",
4444
"file-loader": "6.2.0",
45-
"lit": "^2.8.0",
45+
"lit": "^3.1.1",
4646
"lodash-es": "^4.17.21",
4747
"postcss": "^7.0.36",
4848
"postcss-class-prefix": "^0.3.0",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,17 +1981,17 @@
19811981
write-pkg "4.0.0"
19821982
yargs "16.2.0"
19831983

1984-
"@lit-labs/ssr-dom-shim@^1.0.0", "@lit-labs/ssr-dom-shim@^1.1.0":
1984+
"@lit-labs/ssr-dom-shim@^1.1.2":
19851985
version "1.1.2"
19861986
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz#d693d972974a354034454ec1317eb6afd0b00312"
19871987
integrity sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g==
19881988

1989-
"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.6.0":
1990-
version "1.6.3"
1991-
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.6.3.tgz#25b4eece2592132845d303e091bad9b04cdcfe03"
1992-
integrity sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ==
1989+
"@lit/reactive-element@^2.0.0":
1990+
version "2.0.3"
1991+
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-2.0.3.tgz#29d7d4ee8d9b00804be957cc6937577eb4d3db63"
1992+
integrity sha512-e067EuTNNgOHm1tZcc0Ia7TCzD/9ZpoPegHKgesrGK6pSDRGkGDAQbYuQclqLPIoJ9eC8Kb9mYtGryWcM5AywA==
19931993
dependencies:
1994-
"@lit-labs/ssr-dom-shim" "^1.0.0"
1994+
"@lit-labs/ssr-dom-shim" "^1.1.2"
19951995

19961996
"@ljharb/through@^2.3.11":
19971997
version "2.3.11"
@@ -11694,30 +11694,30 @@ [email protected]:
1169411694
rfdc "^1.3.0"
1169511695
wrap-ansi "^8.1.0"
1169611696

11697-
lit-element@^3.3.0:
11698-
version "3.3.3"
11699-
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.3.3.tgz#10bc19702b96ef5416cf7a70177255bfb17b3209"
11700-
integrity sha512-XbeRxmTHubXENkV4h8RIPyr8lXc+Ff28rkcQzw3G6up2xg5E8Zu1IgOWIwBLEQsu3cOVFqdYwiVi0hv0SlpqUA==
11697+
lit-element@^4.0.0:
11698+
version "4.0.3"
11699+
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-4.0.3.tgz#18239840a7c1a6a6e09c6ed3b5cd3db0512ebf15"
11700+
integrity sha512-2vhidmC7gGLfnVx41P8UZpzyS0Fb8wYhS5RCm16cMW3oERO0Khd3EsKwtRpOnttuByI5rURjT2dfoA7NlInCNw==
1170111701
dependencies:
11702-
"@lit-labs/ssr-dom-shim" "^1.1.0"
11703-
"@lit/reactive-element" "^1.3.0"
11704-
lit-html "^2.8.0"
11702+
"@lit-labs/ssr-dom-shim" "^1.1.2"
11703+
"@lit/reactive-element" "^2.0.0"
11704+
lit-html "^3.1.0"
1170511705

11706-
lit-html@^2.8.0:
11707-
version "2.8.0"
11708-
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.8.0.tgz#96456a4bb4ee717b9a7d2f94562a16509d39bffa"
11709-
integrity sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==
11706+
lit-html@^3.1.0:
11707+
version "3.1.1"
11708+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-3.1.1.tgz#50c2e74a2074f85fc9816676ac11cf0c96f257c3"
11709+
integrity sha512-x/EwfGk2D/f4odSFM40hcGumzqoKv0/SUh6fBO+1Ragez81APrcAMPo1jIrCDd9Sn+Z4CT867HWKViByvkDZUA==
1171011710
dependencies:
1171111711
"@types/trusted-types" "^2.0.2"
1171211712

11713-
lit@^2.8.0:
11714-
version "2.8.0"
11715-
resolved "https://registry.yarnpkg.com/lit/-/lit-2.8.0.tgz#4d838ae03059bf9cafa06e5c61d8acc0081e974e"
11716-
integrity sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==
11713+
lit@^3.1.1:
11714+
version "3.1.1"
11715+
resolved "https://registry.yarnpkg.com/lit/-/lit-3.1.1.tgz#49340c8875019a777cc83904f75a2bf7764617dc"
11716+
integrity sha512-hF1y4K58+Gqrz+aAPS0DNBwPqPrg6P04DuWK52eMkt/SM9Qe9keWLcFgRcEKOLuDlRZlDsDbNL37Vr7ew1VCuw==
1171711717
dependencies:
11718-
"@lit/reactive-element" "^1.6.0"
11719-
lit-element "^3.3.0"
11720-
lit-html "^2.8.0"
11718+
"@lit/reactive-element" "^2.0.0"
11719+
lit-element "^4.0.0"
11720+
lit-html "^3.1.0"
1172111721

1172211722
1172311723
version "6.2.0"

0 commit comments

Comments
 (0)