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 Oct 2, 2024
1 parent 34f27b1 commit 569235a
Show file tree
Hide file tree
Showing 3 changed files with 2,449 additions and 1,112 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "10"
- "11"
- "10.24.1"
- "11.15.0"
cache:
yarn: true
directories:
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,45 +38,45 @@
"algorithms"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
"node": ">=8.17.0",
"npm": ">=5.10.0"
},
"author": "Alexander Lichter <npm@lichter.io>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/travis-cli": "^8.1.0",
"babel-eslint": "^10.0.2",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.25.7",
"@commitlint/cli": "^8.3.6",
"@commitlint/config-conventional": "^8.3.6",
"@commitlint/travis-cli": "^8.3.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-register": "^6.22.0",
"babel-loader": "^8.4.1",
"babel-register": "^6.26.0",
"chalk": "^2.4.2",
"codecov": "^3.5.0",
"cross-spawn": "^6.0.5",
"eslint": "^6.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^13.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"husky": "^3.0.4",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-each": "^24.9.0",
"jest-environment-node": "^24.9.0",
"regenerator-runtime": "^0.13.3",
"regenerator-runtime": "^0.14.1",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.2"
"rollup-plugin-uglify": "^6.0.4"
},
"jest": {
"moduleDirectories": [
Expand Down
Loading

0 comments on commit 569235a

Please sign in to comment.