From 3dcfdf932babdab522b5544367956531e60956b2 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 13 Mar 2026 23:17:18 +0100 Subject: chore: update dependencies and improve font handling - Bump versions of several Astro-related dependencies in package.json for better performance and features. - Update content.config.ts to import z from astro/zod for improved type validation. - Modify Layout.astro to use the Font component for better font management and preload the Archivo font. - Change font stacks in _variables.scss to reflect the new font choices, enhancing typography consistency. --- package.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3a89cad..1e01667 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,15 @@ "check": "astro check" }, "dependencies": { - "@astrojs/check": "^0.9.2", - "@astrojs/mdx": "^4.3.13", - "@astrojs/rss": "4.0.15", - "@astrojs/sitemap": "^3.7.0", + "@astrojs/check": "^0.9.7", + "@astrojs/compiler-rs": "^0.1.4", + "@astrojs/mdx": "^5.0.0", + "@astrojs/rss": "4.0.17", + "@astrojs/sitemap": "^3.7.1", "@fontsource-variable/archivo": "^5.2.8", - "@iconify-json/tabler": "^1.2.27", - "astro": "^5.17.3", - "astro-compressor": "^1.2.0", + "@iconify-json/tabler": "^1.2.31", + "astro": "^6.0.4", + "astro-compressor": "^1.3.0", "astro-icon": "^1.1.5", "rehype-external-links": "^3.0.0", "typescript": "5.9.3" @@ -26,7 +27,7 @@ "devDependencies": { "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", - "sass": "^1.97.3" + "sass": "^1.98.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*" -- cgit v1.3