mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
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:
parent
a56b92990d
commit
b7371538bc
@ -23,7 +23,7 @@ _This release is scheduled to be released on 2023-07-01._
|
|||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- Added support for precipitation probability with openmeteo weather provider
|
- 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)
|
- Use node v20 in github workflow (replacing v14)
|
||||||
- Refactor formatTime into common util function for default modules
|
- Refactor formatTime into common util function for default modules
|
||||||
- Refactor some calendar methods into own class and added tests for them
|
- Refactor some calendar methods into own class and added tests for them
|
||||||
|
6858
package-lock.json
generated
6858
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -52,7 +52,7 @@
|
|||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-plugin-import": "^2.27.5",
|
||||||
"eslint-plugin-jest": "^27.2.1",
|
"eslint-plugin-jest": "^27.2.1",
|
||||||
"eslint-plugin-jsdoc": "^46.2.4",
|
"eslint-plugin-jsdoc": "^46.2.6",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"express-basic-auth": "^1.2.1",
|
"express-basic-auth": "^1.2.1",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
@ -63,18 +63,13 @@
|
|||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"pretty-quick": "^3.1.3",
|
"pretty-quick": "^3.1.3",
|
||||||
"sinon": "^15.1.0",
|
"sinon": "^15.1.0",
|
||||||
"stylelint": "^15.6.3",
|
"stylelint": "^15.7.0",
|
||||||
"stylelint-config-standard": "^33.0.0",
|
"stylelint-config-standard": "^33.0.0",
|
||||||
"stylelint-prettier": "^3.0.0",
|
"stylelint-prettier": "^3.0.0",
|
||||||
"suncalc": "^1.9.0"
|
"suncalc": "^1.9.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
|
||||||
"stylelint": {
|
|
||||||
"cosmiconfig": "8.1.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^25.0.1"
|
"electron": "^25.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user