mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 18:02:15 +00:00
Add npm publishing step to release process (#3595)
so that the npm version also stays in sync and https://github.com/MagicMirrorOrg/MagicMirror/issues/2876 can be closed for good
This commit is contained in:
14
package.json
14
package.json
@@ -59,7 +59,7 @@
|
||||
"ansis": "^3.3.2",
|
||||
"console-stamp": "^3.1.2",
|
||||
"envsub": "^4.1.0",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint": "^9.13.0",
|
||||
"express": "^4.21.1",
|
||||
"express-ipfilter": "^1.3.2",
|
||||
"feedme": "^2.0.2",
|
||||
@@ -75,19 +75,19 @@
|
||||
"systeminformation": "^5.23.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.12.0",
|
||||
"@eslint/js": "^9.13.0",
|
||||
"@stylistic/eslint-plugin": "^2.9.0",
|
||||
"cspell": "^8.15.1",
|
||||
"cspell": "^8.15.4",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jest": "^28.8.3",
|
||||
"eslint-plugin-jsdoc": "^50.3.2",
|
||||
"eslint-plugin-package-json": "^0.15.3",
|
||||
"eslint-plugin-jsdoc": "^50.4.3",
|
||||
"eslint-plugin-package-json": "^0.15.4",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"husky": "^9.1.6",
|
||||
"jest": "^29.7.0",
|
||||
"jsdom": "^25.0.1",
|
||||
"lint-staged": "^15.2.10",
|
||||
"playwright": "^1.48.0",
|
||||
"playwright": "^1.48.1",
|
||||
"prettier": "^3.3.3",
|
||||
"sinon": "^19.0.2",
|
||||
"stylelint": "^16.10.0",
|
||||
@@ -95,7 +95,7 @@
|
||||
"stylelint-prettier": "^5.0.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^32.2.0"
|
||||
"electron": "^32.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.9.0 <21 || 22 || >=23"
|
||||
|
||||
Reference in New Issue
Block a user