Skip to content

Commit

Permalink
Update node engine minimum version to 18.19.1 (#3875)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Aug 28, 2024
1 parent 94054ab commit ee2e4ef
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 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 @@ -34,6 +34,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"
}
}
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 ee2e4ef

Please sign in to comment.