mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Update dependency tinykeys to v2 (#16873)
* Update dependency tinykeys to v2 * Switch to named import --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
parent
bcceef30bb
commit
d4f4ee1e59
@ -132,7 +132,7 @@
|
||||
"rrule": "2.7.2",
|
||||
"sortablejs": "1.15.0",
|
||||
"superstruct": "1.0.3",
|
||||
"tinykeys": "1.4.0",
|
||||
"tinykeys": "2.0.0",
|
||||
"tsparticles-engine": "2.9.3",
|
||||
"tsparticles-preset-links": "2.9.3",
|
||||
"unfetch": "5.0.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
import type { PropertyValues } from "lit";
|
||||
import tinykeys from "tinykeys";
|
||||
import { tinykeys } from "tinykeys";
|
||||
import { isComponentLoaded } from "../common/config/is_component_loaded";
|
||||
import { mainWindow } from "../common/dom/get_main_window";
|
||||
import {
|
||||
|
10
yarn.lock
10
yarn.lock
@ -9833,7 +9833,7 @@ __metadata:
|
||||
systemjs: 6.14.1
|
||||
tar: 6.1.15
|
||||
terser-webpack-plugin: 5.3.9
|
||||
tinykeys: 1.4.0
|
||||
tinykeys: 2.0.0
|
||||
ts-lit-plugin: 1.2.1
|
||||
tsparticles-engine: 2.9.3
|
||||
tsparticles-preset-links: 2.9.3
|
||||
@ -15217,10 +15217,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tinykeys@npm:1.4.0":
|
||||
version: 1.4.0
|
||||
resolution: "tinykeys@npm:1.4.0"
|
||||
checksum: 1a285204116f1150d761a5c34bac9340e9c66a2b1a619311c3e0581168bc086a0ba9ae844774b82cb3393a121def5738c1f33f426135052d5acbf7863e9268d2
|
||||
"tinykeys@npm:2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "tinykeys@npm:2.0.0"
|
||||
checksum: 2f81ce9660b27e3ea664c5afc3af89860254989bb194834b530f5ccad389fef2ddbdac8e6b4de8628c0f8e5b50957032d11a27232fc6666472212513c279a9c1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user