Skip to content

Commit 5c4ac0a

Browse files
committed
fix: update Home Assistant version and dependencies for compatibility
1 parent 42281d0 commit 5c4ac0a

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"content_in_root": false,
44
"filename": "lcards.js",
55
"render_readme": true,
6-
"homeassistant": "2026.1.0"
6+
"homeassistant": "2026.3.0"
77
}

package-lock.json

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lcards",
3-
"version": "2026.03.09-alpha",
3+
"version": "2026.03.10-alpha",
44
"type": "module",
55
"description": "LCARdS - LCARS card system for Home Assistant",
66
"main": "index.js",
@@ -45,7 +45,7 @@
4545
"@codemirror/view": "^6.39.4",
4646
"@fsegurai/codemirror-theme-vscode-dark": "^6.2.3",
4747
"@replit/codemirror-indentation-markers": "^6.5.3",
48-
"animejs": "^4.0.0",
48+
"animejs": "^4.3.6",
4949
"apexcharts": "^3.54.1",
5050
"custom-card-helpers": "^1.9.0",
5151
"d3-selection": "^3.0.0",

0 commit comments

Comments
 (0)