diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-09-10 18:10:02 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-09-10 18:10:02 +0200 |
| commit | 463dcf389869d881f70716bafa4609ee8395ac6c (patch) | |
| tree | 8657cd002940c6e6d28e154a56fb9720e7436ed9 /package.json | |
| parent | 22842afa4f980709b07dae48acfee7f26a0b20d9 (diff) | |
chore: update dependencies to latest versions
- bump @astrojs/mdx from 4.3.4 to 4.3.5
- bump astro from 5.13.5 to 5.13.7
- bump sass from 1.92.0 to 1.92.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 6ea2987..4c43b37 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.3.4", + "@astrojs/mdx": "^4.3.5", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "^3.5.1", "@fontsource-variable/roboto": "^5.2.6", "@fontsource-variable/roboto-mono": "^5.2.6", "@iconify-json/tabler": "^1.2.22", - "astro": "^5.13.5", + "astro": "^5.13.7", "astro-compressor": "^1.1.2", "astro-icon": "^1.1.5", "rehype-external-links": "^3.0.0", @@ -27,7 +27,7 @@ "devDependencies": { "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", - "sass": "^1.92.0" + "sass": "^1.92.1" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*" |
