File tree Expand file tree Collapse file tree 5 files changed +145
-142
lines changed
Expand file tree Collapse file tree 5 files changed +145
-142
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ yarn-error.log
1111.tmp
1212.src
1313lerna-debug.log
14+ .travis.yml
Original file line number Diff line number Diff line change 11## Webpack4 - React16.7 Templater App
22
33
4+ # 2.0.1
5+ * Updated Webpack to 4.29.1 version.
6+ * Removed .travis.ci file from git watch.
7+
48# 2.0.0
59 * Partiarly moved app to TypeScript v.3.3.4.
610 * Major Update of react dependencies (react react-dom react-redux react-router react-router-dom redux).
1519# 1.9.1
1620 * Added Code of Conduct and Pull Request Templates.
1721 * Minor fixes.
18-
22+
1923# 1.9.0
2024 * Updated react, redux, react-redux dependencies.
2125
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ That's all what you need to start building your own project! Have fun and happy
101101### App technical environment that are 100% support with:
102102 * Node 10.5
103103 * Yarn 1.9.4
104- * Webpack 4.23 .1
104+ * Webpack 4.29 .1
105105 * React 16.8
106106
107107### App global package installing requirements:
Original file line number Diff line number Diff line change 200200 "tslint-loader" : " ^3.5.4" ,
201201 "typescript" : " ^3.3.4000" ,
202202 "uglifyjs-webpack-plugin" : " ^2.1.1" ,
203- "webpack" : " ^4.28.3 " ,
203+ "webpack" : " ^4.29.6 " ,
204204 "webpack-cli" : " ^3.1.2" ,
205205 "webpack-dev-middleware" : " ^3.4.0" ,
206206 "webpack-dev-server" : " ^3.1.14" ,
You can’t perform that action at this time.
0 commit comments