New features in Yarn (or PNPM for that matter) is the workspace: protocol, which allows us to refer to workspace dependencies without needing to specify an exact version. This reduces the chances of merge conficts when these versions are bumped.
See:
(reported/suggested by @jonkoops who has offered to be a resource)