generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Upgrade UI5 Web Components version
deno edited this page Feb 14, 2025
·
5 revisions
- bump the version in
package.json
- delete
node_modules
folder and runyarn
to install the new versions - run
npx nx run-many --target=sync --all
- run
npx nx run-many --target=test --all
- (optional) run
npx nx run-many -u --target=test --all
and repeat step 4.; deleteyarn.lock
and reinstall the dependencies - update the versions of ui5-webcomponents in the files:
libs/transformer/package.json
andlibs/ui5-angular/package.json
- create a new branch and commit the changes
- open a PR