diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 9 insertions, 8 deletions
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": "*" |
