updated cv and dependencies
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 17m49s
Build and Deploy Website / Deploy Dev Website (push) Successful in 2m26s

This commit is contained in:
Samuel Philipp 2025-03-17 01:12:19 +01:00
parent 86fff97776
commit b223656b0e
3 changed files with 38 additions and 38 deletions

View file

@ -23,20 +23,20 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@node-minify/core": "^8.0.6",
"@node-minify/crass": "^8.0.6",
"@node-minify/html-minifier": "^8.0.6",
"@node-minify/core": "^9.0.2",
"@node-minify/crass": "^9.0.1",
"@node-minify/html-minifier": "^9.0.1",
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
"eleventy-plugin-rev": "^2.0.0",
"eleventy-sass": "^2.2.6",
"glob": "^11.0.0",
"minify": "^11.4.1",
"postcss": "^8.4.47",
"sass": "^1.80.6",
"glob": "^11.0.1",
"minify": "^13.0.0",
"postcss": "^8.5.3",
"sass": "^1.85.1",
"uncss": "^0.17.3"
},
"dependencies": {
"bootstrap": "^5.3.3",
"flag-icons": "^7.2.3"
"flag-icons": "^7.3.2"
}
}