Skip to content

Commit

Permalink
UI error when using iOS Theme fix #19
Browse files Browse the repository at this point in the history
Added HU and DE translation fix #23 and #20
Changed english text to include capitalization fixes #21
Bump dependecies
Code cleaned as SonarQube and ESLint
  • Loading branch information
argaar committed Jan 29, 2024
1 parent 8142496 commit 365ab47
Show file tree
Hide file tree
Showing 10 changed files with 279 additions and 285 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ The temperature bar idea was inspired by @madmicio 's ph-meter-temperature card

This card is available in the following languages:

German - by [@Andurilll](https://github.com/Andurilll)
English (default) - by [@argaar](https://github.com/argaar)
French - by [@GaPhi](https://github.com/GaPhi)
Hungarian - by [@n0is3r](https://github.com/n0is3r)
Italian - by [@argaar](https://github.com/argaar)
Portuguese - by [@FragMenthor](https://github.com/FragMenthor)
Russian - by [@kai-zer-ru](https://github.com/kai-zer-ru)
Expand Down
71 changes: 31 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comfortable-environment-card",
"version": "1.5.0",
"version": "1.5.7",
"description": "Lovelace comfortable-environment-card",
"keywords": [
"home-assistant",
Expand All @@ -19,53 +19,44 @@
"repository": "https://github.com/argaar/comfortable-environment-card.git",
"author": "Davide 'argaar' Foschi",
"license": "MIT",
"scripts": {
"start": "rollup -c rollup.config.dev.js --watch",
"build": "npm run lint && npm run rollup",
"lint": "eslint src/*.ts",
"rollup": "rollup -c"
},
"dependencies": {
"@lit-labs/scoped-registry-mixin": "^1.0.0",
"@material/mwc-formfield": "^0.25.3",
"@material/mwc-list": "^0.25.3",
"@material/mwc-menu": "^0.25.3",
"@material/mwc-notched-outline": "^0.25.3",
"@material/mwc-ripple": "^0.25.3",
"@material/mwc-select": "^0.25.3",
"@material/mwc-switch": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"@material/mwc-formfield": "^0.27.0",
"@material/mwc-list": "^0.27.0",
"@material/mwc-menu": "^0.27.0",
"@material/mwc-notched-outline": "^0.27.0",
"@material/mwc-ripple": "^0.27.0",
"@material/mwc-select": "^0.27.0",
"@material/mwc-switch": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"@mdi/js": "^7.4.47",
"custom-card-helpers": "^1.7.2",
"home-assistant-js-websocket": "^5.11.1",
"lit": "^2.0.0"
"lit": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@rollup/plugin-json": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"@rollup/plugin-json": "^6.1.0",
"@types/eslint": "^8.56.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"rollup": "^2.77.4-1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^4.4.3"
},
"resolutions": {
"lit": "^2.1.2",
"lit-html": "2.1.2",
"lit-element": "3.1.2",
"@lit/reactive-element": "1.2.1"
},
"scripts": {
"start": "rollup -c rollup.config.dev.js --watch",
"build": "npm run lint && npm run rollup",
"lint": "eslint src/*.ts",
"rollup": "rollup -c"
}
}
}
Loading

0 comments on commit 365ab47

Please sign in to comment.