Skip to content

Commit 9b23762

Browse files
committed
1 parent 5282dc3 commit 9b23762

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.1.1",
3+
"version": "2.2.0",
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

+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.1",
3+
"version": "0.6.2",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
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.1.1",
31+
"babel-preset-react-app": "^2.2.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.1.0",
3939
"dotenv": "2.0.0",
4040
"eslint": "3.16.1",
41-
"eslint-config-react-app": "^0.6.1",
41+
"eslint-config-react-app": "^0.6.2",
4242
"eslint-loader": "1.6.0",
4343
"eslint-plugin-flowtype": "2.21.0",
4444
"eslint-plugin-import": "2.0.1",

0 commit comments

Comments
 (0)