Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

Commit 6c97944

Browse files
committed
updated React, Webpack to the latest version
1 parent 221de93 commit 6c97944

File tree

3 files changed

+11
-29
lines changed

3 files changed

+11
-29
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Simple and optimized React boilerplate. It includes:
66

7-
- [x] React 16.1.1
7+
- [x] React 16.2.0
88
- [x] ECMAScript 6 and JSX support
99
- [x] React Router v4
1010
- [x] Component testing using [Enzyme](https://github.com/airbnb/enzyme) and [Jest](https://facebook.github.io/jest)
1111
- [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
1313
- [x] Hot Module Replacement using [react-hot-loader](https://github.com/gaearon/react-hot-loader)
1414
- [x] ES6 linting with continuous linting on file change
1515
- [x] SASS support

package-lock.json

+6-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-webpack-boilerplate",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Minimalistic ES6 React boilerplate",
55
"main": "index.js",
66
"scripts": {
@@ -53,7 +53,7 @@
5353
"css-loader": "0.28.7",
5454
"enzyme": "3.2.0",
5555
"enzyme-adapter-react-16": "1.1.0",
56-
"eslint": "4.12.0",
56+
"eslint": "4.12.1",
5757
"eslint-config-airbnb": "16.1.0",
5858
"eslint-loader": "1.9.0",
5959
"eslint-plugin-import": "2.8.0",
@@ -72,7 +72,7 @@
7272
"sass-loader": "6.0.6",
7373
"style-loader": "0.19.0",
7474
"url-loader": "0.6.2",
75-
"webpack": "3.8.1",
75+
"webpack": "3.9.1",
7676
"webpack-dev-server": "2.9.5"
7777
}
7878
}

0 commit comments

Comments
 (0)