From f9e8dcb6d26b66af0e3bc73203e27fe05a57efb2 Mon Sep 17 00:00:00 2001 From: Stefan Cameron Date: Thu, 9 Jun 2022 18:40:37 -0500 Subject: [PATCH] Bump focus-trap to v6.9.4 for typings fix --- .changeset/fifty-experts-judge.md | 5 +++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/fifty-experts-judge.md diff --git a/.changeset/fifty-experts-judge.md b/.changeset/fifty-experts-judge.md new file mode 100644 index 00000000..5317b1b4 --- /dev/null +++ b/.changeset/fifty-experts-judge.md @@ -0,0 +1,5 @@ +--- +'focus-trap-react': patch +--- + +Bump focus-trap dependency to v6.9.4 to get typings fix. diff --git a/package.json b/package.json index bda76d06..29356915 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "typescript": "^4.7.3" }, "dependencies": { - "focus-trap": "^6.9.3" + "focus-trap": "^6.9.4" }, "peerDependencies": { "prop-types": "^15.8.1", diff --git a/yarn.lock b/yarn.lock index 24c7afa8..7d8a3281 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4516,10 +4516,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067" integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA== -focus-trap@^6.9.3: - version "6.9.3" - resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.9.3.tgz#2b9fae5b86c051a374f437e5ce171833efac0515" - integrity sha512-sUXiHx0QbF8SQMZGdxpu8V8zPcXx0BkU6Fj7t14csEknkcH1pnxorhhh1PfSaGjJj6gj3yiBRPxBV/qoHege3w== +focus-trap@^6.9.4: + version "6.9.4" + resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.9.4.tgz#436da1a1d935c48b97da63cd8f361c6f3aa16444" + integrity sha512-v2NTsZe2FF59Y+sDykKY+XjqZ0cPfhq/hikWVL88BqLivnNiEffAsac6rP6H45ff9wG9LL5ToiDqrLEP9GX9mw== dependencies: tabbable "^5.3.3"