Skip to content

Commit

Permalink
Upgrade to lit3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed Oct 27, 2023
1 parent e675c25 commit a1f8639
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 179 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@lit-labs/scoped-registry-mixin": "^1.0.0",
"custom-card-helpers": "^1.8.0",
"home-assistant-js-websocket": "^8.0.0",
"lit": "^2.0.0",
"lit": "^3.0.0",
"luxon": "^3.4.3"
},
"devDependencies": {
Expand Down Expand Up @@ -47,10 +47,10 @@
"typescript": "*"
},
"resolutions": {
"lit": "^2.1.2",
"lit-html": "2.8.0",
"lit-element": "3.3.3",
"@lit/reactive-element": "1.6.3"
"lit": "^3.0.0",
"lit-html": "3.0.0",
"lit-element": "4.0.0",
"@lit/reactive-element": "2.0.0"
},
"scripts": {
"start": "rollup -c rollup.config.dev.js --watch",
Expand Down
Loading

0 comments on commit a1f8639

Please sign in to comment.