packages
babel-preset-react-app
package.json +5 -5
eslint-config-react-app
README.md +1 -1
package.json +6 -6
react-scripts
template
README.md +1 -1
package.json +18 -18
lerna.json +1 -1
package.json +2 -2
@@ -11,18 +11,18 @@
@@ -11,18 +11,18 @@
@@ -17,7 +17,7 @@ If you want to use this ESLint configuration in a project not built with Create
@@ -17,7 +17,7 @@ If you want to use this ESLint configuration in a project not built with Create
npm install --save-dev eslint-config-react-app babel-eslint@6.1.2 eslint@3.5.0 eslint-plugin-flowtype@2.18.1 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-react@6.3.0
@@ -11,11 +11,11 @@
@@ -11,11 +11,11 @@
@@ -174,7 +174,7 @@ Then add this block to the `package.json` file of your project:
@@ -174,7 +174,7 @@ Then add this block to the `package.json` file of your project:
npm install -g eslint-config-react-app@0.2.1 eslint@3.5.0 babel-eslint@6.1.2 eslint-plugin-react@6.3.0 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-flowtype@2.18.1
We recognize that this is suboptimal, but it is currently required due to the way we hide the ESLint dependency. The ESLint team is already [working on a solution to this](https://github.com/eslint/eslint/issues/3458) so this may become unnecessary in a couple of months.
+ 18
- 18
@@ -23,39 +23,39 @@
@@ -23,39 +23,39 @@
@@ -64,8 +64,8 @@
@@ -64,8 +64,8 @@
+ 1
- 1
+ 2
- 2
@@ -12,11 +12,11 @@
@@ -12,11 +12,11 @@
"babel-eslint": "6.1.2",
"babel-eslint": "6.1.2",
"eslint-config-react-app": "0.2.1",
"eslint-plugin-flowtype": "2.18.1",
"eslint-plugin-flowtype": "2.18.1",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0",
"eslint-plugin-react": "6.3.0",
"lerna": "2.0.0-beta.29"
"lerna": "2.0.0-beta.30"