update deps and remove stylelint fix (#3120)

~~there are no "all" files in the v5 versions of roboto-fonts anymore so
I used the content of their css files in `roboto.css`~~

coming with separate PR
This commit is contained in:
Karsten Hassel 2023-06-08 22:40:23 +02:00 committed by GitHub
parent a56b92990d
commit b7371538bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6804 additions and 67 deletions

View File

@ -23,7 +23,7 @@ _This release is scheduled to be released on 2023-07-01._
### Updated
- Added support for precipitation probability with openmeteo weather provider
- Update electron to v25
- Update electron to v25 and other dependencies
- Use node v20 in github workflow (replacing v14)
- Refactor formatTime into common util function for default modules
- Refactor some calendar methods into own class and added tests for them

6858
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsdoc": "^46.2.4",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-prettier": "^4.2.1",
"express-basic-auth": "^1.2.1",
"husky": "^8.0.3",
@ -63,18 +63,13 @@
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"sinon": "^15.1.0",
"stylelint": "^15.6.3",
"stylelint": "^15.7.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"suncalc": "^1.9.0"
},
"overrides": {
"stylelint": {
"cosmiconfig": "8.1.3"
}
},
"optionalDependencies": {
"electron": "^25.0.1"
"electron": "^25.1.0"
},
"dependencies": {
"colors": "^1.4.0",