Skip to content

Commit 104621a

Browse files
committed
chore: bump deps
1 parent a1cde10 commit 104621a

5 files changed

Lines changed: 67 additions & 59 deletions

File tree

apps/web/components/ui/field.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
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",

apps/web/registry/ui/nvim-statusline.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)