Skip to content

Commit

Permalink
chore(deps): upgrade babel-preset-react-app to v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Jun 22, 2021
1 parent f49ba59 commit ca60948
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 693 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: [['react-app', { typescript: true }]]
presets: [['react-app', { runtime: 'automatic', typescript: true }]],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-react-app": "^9.1.2",
"babel-preset-react-app": "^10.0.0",
"chalk": "^2.4.2",
"core-js": "^3.0.1",
"enzyme": "^3.11.0",
Expand Down
Loading

0 comments on commit ca60948

Please sign in to comment.