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({
site: SITE.url,
output: "static",
experimental: {
assets: true,
},
integrations: [
tailwind(),
sitemap(),
compress({
css: true,
html: true,
img: false,
js: true,
svg: false,
CSS: true,
HTML: true,
Image: true,
JavaScript: true,
SVG: false,
}),
robotsTxt({
policy: [

View file

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

File diff suppressed because it is too large Load diff