Skip to content

Commit

Permalink
set test library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Postnovs authored and Ilja Postnovs committed Jan 25, 2024
1 parent 411d8ec commit 221d485
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/test/ws/project/mix/multits/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"ui5": {
"ui5parser": {
"ui5version": "1.84.41",
"additionalWorkspaces": [
"../app2"
]
Expand Down
5 changes: 5 additions & 0 deletions src/test/ws/project/mix/multits/app2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "ui5-typescript-helloworld",
"license": "Apache-2.0",
"ui5": {
"ui5parser": {
"ui5version": "1.84.41"
}
},
"devDependencies": {
"@types/jquery": "3.5.14",
"@types/openui5": "1.97.0",
Expand Down
2 changes: 1 addition & 1 deletion src/test/ws/project/proxyworkspace/frontend1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ui5": {
"ui5parser": {
"ui5version": "1.84.32"
"ui5version": "1.84.40"
}
}
}
2 changes: 1 addition & 1 deletion src/test/ws/project/proxyworkspace/frontend2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ui5": {
"ui5parser": {
"ui5version": "1.84.31"
"ui5version": "1.84.41"
}
},
"devDependencies": {
Expand Down

0 comments on commit 221d485

Please sign in to comment.