Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2706)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent a772f36 commit 060ebdc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pnpm copy:h5

- name: Sync
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-taro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pnpm copy:taro

- name: Sync
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.2",
"vitest": "^0.34.6",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.3.4",
"vue-tsc": "^1.8.22",
"vite-plugin-inspect": "^0.7.42"
"vite-plugin-inspect": "^0.8.0"
},
"engines": {
"pnpm": ">= 8.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.2",
"unplugin-vue-components": "^0.25.2"
"unplugin-vue-components": "^0.26.0"
}
}
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 060ebdc

Please sign in to comment.