chore: move to using radix-ui over @radix-ui/react-* (#23911)

This pull-request moves using to using the plain `radix-ui` package over
`@radix-ui/react-*` packages. Put simply, now we're not going to run
into issues with inconsistent radix dependencies. This will have no
effect to how the code is built, but will give us a single place to
import from.
This commit is contained in:
Jake Howell
2026-04-02 18:49:33 +11:00
committed by GitHub
parent 7757cd8e08
commit ba0a64d483
24 changed files with 616 additions and 226 deletions
-3
View File
@@ -82,9 +82,6 @@ updates:
mui:
patterns:
- "@mui*"
radix:
patterns:
- "@radix-ui/*"
react:
patterns:
- "react"