Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 14, 2024
1 parent 93cb214 commit 7d4607f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ matrix:
include:
- node_js: "node"
env: NPM_AUDIT=yes NPM_PACK=yes NPM_RUN_LINT=yes NYC="nyc --no-clean --reporter=lcov"
- node_js: "10"
- node_js: "8"
- node_js: "6"
- node_js: "10.24.1"
- node_js: "8.17.0"
- node_js: "6.17.1"

install:
- set -e
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "http://github.com/dex4er/js-null-writable",
"engines": {
"node": ">=6.0.0"
"node": ">=6.17.1"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -38,16 +38,16 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"markdownlint-cli": "^0.18.0",
"markdownlint-cli": "^0.39.0",
"mocha": "^6.2.1",
"mocha-steps": "^1.3.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"shx": "^0.3.4",
"ts-node": "^8.10.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.3"
"typescript": "^3.9.10"
},
"scripts": {
"compile": "tsc --pretty --project .",
Expand Down

0 comments on commit 7d4607f

Please sign in to comment.