Skip to content

Commit a124ccd

Browse files
Timerrandycoulman
authored andcommitted
1 parent c23e4b2 commit a124ccd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

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.0.3",
3+
"version": "1.0.4",
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.5.0",
3+
"version": "0.5.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.4.2",
3+
"version": "0.5.0",
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.8.1",
43-
"eslint-config-react-app": "^0.5.0",
43+
"eslint-config-react-app": "^0.5.1",
4444
"eslint-loader": "1.6.0",
4545
"eslint-plugin-flowtype": "2.21.0",
4646
"eslint-plugin-import": "2.0.1",
@@ -60,7 +60,7 @@
6060
"object-assign": "4.1.1",
6161
"postcss-loader": "1.2.2",
6262
"promise": "7.1.1",
63-
"react-dev-utils": "^0.4.2",
63+
"react-dev-utils": "^0.5.0",
6464
"recursive-readdir": "2.1.0",
6565
"sass-loader": "^4.0.2",
6666
"strip-ansi": "3.0.1",

0 commit comments

Comments
 (0)