mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-06 23:57:43 +00:00
Update deps (#3439)
- update dependencies including electron to v30 - replace node v21 with v22 in tests
This commit is contained in:
parent
1fa17883bc
commit
3b0035760d
2
.github/workflows/automated-tests.yaml
vendored
2
.github/workflows/automated-tests.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x, 20.x, 21.x]
|
node-version: [18.x, 20.x, 22.x]
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout code"
|
- name: "Checkout code"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -15,6 +15,8 @@ _This release is scheduled to be released on 2024-07-01._
|
|||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
- [chore] Update dependencies including electron to v30
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
## [2.27.0] - 2024-04-01
|
## [2.27.0] - 2024-04-01
|
||||||
|
16
fonts/package-lock.json
generated
16
fonts/package-lock.json
generated
@ -9,19 +9,19 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/roboto": "^5.0.12",
|
"@fontsource/roboto": "^5.0.13",
|
||||||
"@fontsource/roboto-condensed": "^5.0.15"
|
"@fontsource/roboto-condensed": "^5.0.16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@fontsource/roboto": {
|
"node_modules/@fontsource/roboto": {
|
||||||
"version": "5.0.12",
|
"version": "5.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.13.tgz",
|
||||||
"integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g=="
|
"integrity": "sha512-j61DHjsdUCKMXSdNLTOxcG701FWnF0jcqNNQi2iPCDxU8seN/sMxeh62dC++UiagCWq9ghTypX+Pcy7kX+QOeQ=="
|
||||||
},
|
},
|
||||||
"node_modules/@fontsource/roboto-condensed": {
|
"node_modules/@fontsource/roboto-condensed": {
|
||||||
"version": "5.0.15",
|
"version": "5.0.16",
|
||||||
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.15.tgz",
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.16.tgz",
|
||||||
"integrity": "sha512-0AFvcI/8JQ5+FZE12hdaE1W/1ooJUzd5XP7jD74+SP+PArsswJ+6OV/oKTasgeQeZlvGrcD3chO6yr5K4JGwzA=="
|
"integrity": "sha512-pjO80g5x/hkqzWCIafvkS3JrkBDxSiTjEy4LdqQKJYrmoGx8x2AlhSUMgzIzG/ge4kT98bA7+gmm7yquzrrZ/w=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
"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.",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/roboto": "^5.0.12",
|
"@fontsource/roboto": "^5.0.13",
|
||||||
"@fontsource/roboto-condensed": "^5.0.15"
|
"@fontsource/roboto-condensed": "^5.0.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
778
package-lock.json
generated
778
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
100
package.json
100
package.json
@ -2,6 +2,26 @@
|
|||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.28.0-develop",
|
"version": "2.28.0-develop",
|
||||||
"description": "The open source modular smart mirror platform.",
|
"description": "The open source modular smart mirror platform.",
|
||||||
|
"keywords": [
|
||||||
|
"magic mirror",
|
||||||
|
"magicmirror",
|
||||||
|
"smart mirror",
|
||||||
|
"mirror UI",
|
||||||
|
"modular"
|
||||||
|
],
|
||||||
|
"homepage": "https://magicmirror.builders",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"author": "Michael Teeuw",
|
||||||
|
"contributors": [
|
||||||
|
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
|
||||||
|
],
|
||||||
"main": "js/electron.js",
|
"main": "js/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
|
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
|
||||||
@ -28,50 +48,13 @@
|
|||||||
"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": {
|
"lint-staged": {
|
||||||
"type": "git",
|
"*": "prettier --write",
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
"*.js": "eslint --fix",
|
||||||
},
|
"*.css": "stylelint --fix"
|
||||||
"keywords": [
|
|
||||||
"magic mirror",
|
|
||||||
"magicmirror",
|
|
||||||
"smart mirror",
|
|
||||||
"mirror UI",
|
|
||||||
"modular"
|
|
||||||
],
|
|
||||||
"author": "Michael Teeuw",
|
|
||||||
"contributors": [
|
|
||||||
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://magicmirror.builders",
|
|
||||||
"devDependencies": {
|
|
||||||
"@stylistic/eslint-plugin": "^1.7.0",
|
|
||||||
"eslint-plugin-import": "^2.29.1",
|
|
||||||
"eslint-plugin-jest": "^27.9.0",
|
|
||||||
"eslint-plugin-jsdoc": "^48.2.2",
|
|
||||||
"eslint-plugin-package-json": "^0.12.1",
|
|
||||||
"eslint-plugin-unicorn": "^51.0.1",
|
|
||||||
"express-basic-auth": "^1.2.1",
|
|
||||||
"husky": "^9.0.11",
|
|
||||||
"jest": "^29.7.0",
|
|
||||||
"jsdom": "^24.0.0",
|
|
||||||
"lint-staged": "^15.2.2",
|
|
||||||
"playwright": "^1.42.1",
|
|
||||||
"prettier": "^3.2.5",
|
|
||||||
"sinon": "^17.0.1",
|
|
||||||
"stylelint": "^16.3.1",
|
|
||||||
"stylelint-config-standard": "^36.0.0",
|
|
||||||
"stylelint-prettier": "^5.0.0"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
|
||||||
"electron": "^29.1.6"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansis": "^3.0.1",
|
"ansis": "^3.2.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",
|
||||||
@ -87,18 +70,35 @@
|
|||||||
"pm2": "^5.3.1",
|
"pm2": "^5.3.1",
|
||||||
"socket.io": "^4.7.5",
|
"socket.io": "^4.7.5",
|
||||||
"suncalc": "^1.9.0",
|
"suncalc": "^1.9.0",
|
||||||
"systeminformation": "^5.22.6"
|
"systeminformation": "^5.22.7"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"devDependencies": {
|
||||||
"*": "prettier --write",
|
"@stylistic/eslint-plugin": "^1.8.0",
|
||||||
"*.js": "eslint --fix",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
"*.css": "stylelint --fix"
|
"eslint-plugin-jest": "^28.3.0",
|
||||||
|
"eslint-plugin-jsdoc": "^48.2.3",
|
||||||
|
"eslint-plugin-package-json": "^0.13.1",
|
||||||
|
"eslint-plugin-unicorn": "^52.0.0",
|
||||||
|
"express-basic-auth": "^1.2.1",
|
||||||
|
"husky": "^9.0.11",
|
||||||
|
"jest": "^29.7.0",
|
||||||
|
"jsdom": "^24.0.0",
|
||||||
|
"lint-staged": "^15.2.2",
|
||||||
|
"playwright": "^1.43.1",
|
||||||
|
"prettier": "^3.2.5",
|
||||||
|
"sinon": "^17.0.1",
|
||||||
|
"stylelint": "^16.4.0",
|
||||||
|
"stylelint-config-standard": "^36.0.0",
|
||||||
|
"stylelint-prettier": "^5.0.0"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"electron": "^30.0.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"_moduleAliases": {
|
"_moduleAliases": {
|
||||||
"node_helper": "js/node_helper.js",
|
"node_helper": "js/node_helper.js",
|
||||||
"logger": "js/logger.js"
|
"logger": "js/logger.js"
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=18"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
8
vendor/package-lock.json
generated
vendored
8
vendor/package-lock.json
generated
vendored
@ -9,7 +9,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^6.5.1",
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"moment-timezone": "^0.5.45",
|
"moment-timezone": "^0.5.45",
|
||||||
@ -19,9 +19,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@fortawesome/fontawesome-free": {
|
"node_modules/@fortawesome/fontawesome-free": {
|
||||||
"version": "6.5.1",
|
"version": "6.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.2.tgz",
|
||||||
"integrity": "sha512-CNy5vSwN3fsUStPRLX7fUYojyuzoEMSXPl7zSLJ8TgtRfjv24LOnOWKT2zYwaHZCJGkdyRnTmstR0P+Ah503Gw==",
|
"integrity": "sha512-hRILoInAx8GNT5IMkrtIt9blOdrqHOnPBH+k70aWUAqPZPgopb9G5EQJFpaBx/S8zp2fC+mPW349Bziuk1o28Q==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
|
8
vendor/package.json
vendored
8
vendor/package.json
vendored
@ -2,16 +2,16 @@
|
|||||||
"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.",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^6.5.1",
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"moment-timezone": "^0.5.45",
|
"moment-timezone": "^0.5.45",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user