mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
[core] test electron v32 and electron rebuild (#3584)
test deps: nan v2.22.0 and electron v32
This commit is contained in:
parent
7489e51a67
commit
1b80e87563
@ -18,6 +18,7 @@ _This release is scheduled to be released on 2025-01-01._
|
|||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
|
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
|
||||||
|
- [core] Update electron dependency to v32 (test electron rebuild)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
9
package-lock.json
generated
9
package-lock.json
generated
@ -13,6 +13,7 @@
|
|||||||
"ajv": "^8.17.1",
|
"ajv": "^8.17.1",
|
||||||
"ansis": "^3.3.2",
|
"ansis": "^3.3.2",
|
||||||
"console-stamp": "^3.1.2",
|
"console-stamp": "^3.1.2",
|
||||||
|
"electron": "^32.2.0",
|
||||||
"envsub": "^4.1.0",
|
"envsub": "^4.1.0",
|
||||||
"eslint": "^9.11.1",
|
"eslint": "^9.11.1",
|
||||||
"express": "^4.21.0",
|
"express": "^4.21.0",
|
||||||
@ -52,7 +53,7 @@
|
|||||||
"node": ">=20.9.0 <21 || 22"
|
"node": ">=20.9.0 <21 || 22"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^31.6.0"
|
"electron": "^32.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@altano/repository-tools": {
|
"node_modules/@altano/repository-tools": {
|
||||||
@ -4781,9 +4782,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/electron": {
|
"node_modules/electron": {
|
||||||
"version": "31.6.0",
|
"version": "32.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/electron/-/electron-31.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/electron/-/electron-32.2.0.tgz",
|
||||||
"integrity": "sha512-J64VtIF8DI/zsGgoYd3p5LbxAWjt59tk2cBSHJNzVhzgiVgDyPFkBwsqmN4gUvyv+6l6+WoYpYmYdapr2o4bPw==",
|
"integrity": "sha512-Xy82QBQrEiQysoxsv6lnhHAcWNNe6vV6QqH3OPFXhEj/T9oAsBHEhZuuYHINSSsUE7zRSj+J9sNwJYOjisT0Vw==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
"stylelint-prettier": "^5.0.2"
|
"stylelint-prettier": "^5.0.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^31.6.0"
|
"electron": "^32.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.9.0 <21 || 22"
|
"node": ">=20.9.0 <21 || 22"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user