Skip to content

Commit 7a1873c

Browse files
committedMay 24, 2017
Publish
- eslint-config-react-app@1.0.4 - react-dev-utils@2.0.1 - react-error-overlay@1.0.6 - react-scripts@1.0.6
1 parent e4f7d54 commit 7a1873c

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.3",
3+
"version": "1.0.4",
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": "2.0.0",
3+
"version": "2.0.1",
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.5",
3+
"version": "1.0.6",
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": "^2.0.0",
37+
"react-dev-utils": "^2.0.1",
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.3",
47+
"eslint-config-react-app": "^1.0.4",
4848
"eslint-plugin-flowtype": "2.33.0",
4949
"eslint-plugin-import": "2.2.0",
5050
"eslint-plugin-jsx-a11y": "5.0.3",

‎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.5",
3+
"version": "1.0.6",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -33,7 +33,7 @@
3333
"css-loader": "0.28.1",
3434
"dotenv": "4.0.0",
3535
"eslint": "3.19.0",
36-
"eslint-config-react-app": "^1.0.3",
36+
"eslint-config-react-app": "^1.0.4",
3737
"eslint-loader": "1.7.1",
3838
"eslint-plugin-flowtype": "2.33.0",
3939
"eslint-plugin-import": "2.2.0",
@@ -48,8 +48,8 @@
4848
"postcss-flexbugs-fixes": "3.0.0",
4949
"postcss-loader": "2.0.5",
5050
"promise": "7.1.1",
51-
"react-dev-utils": "^2.0.0",
52-
"react-error-overlay": "^1.0.5",
51+
"react-dev-utils": "^2.0.1",
52+
"react-error-overlay": "^1.0.6",
5353
"style-loader": "0.17.0",
5454
"sw-precache-webpack-plugin": "0.9.1",
5555
"url-loader": "0.5.8",

0 commit comments

Comments
 (0)
Failed to load comments.