Upgrade dependencies

This commit is contained in:
Dennis Reimann
2023-03-22 11:40:17 +01:00
parent 998d3cdb61
commit f291c11b73
3 changed files with 5058 additions and 85 deletions

View File

@@ -1,5 +1,6 @@
{ {
"semi": false, "semi": false,
"singleQuote": true, "singleQuote": true,
"arrowParens": "avoid" "arrowParens": "avoid",
"trailingComma": "none"
} }

5136
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,11 +40,11 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",
"browser-sync": "2.28.3", "browser-sync": "2.29.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"csso-cli": "4.0.2", "csso-cli": "4.0.2",
"fast-xml-parser": "4.1.3", "fast-xml-parser": "4.1.3",
"glob": "9.3.0", "glob": "9.3.1",
"html-entities": "2.3.3", "html-entities": "2.3.3",
"jstransformer-markdown-it": "3.0.0", "jstransformer-markdown-it": "3.0.0",
"markdown-it": "13.0.1", "markdown-it": "13.0.1",