Skip to content

Commit

Permalink
Merge pull request #13329 from arcanis/patch-1
Browse files Browse the repository at this point in the history
Makes @babel/core an optional peer dependency
  • Loading branch information
shilman committed Dec 1, 2020
2 parents e530ffb + 6e3d440 commit aec333f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/react/package.json
Expand Up @@ -67,6 +67,11 @@
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
},
"engines": {
"node": ">=8.0.0"
},
Expand Down

0 comments on commit aec333f

Please sign in to comment.