From becba5495ee34041b96d60663e5f95c6f324d093 Mon Sep 17 00:00:00 2001 From: rameel Date: Sun, 5 Apr 2026 00:16:36 +0500 Subject: [PATCH] Update @ramstack/hotkey --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- tests/playwright/x-hotkey.spec.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7201113..c68b4ee 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@conventional-changelog/git-client": "^2.6.0", "@playwright/test": "^1.59.1", - "@ramstack/hotkey": "^1.1.1", + "@ramstack/hotkey": "^1.2.0", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9256587..6f19bc1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^1.59.1 version: 1.59.1 '@ramstack/hotkey': - specifier: ^1.1.1 - version: 1.1.1 + specifier: ^1.2.0 + version: 1.2.0 '@rollup/plugin-alias': specifier: ^6.0.0 version: 6.0.0(rollup@4.60.1) @@ -393,8 +393,8 @@ packages: '@polka/url@1.0.0-next.29': resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} - '@ramstack/hotkey@1.1.1': - resolution: {integrity: sha512-shk/4bze9A8jxfik6EzDOz5Xt/AIC4eDij9trZkLenKbmuHvoWFy5TrswlpadfH8iYu0hzOUf7b2hv6/U1HizA==} + '@ramstack/hotkey@1.2.0': + resolution: {integrity: sha512-OxwCwW12a60F/gXvfyc1tgh3UE/MjgrPP03Me7AeC1wLIbxgIRoj4PzkdEjxsiBOYp8fkYFFY1bboL+C6H/9aA==} '@rollup/plugin-alias@6.0.0': resolution: {integrity: sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==} @@ -2053,7 +2053,7 @@ snapshots: '@polka/url@1.0.0-next.29': {} - '@ramstack/hotkey@1.1.1': {} + '@ramstack/hotkey@1.2.0': {} '@rollup/plugin-alias@6.0.0(rollup@4.60.1)': optionalDependencies: diff --git a/tests/playwright/x-hotkey.spec.js b/tests/playwright/x-hotkey.spec.js index 3a87fe7..ff5dbdf 100644 --- a/tests/playwright/x-hotkey.spec.js +++ b/tests/playwright/x-hotkey.spec.js @@ -190,7 +190,7 @@ test("x-hotkey cleans up listener when element is removed", async ({ page }) => test("x-hotkey .once modifier fires only once", async ({ page }) => { await set_html(page, `
-
+
`);