Since the version of dependency @orchestrator-ui/orchestrator-ui-components
is *
for proper usage in our Turborepo, we still need to update package-lock.json to make the build command build the app with the latest library version.
When a new version of any of the @orchestrator-ui/...
packages is available, the current repository needs to be manually updated.
Note: the command below can only be executed when the app is not part of the monorepo setup.
npm update @orchestrator-ui/orchestrator-ui-components
npm update @orchestrator-ui/eslint-config-custom
npm update @orchestrator-ui/jest-config
npm update @orchestrator-ui/tsconfig