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 Mar 7, 2022
1 parent 7bcd144 commit 25bddc5
Showing 1 changed file with 22 additions and 22 deletions.
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": ">=v8.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.0",
"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.2.3",
"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.10",
"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.25.4",
"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.9.8",
"vue-router": "^3.5.3",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"vue": "^2.5.17"
"vue": "^2.6.14"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 25bddc5

Please sign in to comment.