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 7bcd144 commit d868515
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "8.17.0"
- "9.11.2"
- "10.24.1"
cache:
npm: true
directories:
Expand Down
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -38,8 +38,8 @@
"plugin"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
"node": ">=8.17.0",
"npm": ">=5.10.0"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -64,41 +64,41 @@
]
},
"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",
"@vue/server-test-utils": "^1.0.0-beta",
"@vue/test-utils": "^1.0.0-beta",
"@vue/server-test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.6",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-loader": "^8.3.0",
"babel-preset-vue-app": "^2.0.0",
"bili": "^4.0.0",
"cheerio": "^1.0.0-rc.2",
"bili": "^4.10.1",
"cheerio": "^1.0.0-rc.12",
"codecov": "latest",
"eslint": "^5.8.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^4.7.1",
"flush-promises": "^1.0.2",
"husky": "^1.1.3",
"husky": "^1.3.1",
"jest": "latest",
"jest-serializer-vue": "^2.0.2",
"jsdom": "latest",
"standard-version": "latest",
"vue-jest": "^3.0.0",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.17",
"vue-template-compiler": "^2.5.17"
"vue-jest": "^3.0.7",
"vue-loader": "^15.11.1",
"vue-router": "^3.6.5",
"vue-server-renderer": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
"dependencies": {
"vue": "^2.5.17"
"vue": "^2.7.16"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit d868515

Please sign in to comment.