Skip to content

Commit b4665aa

Browse files
authored
Merge pull request #40 from rtfpessoa/updates
Update dependencies
2 parents 7d84175 + 7d7e2e5 commit b4665aa

File tree

3 files changed

+212
-424
lines changed

3 files changed

+212
-424
lines changed

.circleci/config.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,20 @@ jobs:
5454
- image: node:7
5555

5656
build-node_8:
57-
<<: *latest-build
57+
<<: *common-build
5858
docker:
5959
- image: node:8
6060

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+
6171
workflows:
6272
version: 2
6373
build:
@@ -67,3 +77,5 @@ workflows:
6777
- build-node_6
6878
- build-node_7
6979
- build-node_8
80+
- build-node_9
81+
- build-node_10

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://www.github.com/rtfpessoa/diff2html-cli/issues"
3333
},
3434
"engines": {
35-
"node": ">=4.0.0"
35+
"node": ">=4"
3636
},
3737
"preferGlobal": true,
3838
"scripts": {
@@ -51,19 +51,19 @@
5151
"main": "./src/main.js",
5252
"dependencies": {
5353
"copy-paste": "^1.3.0",
54-
"diff2html": "^2.3.2",
54+
"diff2html": "^2.4.0",
5555
"extend": "^3.0.1",
5656
"open": "^0.0.5",
57-
"request": "^2.83.0",
58-
"yargs": "^9.0.1"
57+
"request": "^2.87.0",
58+
"yargs": "^11.0.0"
5959
},
6060
"devDependencies": {
61-
"codacy-coverage": "^2.0.3",
62-
"eslint": "^4.8.0",
63-
"eslint-plugin-promise": "^3.5.0",
64-
"eslint-plugin-standard": "^3.0.1",
61+
"codacy-coverage": "^3.0.0",
62+
"eslint": "^4.19.1",
63+
"eslint-plugin-promise": "^3.8.0",
64+
"eslint-plugin-standard": "^3.1.0",
6565
"istanbul": "^0.4.5",
66-
"mocha": "^4.0.0"
66+
"mocha": "^5.2.0"
6767
},
6868
"license": "MIT",
6969
"files": [

0 commit comments

Comments
 (0)