Skip to content

Commit 9e4c2ae

Browse files
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] ```
1 parent 5ea6de9 commit 9e4c2ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/babel-preset-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"babel-preset-react": "6.24.1"
2626
},
2727
"peerDependencies": {
28-
"babel-runtime": "^6.23.0"
28+
"babel-runtime": "^6.26.0"
2929
}
3030
}

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
"react-dev-utils": "^3.1.0",
3838
"settle-promise": "1.0.0",
3939
"source-map": "0.5.6"

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)