Commit fbbc64f
update babel-runtime dependency in react-error-overlay and react-scripts (#2991)
* update babel-runtime dependency in react-error-overlay and react-scripts
`babel-runtime@6.23.0` have a dependency on `regenerator-runtime@0.10.5`
`babel-runtime@6.26.0` on `regenerator-runtime@0.11.0`
> npm ls regenerator-runtime
```
└─┬ react-scripts@1.0.11
├─┬ babel-core@6.25.0
│ └─┬ babel-runtime@6.26.0
│ └── regenerator-runtime@0.11.0
├─┬ babel-eslint@7.2.3
│ └─┬ babel-traverse@6.26.0
│ └─┬ babel-runtime@6.26.0
│ └── regenerator-runtime@0.11.0
├─┬ babel-runtime@6.23.0
│ └── regenerator-runtime@0.10.5
└─┬ react-error-overlay@1.0.10
└─┬ babel-runtime@6.23.0
└── regenerator-runtime@0.10.5
```
* fix requested changes1 parent ecd1f05 commit fbbc64f
File tree
2 files changed
+2
-2
lines changed- packages
- react-error-overlay
- react-scripts
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments