Skip to content

Commit dced1bc

Browse files
christophehurpeauswengorschewski
authored andcommitted
update babel-runtime dependency in react-error-overlay and react-scripts (#2991)
* update babel-runtime dependency in react-error-overlay and react-scripts `[email protected]` have a dependency on `[email protected]` `[email protected]` on `[email protected]` > npm ls regenerator-runtime ``` └─┬ [email protected] ├─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └── [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] ``` * fix requested changes
1 parent 64cb277 commit dced1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"anser": "1.4.1",
3535
"babel-code-frame": "6.22.0",
36-
"babel-runtime": "6.23.0",
36+
"babel-runtime": "6.26.0",
3737
"html-entities": "1.2.1",
3838
"react": "^15.5.4",
3939
"react-dom": "^15.5.4",

0 commit comments

Comments
 (0)