From 87ae9bbc12c1cddb8ca4685c4c46d01d11025ae0 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 20 Apr 2023 19:48:43 -0700 Subject: [PATCH] Add focus-trap Signed-off-by: Christopher Ng --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 7935c6febfb..a6d97581bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,7 @@ "debounce": "^1.2.1", "dompurify": "^2.3.6", "escape-html": "^1.0.3", + "focus-trap": "^7.4.0", "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", diff --git a/package.json b/package.json index e50ae62bb58..a918d378f4a 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "debounce": "^1.2.1", "dompurify": "^2.3.6", "escape-html": "^1.0.3", + "focus-trap": "^7.4.0", "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", -- 2.39.5