Skip to content

Commit

Permalink
Downgrade from lit-element 3 to 2 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling authored Nov 16, 2023
1 parent ef3b4e2 commit 3acdd32
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"@lit-labs/scoped-registry-mixin": "^1.0.0",
"custom-card-helpers": "^1.8.0",
"home-assistant-js-websocket": "^9.0.0",
"lit": "^2.0.0",
"lit": "^2.8.0",
"lit-html": "2.8.0",
"lit-element": "2.5.1",
"@lit/reactive-element": "1.6.3",
"luxon": "^3.4.3"
},
"devDependencies": {
Expand All @@ -46,12 +49,6 @@
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "*"
},
"resolutions": {
"lit": "^2.8.0",
"lit-html": "2.8.0",
"lit-element": "3.3.3",
"@lit/reactive-element": "1.6.3"
},
"scripts": {
"start": "rollup -c rollup.config.dev.js --watch",
"build": "yarn rollup",
Expand Down
25 changes: 23 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,14 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"

lit-element@3.3.3, lit-element@^3.3.0:
lit-element@2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-2.5.1.tgz#3fa74b121a6cd22902409ae3859b7847d01aa6b6"
integrity sha512-ogu7PiJTA33bEK0xGu1dmaX5vhcRjBXCFexPja0e7P7jqLhTpNKYRPmE+GmiCaRVAbiQKGkUgkh/i6+bh++dPQ==
dependencies:
lit-html "^1.1.1"

lit-element@^3.3.0:
version "3.3.3"
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.3.3.tgz#10bc19702b96ef5416cf7a70177255bfb17b3209"
integrity sha512-XbeRxmTHubXENkV4h8RIPyr8lXc+Ff28rkcQzw3G6up2xg5E8Zu1IgOWIwBLEQsu3cOVFqdYwiVi0hv0SlpqUA==
Expand All @@ -1887,7 +1894,21 @@ lit-html@2.8.0, lit-html@^2.8.0:
dependencies:
"@types/trusted-types" "^2.0.2"

lit@^2.0.0, "lit@^2.0.0 || ^3.0.0", lit@^2.1.1, lit@^2.8.0:
lit-html@^1.1.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.4.1.tgz#0c6f3ee4ad4eb610a49831787f0478ad8e9ae5e0"
integrity sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==

"lit@^2.0.0 || ^3.0.0":
version "3.0.2"
resolved "https://registry.yarnpkg.com/lit/-/lit-3.0.2.tgz#e22e90c2cbcc3f37bf3c2558df66f3af4331c9cf"
integrity sha512-ZoVUPGgXOQocP4OvxehEOBmC4rWB4cRYDPaz7aFmH8DFytsCi/NeACbr4C6vNPGDEC07BrhUos7uVNayDKLQ2Q==
dependencies:
"@lit/reactive-element" "^2.0.0"
lit-element "^4.0.0"
lit-html "^3.0.0"

lit@^2.1.1, lit@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.8.0.tgz#4d838ae03059bf9cafa06e5c61d8acc0081e974e"
integrity sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==
Expand Down

0 comments on commit 3acdd32

Please sign in to comment.