From 1376af866853f75ca88b47df07f4906124f16442 Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Wed, 19 Jun 2024 12:03:48 -0400 Subject: [PATCH] revert microsite react bump Signed-off-by: aramissennyeydd --- microsite/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/package.json b/microsite/package.json index 728cef0d96..fc3405c744 100644 --- a/microsite/package.json +++ b/microsite/package.json @@ -30,8 +30,8 @@ "docusaurus-pushfeedback": "^1.0.0", "luxon": "^3.0.0", "prism-react-renderer": "^2.1.0", - "react": "^18.0.2", - "react-dom": "^18.0.2", + "react": "^18.0.0", + "react-dom": "^18.0.0", "sass": "^1.57.1", "swc-loader": "^0.2.3" },