diff --git a/package.json b/package.json index 327df20..4eba574 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.26.2", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^2.1.4", + "@babel/plugin-proposal-private-property-in-object": "^7.21.11" }, "scripts": { "start": "react-scripts start", @@ -40,7 +41,6 @@ ] }, "devDependencies": { - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@types/http-proxy-middleware": "^0.19.3", "@types/jest": "^29.5.14", "@types/testing-library__jest-dom": "^5.14.8",