Fix eslint error and dependency warning 56/13256/2
authorTaewan Kim <t25.kim@samsung.com>
Mon, 12 Aug 2024 05:40:02 +0000 (14:40 +0900)
committerTaewan Kim <t25.kim@samsung.com>
Mon, 12 Aug 2024 05:42:47 +0000 (14:42 +0900)
Issue-ID: AIMLFW-114

Change-Id: Idb56b1ec8149c69c5fe778f01d71b9d6ad3c0378
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
package.json

index 3e7125c..77de203 100644 (file)
     "test": "react-scripts test",
     "eject": "react-scripts eject"
   },
-  "eslintConfig": {
-    "extends": [
-      "react-app",
-      "react-app/jest"
-    ]
-  },
-
   "browserslist": {
     "production": [
       ">0.2%",
@@ -44,9 +37,9 @@
     ]
   },
   "devDependencies": {
-    "@babel/plugin-transform-private-property-in-object": "^7.24.7",
+    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
     "@eslint/js": "^9.8.0",
-    "eslint": "^9.8.0",
+    "eslint": "^8.57.0",
     "eslint-config-prettier": "^9.1.0",
     "eslint-plugin-prettier": "^5.2.1",
     "eslint-plugin-react": "^7.35.0",