Skip to content

Commit 4c425cb

Browse files
gaearonrandycoulman
authored andcommitted
1 parent f32ede0 commit 4c425cb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
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

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

packages/react-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"detect-port": "1.0.1",
4040
"dotenv": "2.0.0",
4141
"eslint": "3.8.1",
42-
"eslint-config-react-app": "^0.4.0",
42+
"eslint-config-react-app": "^0.5.0",
4343
"eslint-loader": "1.6.0",
4444
"eslint-plugin-flowtype": "2.21.0",
4545
"eslint-plugin-import": "2.0.1",
@@ -60,7 +60,7 @@
6060
"path-exists": "2.1.0",
6161
"postcss-loader": "1.0.0",
6262
"promise": "7.1.1",
63-
"react-dev-utils": "^0.4.0",
63+
"react-dev-utils": "^0.4.1",
6464
"recursive-readdir": "2.1.0",
6565
"sass-loader": "^4.0.2",
6666
"strip-ansi": "3.0.1",

0 commit comments

Comments
 (0)