Skip to content

Commit

Permalink
Updates versions in package-lock.json and adds update commands to the…
Browse files Browse the repository at this point in the history
… README.md file
  • Loading branch information
ricardovdheijden committed Jun 4, 2024
1 parent 8786a01 commit 773ccef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Updating library version in package-lock.json.

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.
After publishing a new version to npm, the current repository need to be manually updated.

Note: the command below can only be executed when the app is not part of the monorepo setup.

```bash
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
```
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 773ccef

Please sign in to comment.