mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-11 11:26:35 +00:00
Cleanup (#7702)
This commit is contained in:
parent
d6f3c34b33
commit
e37b7bd73f
@ -90,7 +90,6 @@
|
|||||||
"codemirror": "^5.49.0",
|
"codemirror": "^5.49.0",
|
||||||
"comlink": "^4.3.0",
|
"comlink": "^4.3.0",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
"cpx": "^1.5.0",
|
|
||||||
"cropperjs": "^1.5.7",
|
"cropperjs": "^1.5.7",
|
||||||
"deep-clone-simple": "^1.1.1",
|
"deep-clone-simple": "^1.1.1",
|
||||||
"deep-freeze": "^0.0.1",
|
"deep-freeze": "^0.0.1",
|
||||||
@ -162,6 +161,7 @@
|
|||||||
"@typescript-eslint/parser": "^4.4.0",
|
"@typescript-eslint/parser": "^4.4.0",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
|
"cpx": "^1.5.0",
|
||||||
"del": "^4.0.0",
|
"del": "^4.0.0",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-config-airbnb-typescript": "^7.2.1",
|
"eslint-config-airbnb-typescript": "^7.2.1",
|
||||||
|
@ -10,8 +10,7 @@ Code distributed by Google as part of the polymer project is also
|
|||||||
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||||
*/
|
*/
|
||||||
import { AppStorageBehavior } from "@polymer/app-storage/app-storage-behavior";
|
import { AppStorageBehavior } from "@polymer/app-storage/app-storage-behavior";
|
||||||
import { Polymer } from "@polymer/polymer/lib/legacy/polymer-fn";
|
import { Polymer } from "@polymer/polymer/polymer-legacy";
|
||||||
import "@polymer/polymer/polymer-legacy";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* app-localstorage-document synchronizes storage between an in-memory
|
* app-localstorage-document synchronizes storage between an in-memory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user