diff options
Diffstat (limited to 'apps/website/package.json')
-rw-r--r-- | apps/website/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/website/package.json b/apps/website/package.json index 87d5b95..e3fb319 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -14,7 +14,8 @@ "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.2", - "astro": "^3.6.0", + "astro": "^4.0.6", + "sass": "^1.69.5", "tailwindcss": "^3.3.5", "vitest": "^0.34.6" }, |