mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
update deps and fix style issue in js/class.js (#3289)
see title, should be merged because style tests are failing, see https://github.com/MichMich/MagicMirror/pull/3284#issuecomment-1854513673
This commit is contained in:
parent
55cd03576f
commit
d5406f4900
@ -43,6 +43,7 @@ _This release is scheduled to be released on 2024-01-01._
|
|||||||
- Fix electron loadurl locally on Windows when address "0.0.0.0" (#2550)
|
- Fix electron loadurl locally on Windows when address "0.0.0.0" (#2550)
|
||||||
- Fix updatanotification (update_helper.js): catch error if reponse is not an JSON format (check PM2)
|
- Fix updatanotification (update_helper.js): catch error if reponse is not an JSON format (check PM2)
|
||||||
- Fix missing typeof in calendar module
|
- Fix missing typeof in calendar module
|
||||||
|
- Fix style issues after prettier update
|
||||||
|
|
||||||
## [2.25.0] - 2023-10-01
|
## [2.25.0] - 2023-10-01
|
||||||
|
|
||||||
|
8
fonts/package-lock.json
generated
8
fonts/package-lock.json
generated
@ -8,7 +8,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/roboto": "^5.0.8",
|
"@fontsource/roboto": "^5.0.8",
|
||||||
"@fontsource/roboto-condensed": "^5.0.13"
|
"@fontsource/roboto-condensed": "^5.0.14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@fontsource/roboto": {
|
"node_modules/@fontsource/roboto": {
|
||||||
@ -17,9 +17,9 @@
|
|||||||
"integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA=="
|
"integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA=="
|
||||||
},
|
},
|
||||||
"node_modules/@fontsource/roboto-condensed": {
|
"node_modules/@fontsource/roboto-condensed": {
|
||||||
"version": "5.0.13",
|
"version": "5.0.14",
|
||||||
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.13.tgz",
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.14.tgz",
|
||||||
"integrity": "sha512-ULmjcNq/DMNswAEgOsWLsjvjxxovuiLJSXPaMHE2FNYvjKiD2Gh5Hzh0QujuBdTxMK6Jn/iCKgfCAtWq5mGXrg=="
|
"integrity": "sha512-ZNBHUhE5/3z9efMIjpBblFsfLHgGotJjlzKd5Q8DODbkRRWy6Yh+JnbiaJZ8zwQyHyYBNOolk57BG4BcjSzrRg=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/roboto": "^5.0.8",
|
"@fontsource/roboto": "^5.0.8",
|
||||||
"@fontsource/roboto-condensed": "^5.0.13"
|
"@fontsource/roboto-condensed": "^5.0.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
972
package-lock.json
generated
972
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -49,7 +49,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://magicmirror.builders",
|
"homepage": "https://magicmirror.builders",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-import": "^2.29.0",
|
"eslint-plugin-import": "^2.29.0",
|
||||||
"eslint-plugin-jest": "^27.6.0",
|
"eslint-plugin-jest": "^27.6.0",
|
||||||
"eslint-plugin-jsdoc": "^46.9.0",
|
"eslint-plugin-jsdoc": "^46.9.0",
|
||||||
@ -58,14 +58,14 @@
|
|||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"jsdom": "^23.0.1",
|
"jsdom": "^23.0.1",
|
||||||
"lint-staged": "^15.1.0",
|
"lint-staged": "^15.2.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"playwright": "^1.40.1",
|
"playwright": "^1.40.1",
|
||||||
"prettier": "^3.1.0",
|
"prettier": "^3.1.1",
|
||||||
"sinon": "^17.0.1",
|
"sinon": "^17.0.1",
|
||||||
"stylelint": "^15.11.0",
|
"stylelint": "^16.0.2",
|
||||||
"stylelint-config-standard": "^34.0.0",
|
"stylelint-config-standard": "^35.0.0",
|
||||||
"stylelint-prettier": "^4.1.0",
|
"stylelint-prettier": "^5.0.0",
|
||||||
"suncalc": "^1.9.0"
|
"suncalc": "^1.9.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"command-exists": "^1.2.9",
|
"command-exists": "^1.2.9",
|
||||||
"console-stamp": "^3.1.2",
|
"console-stamp": "^3.1.2",
|
||||||
"envsub": "^4.1.0",
|
"envsub": "^4.1.0",
|
||||||
"eslint": "^8.54.0",
|
"eslint": "^8.55.0",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"express-ipfilter": "^1.3.1",
|
"express-ipfilter": "^1.3.1",
|
||||||
"feedme": "^2.0.2",
|
"feedme": "^2.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user