Skip to content

Commit

Permalink
Merge pull request #20 from zhixiaoqiang/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiaoqiang committed Jun 20, 2022
2 parents ad36c03 + 5e2e48f commit d413f49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Renovate
# https://github.com/renovatebot/github-action
uses: renovatebot/github-action@v32.76.1
uses: renovatebot/github-action@v32.83.3
env:
LOG_LEVEL: debug
with:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -43,13 +43,13 @@
"vue": "3.2.37"
},
"devDependencies": {
"@changesets/cli": "2.22.0",
"@changesets/cli": "2.23.0",
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@types/file-saver": "2.0.5",
"@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"@vitejs/plugin-vue": "2.3.3",
"eslint": "8.17.0",
"eslint-config-standard": "16.0.3",
Expand All @@ -66,11 +66,11 @@
"prettier": "2.6.2",
"sort-package-json": "1.57.0",
"typescript": "4.7.3",
"vite": "2.9.10",
"vite": "2.9.12",
"vite-plugin-style-import": "1.4.1",
"vue-eslint-parser": "8.3.0",
"wireit": "0.5.0",
"zx": "6.2.3"
"zx": "6.2.5"
},
"peerDependencies": {
"vant": "^3.4.6"
Expand Down
4 changes: 2 additions & 2 deletions src/download/template/package.json
Expand Up @@ -10,13 +10,13 @@
"@vant/popperjs": "1.2.1",
"@vant/touch-emulator": "1.3.2",
"@vant/use": "1.4.1",
"vant": "3.5.0",
"vant": "3.5.1",
"vue": "3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.37",
"vite": "2.9.10",
"vite": "2.9.12",
"vite-plugin-style-import": "1.4.1"
}
}

0 comments on commit d413f49

Please sign in to comment.