Skip to content

Commit

Permalink
[NO JIRA]: Add missing babel dep to remove missing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed Mar 27, 2024
1 parent 4255f85 commit 7c50fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@loadable/babel-plugin": "^5.16.1",
"@loadable/webpack-plugin": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
Expand Down

0 comments on commit 7c50fee

Please sign in to comment.