mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
update electron to v38 (#3876)
This commit is contained in:
@@ -38,7 +38,7 @@ Thanks to: @dathbe.
|
||||
|
||||
### Updated
|
||||
|
||||
- [core] Update dependencies including electron to v37 as well as github actions (#3831, #3849, #3857, #3858, #3872)
|
||||
- [core] Update dependencies including electron to v38 as well as github actions (#3831, #3849, #3857, #3858, #3872, #3876)
|
||||
- [weather] Update feels_like temperature calculation formula (#3869)
|
||||
|
||||
### Fixed
|
||||
|
507
package-lock.json
generated
507
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -71,7 +71,7 @@
|
||||
"dependencies": {
|
||||
"@fontsource/roboto": "^5.2.6",
|
||||
"@fontsource/roboto-condensed": "^5.2.6",
|
||||
"@fortawesome/fontawesome-free": "^7.0.0",
|
||||
"@fortawesome/fontawesome-free": "^7.0.1",
|
||||
"ajv": "^8.17.1",
|
||||
"animate.css": "^4.1.1",
|
||||
"console-stamp": "^3.1.2",
|
||||
@@ -101,11 +101,11 @@
|
||||
"cspell": "^9.2.1",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jest": "^29.0.1",
|
||||
"eslint-plugin-jsdoc": "^54.1.1",
|
||||
"eslint-plugin-jsdoc": "^54.3.1",
|
||||
"eslint-plugin-package-json": "^0.56.1",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.1.2",
|
||||
"jest": "^30.1.3",
|
||||
"jsdom": "^26.1.0",
|
||||
"lint-staged": "^16.1.6",
|
||||
"markdownlint-cli2": "^0.18.1",
|
||||
@@ -116,7 +116,7 @@
|
||||
"stylelint-prettier": "^5.0.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^37.4.0"
|
||||
"electron": "^38.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.14.0"
|
||||
|
Reference in New Issue
Block a user