From b58fd76e8ea55479237ebcaa2458bd5ae80e6b7f Mon Sep 17 00:00:00 2001 From: gnaneshwar Date: Fri, 22 Sep 2023 17:07:22 +0530 Subject: [PATCH] Update package.json description: There was a problem in json file related to react scripts the version was outdated and there was also certain webpack error i fixed it change made : i changed the version of the react scripts and altered the webpack Checklist: - Code has been reviewed for quality and readability. -Tests have been added or updated to cover the changes. -Documentation has been updated (if applicable). -The code builds and runs without error --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 49b7812..8425477 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,12 @@ "@testing-library/user-event": "^12.8.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-scripts": "4.0.3", + "react-scripts": "^5.0.1", "web-vitals": "^1.1.2" }, + "devDependencies": { + "@babel/plugin-proposal-private-property-in-object": "^7.14.7" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build",