From 2e21cc22dbcfc96ff715fb0e81d103446c19d326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 09:24:32 +0000 Subject: [PATCH] fix(deps): update astro monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4beb837..2b98c32 100755 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ "format": "prettier -w ." }, "dependencies": { - "@astrojs/mdx": "^3.1.9", - "@astrojs/react": "^3.6.2", + "@astrojs/mdx": "^4.0.0", + "@astrojs/react": "^4.0.0", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", "@yeskunall/astro-umami": "^0.0.3", - "astro": "^4.16.9", + "astro": "^5.0.0", "astro-auto-import": "^0.4.4", "astro-font": "^0.1.81", "date-fns": "^4.1.0",