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 ### 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 - [core] Update ESLint and simplify config
### Fixed ### Fixed

View File

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

View File

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