Skip to content

Commit

Permalink
Merge branch 'main' into 3791-switch-client-code-from-js-to-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Aug 29, 2024
2 parents 8b16204 + ee2e4ef commit 34d0872
Show file tree
Hide file tree
Showing 29 changed files with 43 additions and 45 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript": "~4.6.4"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
},
"publishConfig": {
"directory": "dist/client-support-angular"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@luigi-project/client-support-ui5",
"version": "0.43.0",
"engines": {
"node": ">=18"
"node": ">=18.19.1"
},
"module": "ui5-support-lib.js",
"type": "module",
Expand Down

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 @@ -2,7 +2,7 @@
"name": "@luigi-project/client-support-ui5",
"version": "0.0.1",
"engines": {
"node": ">=18"
"node": ">=18.19.1"
},
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
],
"version": "2.15.0",
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}

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/testing-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
],
"version": "2.15.0",
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion client/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion container/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 container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"github-api": "^3.4.0"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
32 changes: 15 additions & 17 deletions core/examples/luigi-example-angular/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 core/examples/luigi-example-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"glob-parent": "6.0.2",
"lodash": "4.17.21",
"typescript": "5.4.2",
"webpack": "5.92.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion core/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 core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"url": "ssh://github.com/SAP/luigi.git"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"usePrettier": true
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion plugins/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 plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion scripts/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 scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"browserslist": "> 0.25%, not dead",
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion test/e2e-js-test-application/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 test/e2e-js-test-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"live-server": "^1.2.2"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion test/e2e-test-application/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 test/e2e-test-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"webpack-dev-server": "^5.0.4"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion website/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"unist-util-visit": "^4.1.2"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion website/fiddle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"fundamental-styles": "0.23.0"
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}
2 changes: 1 addition & 1 deletion website/landingpage/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
}
},
"engines": {
"node": ">=18"
"node": ">=18.19.1"
}
}

0 comments on commit 34d0872

Please sign in to comment.