Skip to content

Commit c60e337

Browse files
committed
Drop node.js v6 and v7 & Upgrade dependencies & Bump version
1 parent 94d0856 commit c60e337

File tree

4 files changed

+369
-340
lines changed

4 files changed

+369
-340
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "6"
5-
- "7"
64
- "8"
75
- "9"
86
- "10"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ This starter is for those who with basic knowledge of React and have the need fo
7070

7171
## Requirements
7272

73-
- [node](https://nodejs.org/en/) >= 6.0
74-
- [npm](https://www.npmjs.com/) >= 3.0
73+
- [node](https://nodejs.org/en/) >= 8.0
74+
- [npm](https://www.npmjs.com/) >= 5.0
7575

7676
## Getting Started
7777

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-cool-starter",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A starter boilerplate for an universal web application with the best development experience and best practices.",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=6.0",
8-
"npm": ">=3.0"
7+
"node": ">=8",
8+
"npm": ">=5"
99
},
1010
"repository": {
1111
"type": "git",
@@ -345,9 +345,9 @@
345345
"jest": "^23.4.1",
346346
"mini-css-extract-plugin": "^0.4.1",
347347
"nock": "^9.4.2",
348-
"nodemon": "^1.18.1",
348+
"nodemon": "^1.18.2",
349349
"npm-run-all": "^4.1.3",
350-
"optimize-css-assets-webpack-plugin": "^4.0.3",
350+
"optimize-css-assets-webpack-plugin": "^5.0.0",
351351
"postcss": "^6.0.23",
352352
"postcss-loader": "^2.1.6",
353353
"prettier": "^1.13.7",

0 commit comments

Comments
 (0)