Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Samuel Philipp 2022-07-30 17:37:15 +02:00
commit 8062e17723

View file

@ -17,7 +17,7 @@
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de" "url": "https://git.sp-codes.de/samuel-p/sp-codes.de"
}, },
"optionalDependencies": { "optionalDependencies": {
"browser-sync": "^2.27.9" "browser-sync": "^2.27.10"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^1.0.1", "@11ty/eleventy": "^1.0.1",
@ -27,13 +27,13 @@
"@node-minify/html-minifier": "^6.2.0", "@node-minify/html-minifier": "^6.2.0",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"glob": "^8.0.1", "glob": "^8.0.1",
"minify": "^8.0.4", "minify": "^9.1.0",
"node-sass": "^7.0.1", "node-sass": "^7.0.1",
"node-sass-tilde-importer": "^1.0.2", "node-sass-tilde-importer": "^1.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"uncss": "^0.17.3" "uncss": "^0.17.3"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^4.6.1" "bootstrap": "^4.6.2"
} }
} }