Skip to content

Commit d649b8a

Browse files
committed
1 parent d34a892 commit d649b8a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-error-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"anser": "1.2.5",
3535
"babel-code-frame": "6.22.0",
3636
"babel-runtime": "6.23.0",
37-
"react-dev-utils": "^1.0.2",
37+
"react-dev-utils": "^1.0.3",
3838
"settle-promise": "1.0.0",
3939
"source-map": "0.5.6"
4040
},
@@ -44,7 +44,7 @@
4444
"babel-preset-react-app": "^3.0.0",
4545
"cross-env": "5.0.0",
4646
"eslint": "3.19.0",
47-
"eslint-config-react-app": "^1.0.1",
47+
"eslint-config-react-app": "^1.0.2",
4848
"eslint-plugin-flowtype": "2.33.0",
4949
"eslint-plugin-import": "2.2.0",
5050
"eslint-plugin-jsx-a11y": "5.0.1",

packages/react-scripts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -35,7 +35,7 @@
3535
"css-loader": "0.28.1",
3636
"dotenv": "4.0.0",
3737
"eslint": "3.19.0",
38-
"eslint-config-react-app": "^1.0.1",
38+
"eslint-config-react-app": "^1.0.2",
3939
"eslint-loader": "1.7.1",
4040
"eslint-plugin-flowtype": "2.33.0",
4141
"eslint-plugin-import": "2.2.0",
@@ -50,8 +50,8 @@
5050
"postcss-flexbugs-fixes": "3.0.0",
5151
"postcss-loader": "2.0.5",
5252
"promise": "7.1.1",
53-
"react-dev-utils": "^1.0.2",
54-
"react-error-overlay": "^1.0.2",
53+
"react-dev-utils": "^1.0.3",
54+
"react-error-overlay": "^1.0.3",
5555
"style-loader": "0.17.0",
5656
"sw-precache-webpack-plugin": "0.9.1",
5757
"url-loader": "0.5.8",

0 commit comments

Comments
 (0)