Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 421fedf commit 337badd
Show file tree
Hide file tree
Showing 3 changed files with 1,192 additions and 228 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
- "8.17.0"
- "10.24.1"
- "12.22.12"
cache:
yarn: true
directories:
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
"test": "nyc jest test"
},
"engines": {
"node": ">=8.0.0"
"node": ">=8.17.0"
},
"dependencies": {
"cross-spawn": "^6.0.5",
"minimist": "^1.2.0",
"minimist-options": "^4.0.2"
"minimist-options": "^4.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-eslint": "^10.1.0",
"codecov": "^3.6.1",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^24.9.0",
"nyc": "^14.1.1",
"standard-version": "^7.0.1"
Expand Down
Loading

0 comments on commit 337badd

Please sign in to comment.