From 4e1bf190e3ac0208b58af7e0c0c7fbfeef8be6c6 Mon Sep 17 00:00:00 2001 From: modman011 <115412727+modman011@users.noreply.github.com> Date: Thu, 29 Jan 2026 00:26:30 +0900 Subject: [PATCH] Update package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index de90ee5..ec1c15d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "react-dom": "^16.12.0", "react-scripts": "^5.0.1" }, + "devDependencies": { + "@babel/plugin-proposal-private-property-in-object": "^7.24.0" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build",