Upgrade to lit (not lit-element / lit-html)

This commit is contained in:
Dermot Duffy
2021-09-05 09:33:47 -07:00
parent 5b2c9ed5b2
commit 5ab20a5fd9
4 changed files with 35 additions and 44 deletions
+9 -11
View File
@@ -1,6 +1,6 @@
{
"name": "frigate-hass-card",
"version": "0.0.1",
"version": "1.0.0",
"description": "Frigate Lovelace Card for Home Assistant",
"keywords": [
"frigate",
@@ -18,23 +18,22 @@
"custom-card-helpers": "^1.7.2",
"dayjs": "^1.10.6",
"home-assistant-js-websocket": "^5.11.1",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
"zod": "^3.8.1"
"lit": "^2.0.0-rc.2",
"zod": "^3.8.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@rollup/plugin-json": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^3.4.1",
"npm-check-updates": "^11.8.3",
"npm-check-updates": "^11.8.5",
"prettier": "^2.3.2",
"rollup": "^2.56.3",
"rollup-plugin-babel": "^4.4.0",
@@ -44,8 +43,7 @@
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"sass": "^1.38.1",
"sass": "^1.39.0",
"typescript": "^4.4.2"
},
"scripts": {