mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
Engine except on node v21 (#3561)
in addition of #3559 except with node v21: no security updates and EOL
This commit is contained in:
parent
2e6e86887b
commit
ebaeed935f
@ -32,7 +32,7 @@ _This release is scheduled to be released on 2024-10-01._
|
||||
- [core] Updated SocketIO catch all to new API
|
||||
- [core] Allow custom modules positions by scanning index.html for the defined regions, instead of hard coded (PR #3518 fixes issue #3504)
|
||||
- [core] Detail optimizations in `config_check.js`
|
||||
- [core] Updated minimal needed node version in `package.json` (currently v20.9.0)
|
||||
- [core] Updated minimal needed node version in `package.json` (currently v20.9.0) (#3559) and except for v21 (no security updates) (#3561)
|
||||
- [linter] Switch to ESLint v9 and flat config and replace `eslint-plugin-unicorn` by `@eslint/js`
|
||||
|
||||
### Fixed
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -49,7 +49,7 @@
|
||||
"stylelint-prettier": "^5.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.9.0"
|
||||
"node": ">=20.9.0 <21 || 22"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^32.1.2"
|
||||
|
@ -97,7 +97,7 @@
|
||||
"electron": "^31.6.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.9.0"
|
||||
"node": ">=20.9.0 <21 || 22"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"node_helper": "js/node_helper.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user