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] committed Apr 14, 2024
1 parent 288b87a commit be32c36
Show file tree
Hide file tree
Showing 3 changed files with 1,706 additions and 587 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "8.17.0"
- "9.11.2"
- "10.24.1"
- "11.15.0"
cache:
yarn: true
directories:
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"visualize"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
"node": ">=8.17.0",
"npm": ">=5.10.0"
},
"jest": {
"testEnvironment": "node",
Expand All @@ -58,31 +58,31 @@
},
"dependencies": {
"bundle-buddy-webpack-plugin": "^0.3.0",
"consola": "2.3.0"
"consola": "2.15.3"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@nuxtjs/eslint-config": "^0.0.1",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.1.0",
"codecov": "^3.1.0",
"eslint": "^5.10.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0",
"husky": "^1.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^5.2.3",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"jsdom": "^13.2.0",
"nuxt-edge": "^2.3.0-25706271.cca799c",
"standard-version": "^4.4.0",
"webpack-defaults": "^3.0.0"
},
"resolutions": {
"bundle-buddy-webpack-plugin/bundle-buddy": "0.2.1"
"bundle-buddy-webpack-plugin/bundle-buddy": "0.2.2"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit be32c36

Please sign in to comment.