Merge remote-tracking branch 'origin/develop' into develop
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 53s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 1m12s

This commit is contained in:
Samuel Philipp 2024-03-14 01:01:44 +01:00
commit e4ecc55808

View file

@ -16,7 +16,7 @@
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de" "url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
}, },
"optionalDependencies": { "optionalDependencies": {
"browser-sync": "^2.29.3" "browser-sync": "^3.0.2"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
@ -29,13 +29,13 @@
"eleventy-plugin-rev": "^2.0.0", "eleventy-plugin-rev": "^2.0.0",
"eleventy-sass": "^2.2.4", "eleventy-sass": "^2.2.4",
"glob": "^10.3.10", "glob": "^10.3.10",
"minify": "^10.5.2", "minify": "^11.0.1",
"postcss": "^8.4.32", "postcss": "^8.4.33",
"sass": "^1.69.5", "sass": "^1.69.7",
"uncss": "^0.17.3" "uncss": "^0.17.3"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"flag-icons": "^7.0.3" "flag-icons": "^7.1.0"
} }
} }