build: update deps

This commit is contained in:
Jozef Steinhübl 2023-08-18 16:33:30 +02:00
parent a1e6b879de
commit bebc6bafbf
3 changed files with 846 additions and 547 deletions

View file

@ -11,31 +11,31 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/image": "^0.16.9", "@astrojs/image": "^0.17.3",
"@astrojs/preact": "^2.2.1", "@astrojs/preact": "^2.2.2",
"@astrojs/prefetch": "^0.2.3", "@astrojs/prefetch": "^0.3.0",
"@astrojs/sitemap": "^1.3.3", "@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^3.1.3", "@astrojs/tailwind": "^4.0.0",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"astro": "^2.5.7", "astro": "^2.10.9",
"astro-compress": "^1.1.49", "astro-compress": "^2.0.12",
"astro-icon": "^0.8.0", "astro-icon": "^0.8.1",
"astro-robots-txt": "^0.5.0", "astro-robots-txt": "^0.5.0",
"astro-tooltips": "^0.6.2", "astro-tooltips": "^0.6.2",
"fireworks-js": "^2.10.5", "fireworks-js": "^2.10.7",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"preact": "^10.15.1", "preact": "^10.17.0",
"tailwindcss": "^3.3.2" "tailwindcss": "^3.3.3"
}, },
"devDependencies": { "devDependencies": {
"@types/html-minifier": "^4.0.2", "@types/html-minifier": "^4.0.2",
"prettier": "2.8.8", "prettier": "3.0.2",
"prettier-plugin-astro": "^0.8.1", "prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.2.8" "prettier-plugin-tailwindcss": "^0.5.3"
}, },
"pnpm": { "pnpm": {
"patchedDependencies": { "patchedDependencies": {
"astro-icon@0.8.0": "patches/astro-icon@0.8.0.patch" "astro-icon@0.8.1": "patches/astro-icon@0.8.1.patch"
} }
} }
} }

File diff suppressed because it is too large Load diff