From 4ac8ec120498870bfbe12acb4e8bc5c1663ccebe Mon Sep 17 00:00:00 2001 From: Alex Toucan Date: Mon, 27 Jan 2025 17:00:15 -0600 Subject: [PATCH] Properly update. --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13795f05e..1532cf699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "atproducts.xyz", "version": "2.20.2", "dependencies": { - "@astrojs/react": "^4.1.6", - "astro": "^5.1.9", + "@astrojs/react": "^4.2.0", + "astro": "^5.1.10", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/package.json b/package.json index 601881419..67e610741 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.1.6", - "astro": "^5.1.9", + "@astrojs/react": "^4.2.0", + "astro": "^5.1.10", "react": "^19.0.0", "react-dom": "^19.0.0" }