npm run upgrade

Signed-off-by: Meenbeese <meenbeese@tutanota.com>
This commit is contained in:
Meenbeese 2024-12-24 22:37:42 -05:00 committed by Roman Tsisyk
parent 1b285b0839
commit dc88c0a26b
2 changed files with 290 additions and 301 deletions

585
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,11 +11,11 @@
"node-html-markdown": "^1.3.0", "node-html-markdown": "^1.3.0",
"node-html-parser": "^6.1.13", "node-html-parser": "^6.1.13",
"postcss-scss": "^4.0.9", "postcss-scss": "^4.0.9",
"prettier": "^3.3.3", "prettier": "^3.4.2",
"stylelint": "^16.7.0", "stylelint": "^16.12.0",
"stylelint-config-recommended": "^14.0.1", "stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1", "stylelint-config-standard": "^36.0.1",
"stylelint-scss": "^6.4.1" "stylelint-scss": "^6.10.0"
}, },
"scripts": { "scripts": {
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html", "format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html",