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:
Veeck
2024-10-23 20:47:01 +02:00
committed by GitHub
parent 0f024cff4e
commit b54fc08da7
6 changed files with 246 additions and 258 deletions

View File

@@ -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"