Skip to content

Commit 6fda5bd

Browse files
christophehurpeaufigitaki
authored andcommitted
update babel-runtime dependency in react-error-overlay and react-scripts (facebook#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 6cb1194 commit 6fda5bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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",

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"babel-jest": "20.0.3",
2828
"babel-loader": "7.1.1",
2929
"babel-preset-react-app": "^3.0.2",
30-
"babel-runtime": "6.23.0",
30+
"babel-runtime": "6.26.0",
3131
"case-sensitive-paths-webpack-plugin": "2.1.1",
3232
"chalk": "1.1.3",
3333
"css-loader": "0.28.4",

0 commit comments

Comments
 (0)