mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
continue from #3660 Fix: package-lock.json (check node engine)
This commit is contained in:
parent
6a09bc4ec4
commit
9d0501f240
@ -24,7 +24,7 @@ _This release is scheduled to be released on 2025-01-01._
|
|||||||
- [linter] Add linting for markdown files (#3646)
|
- [linter] Add linting for markdown files (#3646)
|
||||||
- [calendar] Add ability to display end date for full date events, where end is not same day (showEnd=true) (#3650)
|
- [calendar] Add ability to display end date for full date events, where end is not same day (showEnd=true) (#3650)
|
||||||
- [core] Add text to the config.js.sample file about the locale variable (#3654, #3655)
|
- [core] Add text to the config.js.sample file about the locale variable (#3654, #3655)
|
||||||
- [core] Add fetch timeout for all node_helpers (thru undici, forces node 20.18.1 minimum) to help on slower systems.
|
- [core] Add fetch timeout for all node_helpers (thru undici, forces node 20.18.1 minimum) to help on slower systems. (#3660) (3661)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -51,7 +51,7 @@
|
|||||||
"stylelint-prettier": "^5.0.2"
|
"stylelint-prettier": "^5.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.18.1 <21 || 22 || >=23"
|
"node": ">=20.18.1 <21 || >=22"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^32.2.7"
|
"electron": "^32.2.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user