update dependencies incl. electron to v35 (#3733)

This commit is contained in:
Karsten Hassel 2025-03-05 12:28:25 +01:00 committed by GitHub
parent 66b8656595
commit 1fcc028e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 335 additions and 322 deletions

View File

@ -31,7 +31,7 @@ planned for 2025-04-01
### Updated
- [core] Update dependencies and formatting (#3693, #3717)
- [core] Update dependencies incl. electron to v35 and formatting (#3593, #3693, #3717)
- [core] Update ESLint and simplify config
### Fixed

View File

@ -9,19 +9,21 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.1.1",
"@fontsource/roboto-condensed": "^5.1.1"
"@fontsource/roboto": "^5.2.0",
"@fontsource/roboto-condensed": "^5.2.0"
}
},
"node_modules/@fontsource/roboto": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.1.1.tgz",
"integrity": "sha512-XwVVXtERDQIM7HPUIbyDe0FP4SRovpjF7zMI8M7pbqFp3ahLJsJTd18h+E6pkar6UbV3btbwkKjYARr5M+SQow=="
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.0.tgz",
"integrity": "sha512-RgDVfXtRZlMRBkzcVMETP0m5Xy8VaKAEnqTD2NFe34B6Qc2Xvn01Hxu3mdrF2My0YM0n4Iae5XWM7yzEsm4OZg==",
"license": "OFL-1.1"
},
"node_modules/@fontsource/roboto-condensed": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.1.1.tgz",
"integrity": "sha512-0SYkGnWPsvyCI3TAqBYAglfVUqVu/fsdgsyl5u396oK8ZgyamWHdQMFHDqCWrb4H4hNiewJT1l2ShDCA/cu6Ug=="
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.2.0.tgz",
"integrity": "sha512-j4e8QCvz4J14nVYONSZI8X7M9uiMH8vxt3DT37IendV8FTtSvwvvok1oTpRXrWT0YHQ0mUTbl2XUmBsCTiX4Lg==",
"license": "OFL-1.1"
}
}
}

View File

@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.1.1",
"@fontsource/roboto-condensed": "^5.1.1"
"@fontsource/roboto": "^5.2.0",
"@fontsource/roboto-condensed": "^5.2.0"
}
}

627
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.25.11",
"undici": "^7.3.0"
"undici": "^7.4.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.1.0",
@ -98,12 +98,12 @@
"playwright": "^1.50.1",
"prettier": "^3.5.2",
"sinon": "^19.0.2",
"stylelint": "^16.14.1",
"stylelint": "^16.15.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-prettier": "^5.0.3"
},
"optionalDependencies": {
"electron": "^32.3.0"
"electron": "^35.0.0"
},
"engines": {
"node": ">=20.18.1 <21 || >=22"