mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Upgrade a few bits of radix to fix some focus issues preventing keyboard controls from working
This commit is contained in:
parent
29ff09bb4c
commit
70dc051eac
2 changed files with 479 additions and 197 deletions
|
|
@ -21,13 +21,13 @@
|
|||
"@floating-ui/react": "^0.24.3",
|
||||
"@radix-ui/react-avatar": "^0.1.1",
|
||||
"@radix-ui/react-checkbox": "^0.1.5",
|
||||
"@radix-ui/react-dialog": "^0.1.1",
|
||||
"@radix-ui/react-dropdown-menu": "^0.1.6",
|
||||
"@radix-ui/react-dialog": "1.04",
|
||||
"@radix-ui/react-dropdown-menu": "2.0.5",
|
||||
"@radix-ui/react-id": "^0.1.1",
|
||||
"@radix-ui/react-popover": "^0.1.1",
|
||||
"@radix-ui/react-popover": "1.0.6",
|
||||
"@radix-ui/react-progress": "^1.0.1",
|
||||
"@radix-ui/react-separator": "^0.1.0",
|
||||
"@radix-ui/react-slider": "^1.1.0",
|
||||
"@radix-ui/react-slider": "1.1.2",
|
||||
"@radix-ui/react-switch": "^1.0.1",
|
||||
"@radix-ui/react-tooltip": "^0.1.7",
|
||||
"@sentry/nextjs": "^7.42.0",
|
||||
|
|
@ -111,4 +111,4 @@
|
|||
"node": "18.16.1",
|
||||
"yarn": "1.22.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue