Skip to content

Commit

Permalink
ui5 tooling update build script (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Dec 4, 2023
1 parent 8a51bb0 commit af72533
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const folders = [
'client',
'client-frameworks-support/client-support-angular',
'client-frameworks-support/testing-utilities',
'client-frameworks-support/client-support-ui5',
'container',
'plugins',
'scripts',
Expand Down
1 change: 1 addition & 0 deletions bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const foldersToBundle = [
'client',
'client-frameworks-support/testing-utilities',
'client-frameworks-support/client-support-angular',
'client-frameworks-support/client-support-ui5',
'container',
'plugins'
];
Expand Down
12 changes: 6 additions & 6 deletions client-frameworks-support/client-support-ui5/package-lock.json

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

2 changes: 1 addition & 1 deletion client-frameworks-support/client-support-ui5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "rollup --config"
},
"dependencies": {
"@luigi-project/client": "^2.0.1"
"@luigi-project/client": "^2.7.3"
},
"devDependencies": {
"rollup": "^3.15.0",
Expand Down

0 comments on commit af72533

Please sign in to comment.