Skip to content

Commit 59e74fc

Browse files
committed
1 parent 37bb194 commit 59e74fc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",

packages/react-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",
@@ -47,7 +47,7 @@
4747
"inquirer": "3.3.0",
4848
"is-root": "1.0.0",
4949
"opn": "5.1.0",
50-
"react-error-overlay": "^2.0.2",
50+
"react-error-overlay": "^3.0.0",
5151
"recursive-readdir": "2.2.1",
5252
"shell-quote": "1.6.1",
5353
"sockjs-client": "1.1.4",

packages/react-error-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -35,7 +35,7 @@
3535
"babel-core": "^6.26.0",
3636
"babel-eslint": "7.2.3",
3737
"babel-loader": "^7.1.2",
38-
"babel-preset-react-app": "^3.0.3",
38+
"babel-preset-react-app": "^3.1.0",
3939
"babel-runtime": "6.26.0",
4040
"chalk": "^2.1.0",
4141
"chokidar": "^1.7.0",

packages/react-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"babel-eslint": "7.2.3",
2727
"babel-jest": "20.0.3",
2828
"babel-loader": "7.1.2",
29-
"babel-preset-react-app": "^3.0.3",
29+
"babel-preset-react-app": "^3.1.0",
3030
"babel-runtime": "6.26.0",
3131
"case-sensitive-paths-webpack-plugin": "2.1.1",
3232
"chalk": "1.1.3",
@@ -49,7 +49,7 @@
4949
"postcss-loader": "2.0.8",
5050
"promise": "8.0.1",
5151
"raf": "3.4.0",
52-
"react-dev-utils": "^4.1.0",
52+
"react-dev-utils": "^4.2.0",
5353
"style-loader": "0.19.0",
5454
"sw-precache-webpack-plugin": "0.11.4",
5555
"url-loader": "0.6.2",

0 commit comments

Comments
 (0)