Skip to content

Commit b5461ff

Browse files
Timerrandycoulman
authored andcommitted
Publish
- babel-preset-react-app@2.1.1 - create-react-app@1.1.0 - eslint-config-react-app@0.5.2 - react-dev-utils@0.5.1 - react-scripts@0.9.1
1 parent 4686e38 commit b5461ff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.1.0",
3+
"version": "2.1.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"keywords": [
55
"react"
66
],

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.5.1",
3+
"version": "0.5.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

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.5.0",
3+
"version": "0.5.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
@@ -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.1",
43+
"eslint-config-react-app": "^0.5.2",
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.5.0",
63+
"react-dev-utils": "^0.5.1",
6464
"recursive-readdir": "2.1.1",
6565
"sass-loader": "^4.0.2",
6666
"strip-ansi": "3.0.1",

0 commit comments

Comments
 (0)