mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-05 07:08:19 +00:00
update deps and package.json's (eslint) (#3406)
This commit is contained in:
parent
be63e365bd
commit
fd44445ec3
@ -24,7 +24,7 @@ _This release is scheduled to be released on 2024-04-01._
|
|||||||
- Rework logging colors (#3350)
|
- Rework logging colors (#3350)
|
||||||
- Update pm2 to v5.3.1 with no allow-ghsas (#3364)
|
- Update pm2 to v5.3.1 with no allow-ghsas (#3364)
|
||||||
- [chore] Update husky and let lint-staged fix ESLint issues
|
- [chore] Update husky and let lint-staged fix ESLint issues
|
||||||
- [chore] Update dependencies including electron to v28 (#3357) and node-ical
|
- [chore] Update dependencies including electron to v29 (#3357) and node-ical
|
||||||
- Updated translations for estonian (#3371)
|
- Updated translations for estonian (#3371)
|
||||||
- Update electron to v29 and update other dependencies
|
- Update electron to v29 and update other dependencies
|
||||||
- Updated layout of current weather indoor values
|
- Updated layout of current weather indoor values
|
||||||
|
@ -2,7 +2,10 @@
|
|||||||
"name": "magicmirror-fonts",
|
"name": "magicmirror-fonts",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Package for fonts use by MagicMirror² core.",
|
"description": "Package for fonts use by MagicMirror² core.",
|
||||||
"repository": "MagicMirrorOrg/MagicMirror",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
||||||
|
1260
package-lock.json
generated
1260
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
@ -28,7 +28,10 @@
|
|||||||
"lint:staged": "lint-staged",
|
"lint:staged": "lint-staged",
|
||||||
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo no husky installed."
|
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo no husky installed."
|
||||||
},
|
},
|
||||||
"repository": "MagicMirrorOrg/MagicMirror",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"magic mirror",
|
"magic mirror",
|
||||||
"magicmirror",
|
"magicmirror",
|
||||||
@ -50,7 +53,7 @@
|
|||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
"eslint-plugin-jest": "^27.9.0",
|
"eslint-plugin-jest": "^27.9.0",
|
||||||
"eslint-plugin-jsdoc": "^48.2.1",
|
"eslint-plugin-jsdoc": "^48.2.1",
|
||||||
"eslint-plugin-package-json": "^0.10.4",
|
"eslint-plugin-package-json": "^0.12.0",
|
||||||
"eslint-plugin-unicorn": "^51.0.1",
|
"eslint-plugin-unicorn": "^51.0.1",
|
||||||
"express-basic-auth": "^1.2.1",
|
"express-basic-auth": "^1.2.1",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.0.11",
|
||||||
@ -60,19 +63,19 @@
|
|||||||
"playwright": "^1.42.1",
|
"playwright": "^1.42.1",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"sinon": "^17.0.1",
|
"sinon": "^17.0.1",
|
||||||
"stylelint": "^16.2.1",
|
"stylelint": "^16.3.1",
|
||||||
"stylelint-config-standard": "^36.0.0",
|
"stylelint-config-standard": "^36.0.0",
|
||||||
"stylelint-prettier": "^5.0.0"
|
"stylelint-prettier": "^5.0.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron": "^29.1.5"
|
"electron": "^29.1.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansis": "^2.3.0",
|
"ansis": "^2.3.0",
|
||||||
"console-stamp": "^3.1.2",
|
"console-stamp": "^3.1.2",
|
||||||
"envsub": "^4.1.0",
|
"envsub": "^4.1.0",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"express": "^4.19.1",
|
"express": "^4.19.2",
|
||||||
"express-ipfilter": "^1.3.2",
|
"express-ipfilter": "^1.3.2",
|
||||||
"feedme": "^2.0.2",
|
"feedme": "^2.0.2",
|
||||||
"helmet": "^7.1.0",
|
"helmet": "^7.1.0",
|
||||||
|
5
vendor/package.json
vendored
5
vendor/package.json
vendored
@ -2,7 +2,10 @@
|
|||||||
"name": "magicmirror-vendors",
|
"name": "magicmirror-vendors",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Package for vendors use by MagicMirror² core.",
|
"description": "Package for vendors use by MagicMirror² core.",
|
||||||
"repository": "MagicMirrorOrg/MagicMirror",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user