diff --git a/package.json b/package.json index f76945ef96..f9fb14b6d9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/state/quick-bar-mixin.ts b/src/state/quick-bar-mixin.ts index 04659ac940..0ccaf9f091 100644 --- a/src/state/quick-bar-mixin.ts +++ b/src/state/quick-bar-mixin.ts @@ -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 { diff --git a/yarn.lock b/yarn.lock index 90c2c21078..dfb6164030 100644 --- a/yarn.lock +++ b/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