4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-react-app" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " ESLint configuration used by Create React App" ,
5
5
"repository" : " facebookincubator/create-react-app" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dev-utils" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Webpack utilities used by Create React App" ,
5
5
"repository" : " facebookincubator/create-react-app" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-error-overlay" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " An overlay for displaying stack frames." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
34
34
"anser" : " 1.2.5" ,
35
35
"babel-code-frame" : " 6.22.0" ,
36
36
"babel-runtime" : " 6.23.0" ,
37
- "react-dev-utils" : " ^2.0.0 " ,
37
+ "react-dev-utils" : " ^2.0.1 " ,
38
38
"settle-promise" : " 1.0.0" ,
39
39
"source-map" : " 0.5.6"
40
40
},
44
44
"babel-preset-react-app" : " ^3.0.0" ,
45
45
"cross-env" : " 5.0.0" ,
46
46
"eslint" : " 3.19.0" ,
47
- "eslint-config-react-app" : " ^1.0.3 " ,
47
+ "eslint-config-react-app" : " ^1.0.4 " ,
48
48
"eslint-plugin-flowtype" : " 2.33.0" ,
49
49
"eslint-plugin-import" : " 2.2.0" ,
50
50
"eslint-plugin-jsx-a11y" : " 5.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scripts" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Configuration and scripts for Create React App." ,
5
5
"repository" : " facebookincubator/create-react-app" ,
6
6
"license" : " BSD-3-Clause" ,
33
33
"css-loader" : " 0.28.1" ,
34
34
"dotenv" : " 4.0.0" ,
35
35
"eslint" : " 3.19.0" ,
36
- "eslint-config-react-app" : " ^1.0.3 " ,
36
+ "eslint-config-react-app" : " ^1.0.4 " ,
37
37
"eslint-loader" : " 1.7.1" ,
38
38
"eslint-plugin-flowtype" : " 2.33.0" ,
39
39
"eslint-plugin-import" : " 2.2.0" ,
48
48
"postcss-flexbugs-fixes" : " 3.0.0" ,
49
49
"postcss-loader" : " 2.0.5" ,
50
50
"promise" : " 7.1.1" ,
51
- "react-dev-utils" : " ^2.0.0 " ,
52
- "react-error-overlay" : " ^1.0.5 " ,
51
+ "react-dev-utils" : " ^2.0.1 " ,
52
+ "react-error-overlay" : " ^1.0.6 " ,
53
53
"style-loader" : " 0.17.0" ,
54
54
"sw-precache-webpack-plugin" : " 0.9.1" ,
55
55
"url-loader" : " 0.5.8" ,
0 commit comments