Skip to content

Commit 67e6cf5

Browse files
committed
1 parent 84be4dd commit 67e6cf5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: 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",

Diff for: 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
],

Diff for: 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",

Diff for: 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",

Diff for: 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": "0.8.5",
3+
"version": "0.9.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -28,7 +28,7 @@
2828
"babel-eslint": "7.1.1",
2929
"babel-jest": "18.0.0",
3030
"babel-loader": "6.2.10",
31-
"babel-preset-react-app": "^2.0.1",
31+
"babel-preset-react-app": "^2.1.0",
3232
"babel-runtime": "^6.20.0",
3333
"case-sensitive-paths-webpack-plugin": "1.1.4",
3434
"chalk": "1.1.3",
@@ -38,7 +38,7 @@
3838
"detect-port": "1.0.1",
3939
"dotenv": "2.0.0",
4040
"eslint": "3.8.1",
41-
"eslint-config-react-app": "^0.5.0",
41+
"eslint-config-react-app": "^0.5.1",
4242
"eslint-loader": "1.6.0",
4343
"eslint-plugin-flowtype": "2.21.0",
4444
"eslint-plugin-import": "2.0.1",
@@ -56,7 +56,7 @@
5656
"object-assign": "4.1.1",
5757
"postcss-loader": "1.2.2",
5858
"promise": "7.1.1",
59-
"react-dev-utils": "^0.4.2",
59+
"react-dev-utils": "^0.5.0",
6060
"recursive-readdir": "2.1.0",
6161
"strip-ansi": "3.0.1",
6262
"style-loader": "0.13.1",

0 commit comments

Comments
 (0)