File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-preset-react-app" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Babel preset 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" : " create-react-app" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"keywords" : [
5
5
" react"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-react-app" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
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" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
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-scripts" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"description" : " Configuration and scripts for Create React App." ,
5
5
"repository" : " facebookincubator/create-react-app" ,
6
6
"license" : " BSD-3-Clause" ,
28
28
"babel-eslint" : " 7.0.0" ,
29
29
"babel-jest" : " 16.0.0" ,
30
30
"babel-loader" : " 6.2.5" ,
31
- "babel-preset-react-app" : " ^0.2.1 " ,
31
+ "babel-preset-react-app" : " ^1.0.0 " ,
32
32
"case-sensitive-paths-webpack-plugin" : " 1.1.4" ,
33
33
"chalk" : " 1.1.3" ,
34
34
"connect-history-api-fallback" : " 1.3.0" ,
37
37
"detect-port" : " 1.0.1" ,
38
38
"dotenv" : " 2.0.0" ,
39
39
"eslint" : " 3.8.1" ,
40
- "eslint-config-react-app" : " ^0.2.1 " ,
40
+ "eslint-config-react-app" : " ^0.3.0 " ,
41
41
"eslint-loader" : " 1.6.0" ,
42
42
"eslint-plugin-flowtype" : " 2.21.0" ,
43
43
"eslint-plugin-import" : " 2.0.1" ,
57
57
"path-exists" : " 2.1.0" ,
58
58
"postcss-loader" : " 1.0.0" ,
59
59
"promise" : " 7.1.1" ,
60
- "react-dev-utils" : " ^0.2.1 " ,
60
+ "react-dev-utils" : " ^0.3.0 " ,
61
61
"recursive-readdir" : " 2.1.0" ,
62
62
"rimraf" : " 2.5.4" ,
63
63
"strip-ansi" : " 3.0.1" ,
119
119
" url-loader" ,
120
120
" webpack" ,
121
121
" webpack-dev-server" ,
122
+ " webpack-manifest-plugin" ,
122
123
" whatwg-fetch"
123
124
]
124
125
}
You can’t perform that action at this time.
0 commit comments