Skip to content

Commit

Permalink
[NO JIRA]: Add missing babel dep to remove missing warning (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed Apr 4, 2024
1 parent 4255f85 commit 15ac238
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 15ac238

Please sign in to comment.