Skip to content

Commit

Permalink
Added babel plugin from devdependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Meefish committed Dec 15, 2024
1 parent 6c09768 commit bfc5a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bfc5a8a

Please sign in to comment.