Skip to content

Commit 55e73a5

Browse files
Timerrandycoulman
authored andcommitted
1 parent 16fe73f commit 55e73a5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"keywords": [
55
"react"
66
],

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": "0.6.0",
3+
"version": "0.6.1",
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": "0.5.1",
3+
"version": "0.5.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"detect-port": "1.0.1",
4141
"dotenv": "2.0.0",
4242
"eslint": "3.16.1",
43-
"eslint-config-react-app": "^0.6.0",
43+
"eslint-config-react-app": "^0.6.1",
4444
"eslint-loader": "1.6.0",
4545
"eslint-plugin-flowtype": "2.21.0",
4646
"eslint-plugin-import": "2.0.1",
@@ -58,7 +58,7 @@
5858
"object-assign": "4.1.1",
5959
"postcss-loader": "1.2.2",
6060
"promise": "7.1.1",
61-
"react-dev-utils": "^0.5.1",
61+
"react-dev-utils": "^0.5.2",
6262
"sass-loader": "^4.0.2",
6363
"style-loader": "0.13.1",
6464
"url-loader": "0.5.7",

0 commit comments

Comments
 (0)