From 9f8d3e723a1c42f87d6a5529181269b7ae4ddca2 Mon Sep 17 00:00:00 2001 From: elrrrrrrr Date: Mon, 22 Apr 2024 11:29:54 +0800 Subject: [PATCH] feta: add react-focus-lock (#249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加 `react-focus-lock` bug-versions 配置 * 1.12.0 => 1.11.3 ## Summary by CodeRabbit - **New Features** - Integrated `react-focus-lock` to enhance keyboard navigation accessibility by locking focus within pop-ups and modal windows. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index f37d5f4..7f54983 100644 --- a/package.json +++ b/package.json @@ -1129,6 +1129,12 @@ "version": "1.2.11", "reason": "https://github.com/advisories/GHSA-xv2f-5jw4-v95m" } + }, + "react-focus-lock": { + "1.12.0": { + "version": "1.11.3", + "reason": "https://github.com/theKashey/react-focus-lock/issues/301" + } } } }