Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2507)
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 Aug 28, 2023
1 parent 6850ea6 commit f16f644
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 603 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@4.1.7
uses: JamesIves/github-pages-deploy-action@v4.4.3
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@4.1.7
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"@types/node": "^17.0.16",
"@vitejs/plugin-vue": "^4.2.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"@vitest/coverage-v8": "^0.34.0",
"@vitest/ui": "^0.34.0",
"@vue/test-utils": "^2.4.0",
"autoprefixer": "^10.3.4",
"codesandbox": "^2.2.3",
Expand All @@ -106,7 +106,7 @@
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-md": "^0.21.5",
"vitest": "^0.32.2",
"vitest": "^0.34.0",
"vue": "^3.3.4",
"vue-tsc": "^1.8.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"@typescript-eslint/parser": "^5.20.0",
"babel-loader": "^9.1.2",
"babel-preset-taro": "3.6.14",
"css-loader": "3.4.2",
"css-loader": "3.6.0",
"eslint": "^8.12.0",
"eslint-config-taro": "3.6.14",
"eslint-plugin-vue": "^8.0.0",
"style-loader": "1.3.0",
"stylelint": "9.3.0",
"stylelint": "9.10.1",
"typescript": "^4.9.3",
"vue-loader": "^17.0.0",
"webpack": "^5.69.0"
Expand Down
Loading

0 comments on commit f16f644

Please sign in to comment.