Skip to content

Commit d1961ee

Browse files
authored
chore(extensions): add tabbable dependency to focus-trap-react (#4492)
1 parent 86cf338 commit d1961ee

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.yarn/versions/adfd24fc.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
releases:
2+
"@yarnpkg/cli": patch
3+
"@yarnpkg/extensions": patch
4+
"@yarnpkg/plugin-compat": patch
5+
6+
declined:
7+
- "@yarnpkg/plugin-constraints"
8+
- "@yarnpkg/plugin-dlx"
9+
- "@yarnpkg/plugin-essentials"
10+
- "@yarnpkg/plugin-init"
11+
- "@yarnpkg/plugin-interactive-tools"
12+
- "@yarnpkg/plugin-nm"
13+
- "@yarnpkg/plugin-npm-cli"
14+
- "@yarnpkg/plugin-pack"
15+
- "@yarnpkg/plugin-patch"
16+
- "@yarnpkg/plugin-pnp"
17+
- "@yarnpkg/plugin-pnpm"
18+
- "@yarnpkg/plugin-stage"
19+
- "@yarnpkg/plugin-typescript"
20+
- "@yarnpkg/plugin-version"
21+
- "@yarnpkg/plugin-workspace-tools"
22+
- "@yarnpkg/builder"
23+
- "@yarnpkg/core"
24+
- "@yarnpkg/doctor"

packages/yarnpkg-extensions/sources/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,4 +835,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
835835
[`eslint`]: `*`,
836836
},
837837
}],
838+
// https://github.com/focus-trap/focus-trap-react/pull/691
839+
[`focus-trap-react@^8.0.0`, {
840+
dependencies: {
841+
tabbable: `^5.3.2`,
842+
},
843+
}],
838844
];

0 commit comments

Comments
 (0)