Skip to content

Commit

Permalink
chore(extensions): add tabbable dependency to focus-trap-react (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
smoores-dev committed May 25, 2022
1 parent 86cf338 commit d1961ee
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .yarn/versions/adfd24fc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/extensions": patch
"@yarnpkg/plugin-compat": patch

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnp"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
6 changes: 6 additions & 0 deletions packages/yarnpkg-extensions/sources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -835,4 +835,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
[`eslint`]: `*`,
},
}],
// https://github.com/focus-trap/focus-trap-react/pull/691
[`focus-trap-react@^8.0.0`, {
dependencies: {
tabbable: `^5.3.2`,
},
}],
];

0 comments on commit d1961ee

Please sign in to comment.