diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 11:07:40 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 11:07:40 +0100 |
| commit | 96b999a3e9c2e4a45897f2015b9fdab3c81962df (patch) | |
| tree | 28f557edeb1a6066ef4ae20f5a66e0b6d1b037b6 /package.json | |
| parent | ba57248cadf064cf1325b31fd11524b5e5560ee1 (diff) | |
Update dependencies, fix path issues
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 3aa67de..7081c4b 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,15 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/rss": "4.0.10", + "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", - "@fontsource-variable/sen": "5.1.0", - "@fontsource/beiruti": "^5.1.1", - "astro": "^5.1.1", + "@fontsource-variable/sen": "5.2.5", + "@fontsource/beiruti": "^5.2.5", + "astro": "^5.5.2", "braces": "3.0.3", - "typescript": "5.7.2" + "typescript": "5.8.2" }, "devDependencies": { - "sass": "^1.76.0" + "sass": "^1.85.1" } } |
