File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ function Field({
7878} : React . ComponentProps < 'div' > & VariantProps < typeof fieldVariants > ) {
7979 return (
8080 < div
81+ // oxlint-disable-next-line jsx-a11y/prefer-tag-over-role
8182 role = 'group'
8283 data-slot = 'field'
8384 data-orientation = { orientation }
Original file line number Diff line number Diff line change 1717 },
1818 "dependencies" : {
1919 "@base-ui/react" : " ^1.4.1" ,
20- "@fumadocs/base-ui" : " ^16.8.9 " ,
20+ "@fumadocs/base-ui" : " ^16.8.10 " ,
2121 "@orama/orama" : " ^3.1.18" ,
2222 "class-variance-authority" : " ^0.7.1" ,
2323 "clsx" : " ^2.1.1" ,
24- "fumadocs-core" : " 16.8.9 " ,
25- "fumadocs-mdx" : " 15.0.2 " ,
24+ "fumadocs-core" : " 16.8.10 " ,
25+ "fumadocs-mdx" : " 15.0.4 " ,
2626 "lucide-react" : " ^1.14.0" ,
2727 "marked" : " ^18.0.3" ,
2828 "next" : " 16.2.6" ,
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ function NvimStatuslineSectionSeparator({
221221 return (
222222 < svg
223223 { ...props }
224+ // oxlint-disable-next-line jsx-a11y/prefer-tag-over-role
224225 role = 'img'
225226 viewBox = '0 0 24 24'
226227 xmlns = 'http://www.w3.org/2000/svg'
You can’t perform that action at this time.
0 commit comments