Skip to content

Commit 97127c5

Browse files
authored
Merge pull request #170 from rtfpessoa/updates
Update dependencies
2 parents 98cb865 + 5fdaa49 commit 97127c5

File tree

3 files changed

+1018
-789
lines changed

3 files changed

+1018
-789
lines changed

.circleci/config.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
- run: yarn run lint
3434
- run: yarn run codacy
3535

36-
build-node_0.12:
37-
<<: *common-build
38-
docker:
39-
- image: node:0.12
40-
4136
build-node_4:
4237
<<: *common-build
4338
docker:
@@ -59,17 +54,28 @@ jobs:
5954
- image: node:7
6055

6156
build-node_8:
62-
<<: *latest-build
57+
<<: *common-build
6358
docker:
6459
- image: node:8
6560

61+
build-node_9:
62+
<<: *common-build
63+
docker:
64+
- image: node:9
65+
66+
build-node_10:
67+
<<: *latest-build
68+
docker:
69+
- image: node:10
70+
6671
workflows:
6772
version: 2
6873
build:
6974
jobs:
70-
- build-node_0.12
7175
- build-node_4
7276
- build-node_5
7377
- build-node_6
7478
- build-node_7
7579
- build-node_8
80+
- build-node_9
81+
- build-node_10

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://www.github.com/rtfpessoa/diff2html/issues"
3333
},
3434
"engines": {
35-
"node": ">=0.12"
35+
"node": ">=4"
3636
},
3737
"preferGlobal": true,
3838
"scripts": {
@@ -55,26 +55,26 @@
5555
"fs": false
5656
},
5757
"dependencies": {
58-
"diff": "^3.3.1",
58+
"diff": "^3.5.0",
5959
"hogan.js": "^3.0.2",
60-
"lodash": "^4.17.4",
61-
"whatwg-fetch": "^2.0.3"
60+
"lodash": "^4.17.10",
61+
"whatwg-fetch": "^2.0.4"
6262
},
6363
"devDependencies": {
64-
"autoprefixer": "^7.1.4",
65-
"browserify": "^14.4.0",
66-
"clean-css-cli": "^4.1.10",
67-
"codacy-coverage": "^2.0.3",
68-
"eslint": "^4.8.0",
69-
"eslint-plugin-promise": "^3.5.0",
70-
"eslint-plugin-standard": "^3.0.1",
64+
"autoprefixer": "^8.6.2",
65+
"browserify": "^16.2.2",
66+
"clean-css-cli": "^4.1.11",
67+
"codacy-coverage": "^3.0.0",
68+
"eslint": "^4.19.1",
69+
"eslint-plugin-promise": "^3.8.0",
70+
"eslint-plugin-standard": "^3.1.0",
7171
"fast-html-parser": "^1.0.1",
7272
"istanbul": "^0.4.5",
7373
"mkdirp": "^0.5.1",
74-
"mocha": "^3.5.3",
74+
"mocha": "^5.2.0",
7575
"nopt": "^4.0.1",
76-
"postcss-cli": "^4.1.1",
77-
"uglify-js": "^3.1.2"
76+
"postcss-cli": "^5.0.0",
77+
"uglify-js": "^3.4.0"
7878
},
7979
"license": "MIT",
8080
"files": [

0 commit comments

Comments
 (0)