Upgrade dependencies

This commit is contained in:
Dennis Reimann
2023-05-25 08:18:29 +02:00
parent b9e3e1d119
commit 98e8aac0a1
3 changed files with 131 additions and 197 deletions

View File

@@ -40,11 +40,11 @@
},
"devDependencies": {
"autoprefixer": "10.4.14",
"browser-sync": "2.29.1",
"browser-sync": "2.29.3",
"cross-env": "7.0.3",
"csso-cli": "4.0.2",
"fast-xml-parser": "4.2.2",
"glob": "10.2.1",
"glob": "10.2.6",
"html-entities": "2.3.3",
"jstransformer-markdown-it": "3.0.0",
"markdown-it": "13.0.1",
@@ -52,7 +52,7 @@
"npm-run-all": "4.1.5",
"onchange": "7.1.0",
"postcss": "8.4.23",
"postcss-calc": "8.2.4",
"postcss-calc": "9.0.1",
"postcss-cli": "10.1.0",
"postcss-custom-media": "9.1.3",
"postcss-import": "15.1.0",
@@ -60,6 +60,6 @@
"postcss-nesting": "11.2.2",
"pug": "3.0.2",
"sync-request": "6.1.0",
"xml-formatter": "3.3.2"
"xml-formatter": "3.4.1"
}
}