build: bump deps

This commit is contained in:
Jozef Steinhübl 2024-01-11 15:29:33 +01:00
parent 51efdabb63
commit eca493dfa4
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7
3 changed files with 1968 additions and 1756 deletions

View file

@ -11,18 +11,15 @@ import { SITE } from "./src/config";
export default defineConfig({ export default defineConfig({
site: SITE.url, site: SITE.url,
output: "static", output: "static",
experimental: {
assets: true,
},
integrations: [ integrations: [
tailwind(), tailwind(),
sitemap(), sitemap(),
compress({ compress({
css: true, CSS: true,
html: true, HTML: true,
img: false, Image: true,
js: true, JavaScript: true,
svg: false, SVG: false,
}), }),
robotsTxt({ robotsTxt({
policy: [ policy: [

View file

@ -11,19 +11,20 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/sitemap": "^2.0.2", "@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^4.0.0", "@astrojs/tailwind": "^5.1.0",
"astro": "^2.10.12", "astro": "^4.1.2",
"astro-compress": "^2.0.14", "astro-compress": "^2.2.7",
"astro-robots-txt": "^0.5.0", "astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.15", "autoprefixer": "^10.4.16",
"cssnano": "^6.0.1", "cssnano": "^6.0.3",
"postcss": "^8.4.28", "postcss": "^8.4.33",
"tailwindcss": "^3.3.3" "sharp": "^0.33.1",
"tailwindcss": "^3.4.1"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.0.2", "prettier": "^3.1.1",
"prettier-plugin-astro": "^0.11.1", "prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.3" "prettier-plugin-tailwindcss": "^0.5.11"
} }
} }

File diff suppressed because it is too large Load diff