Skip to content

Commit

Permalink
Fix lit decorator issues, Build 1.8.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHagen authored Dec 6, 2024
2 parents cb9a67c + 6574310 commit 5e5296d
Show file tree
Hide file tree
Showing 7 changed files with 946 additions and 767 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## 1.8.3 - 2024-12-06

### 🔨 FIXED
- Not loading custom card due to dependecy issues

---

## 1.8.2 - 2024-09-26

### 🧹 Cleanup
Expand Down
82 changes: 54 additions & 28 deletions dist/weather-card.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@
"license": "MIT",
"type": "module",
"dependencies": {
"chart.js": "4.4.4",
"chart.js": "4.4.7",
"custom-card-helpers": "1.9.0",
"home-assistant-js-websocket": "9.4.0",
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@eslint/js": "^9.11.1",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@eslint/js": "^9.16.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.2",
"eslint": "^9.11.1",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-prettier": "^5.2.1",
"node": "^22.9.0",
"prettier": "^3.3.3",
"rollup": "^4.22.4",
"node": "^22.12.0",
"prettier": "^3.4.2",
"rollup": "^4.28.1",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"ts-lit-plugin": "^2.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"typescript-eslint": "^7.18.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 5e5296d

Please sign in to comment.