From 679d6a4f12146f5f040dea6de6c19c4877f328fd Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 23 Aug 2024 13:38:23 -0700 Subject: migrate from squoosh to sharp image renderer --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 56f0483..ff2940a 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.19.7", + "@astrojs/mdx": "^3.1.4", + "@astrojs/react": "^3.6.2", "@astrojs/rss": "^2.4.4", "@astrojs/sitemap": "^2.0.2", - "astro": "^3.6.5" + "astro": "^4.14.5", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "sharp": "^0.33.5" }, "devDependencies": { "astro-themes": "^0.2.5" -- cgit v1.2.3