Skip to content

Commit 90a9f17

Browse files
christophehurpeauthongdong7
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 `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 changes
1 parent 9c495fd commit 90a9f17

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)