Skip to content

Commit

Permalink
update deps (#397)
Browse files Browse the repository at this point in the history
* update deps

* update

* add engines
  • Loading branch information
bokuweb committed Aug 3, 2021
1 parent adb0b62 commit a6793ea
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 798 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,9 +20,9 @@

### Requirements

- Node.js v8+
- Node.js v12+

`reg-cli` support Node.js v8+
`reg-cli` support Node.js v12+

``` sh
$ npm i -D reg-cli
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,6 +1,6 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "10"
nodejs_version: "12"

# Install scripts. (runs after repo cloning)
install:
Expand Down
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -20,6 +20,9 @@
"test:screenshot": "npm run build:report && npm run reg && npm run screenshot",
"test": "cross-env NODE_ENV=\"debug\" npm run build:report && npm run build && npm run test:cli && npm run test:screenshot"
},
"engines": {
"node" : ">=12"
},
"repository": {
"type": "git",
"url": "https://github.com/reg-viz/reg-cli/"
Expand All @@ -31,6 +34,9 @@
"**/randomatic": "3.1.1",
"**/deep-extend": "0.6.0",
"**/cryptiles": "4.1.3",
"**/lodash": "4.17.21",
"**/yargs-parser": "^13.1.2",
"**/minimist": "^1.2.3",
"**/hoek": "6.1.3",
"**/glob-parent": "^6.0.1",
"**/dot-prop": "^6.0.1",
Expand All @@ -47,14 +53,14 @@
"del": "6.0.0",
"glob": "7.1.7",
"img-diff-js": "0.5.1",
"yargs-parser": "^13.1.2",
"jpeg-js": "^0.4.0",
"lodash": "4.17.21",
"make-dir": "3.1.0",
"md5-file": "4.0.0",
"meow": "3.7.0",
"mustache": "4.2.0",
"x-img-diff-js": "0.3.5"
"x-img-diff-js": "0.3.5",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"ava": "0.25.0",
Expand Down

0 comments on commit a6793ea

Please sign in to comment.