From 30a6ecdf072cab271301e36005da49343d4e8031 Mon Sep 17 00:00:00 2001 From: prabhat Date: Tue, 2 Apr 2024 16:14:36 +0100 Subject: [PATCH] babel dep issue --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c235fd1..50c005e5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "react-markdown": "^8.0.7", "remark-gfm": "3.0.1", "rehype-raw": "6.1.1", - "react-cookie-consent": "9.0.0" + "react-cookie-consent": "9.0.0", + "@babel/plugin-proposal-private-property-in-object": "7.21.11" }, "scripts": { "start": "react-scripts start",