Commit 121fd37
authored
Appease yarn complaints about missing a dependency on babel/core (#1742)
Without this it complains about `warning "@babel/preset-env > ... unmet peer dependency "@babel/core@^7.0.0".`
for all babel related deps which is annoying. Ultimately there's no
change in behavior, and I don't even understand why this is necessary as
those dependency have a dependency on babel themselves but it doesn't
hurt and it cleans up the output of running `yarn`1 parent 1145441 commit 121fd37
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments