fix(turborepo): update package.json typo (#8621)
`@repo/ui` is being used as a monorepo dependency and `^` is not a valid
version number. This is supposed to be `*` as it is in other packages.
This causes `npm install` to fail while installing dependencies.