Bug report
As seen here: https://npmx.dev/package/radix-ui/v/1.4.3
The radix-ui package which exposes the "latest" version of all Radix Primitives from a single place and claim to "keep them up-to-date without worrying about conflicting or duplicate dependencies" (from changelog https://www.radix-ui.com/primitives/docs/overview/releases#january-22-2025)
Seems not correct, as some packages like @radix-ui/react-accessible-icon have new versions available (v1.1.7 vs v1.1.8).
The problem is that it duplicates dependencies unnecessarily in my node_modules, for example if cmdk uses @radix-ui/react-primitive v2.1.4, it also install v2.1.3 because it's what radix-ui depends on (not on the latest version).
Detected thanks to Node Modules Inspector:

Bug report
As seen here: https://npmx.dev/package/radix-ui/v/1.4.3
The
radix-uipackage which exposes the "latest" version of all Radix Primitives from a single place and claim to "keep them up-to-date without worrying about conflicting or duplicate dependencies" (from changelog https://www.radix-ui.com/primitives/docs/overview/releases#january-22-2025)Seems not correct, as some packages like
@radix-ui/react-accessible-iconhave new versions available (v1.1.7 vs v1.1.8).The problem is that it duplicates dependencies unnecessarily in my
node_modules, for example ifcmdkuses@radix-ui/react-primitivev2.1.4, it also install v2.1.3 because it's whatradix-uidepends on (not on the latest version).Detected thanks to Node Modules Inspector: