This repository was archived by the owner on Nov 29, 2020. It is now read-only.
File tree 3 files changed +11
-29
lines changed
3 files changed +11
-29
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Simple and optimized React boilerplate. It includes:
6
6
7
- - [x] React 16.1.1
7
+ - [x] React 16.2.0
8
8
- [x] ECMAScript 6 and JSX support
9
9
- [x] React Router v4
10
10
- [x] Component testing using [ Enzyme] ( https://github.com/airbnb/enzyme ) and [ Jest] ( https://facebook.github.io/jest )
11
11
- [x] Code Coverage
12
- - [x] Latest Webpack (v.3.8 .1) and Webpack Dev Server (v.2.9.4 ) with Scope Hoisting enabled
12
+ - [x] Latest Webpack (v.3.9 .1) and Webpack Dev Server (v.2.9.5 ) with Scope Hoisting enabled
13
13
- [x] Hot Module Replacement using [ react-hot-loader] ( https://github.com/gaearon/react-hot-loader )
14
14
- [x] ES6 linting with continuous linting on file change
15
15
- [x] SASS support
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-webpack-boilerplate" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " Minimalistic ES6 React boilerplate" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
53
53
"css-loader" : " 0.28.7" ,
54
54
"enzyme" : " 3.2.0" ,
55
55
"enzyme-adapter-react-16" : " 1.1.0" ,
56
- "eslint" : " 4.12.0 " ,
56
+ "eslint" : " 4.12.1 " ,
57
57
"eslint-config-airbnb" : " 16.1.0" ,
58
58
"eslint-loader" : " 1.9.0" ,
59
59
"eslint-plugin-import" : " 2.8.0" ,
72
72
"sass-loader" : " 6.0.6" ,
73
73
"style-loader" : " 0.19.0" ,
74
74
"url-loader" : " 0.6.2" ,
75
- "webpack" : " 3.8 .1" ,
75
+ "webpack" : " 3.9 .1" ,
76
76
"webpack-dev-server" : " 2.9.5"
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments