Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 03d29dc commit fefe133
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-v4-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run build:site

- name: Deploy for GitHub 🚀
uses: JamesIves/[email protected].4
uses: JamesIves/[email protected].8
with:
branch: gh-pages
folder: packages/vant/site-dist
Expand Down
4 changes: 2 additions & 2 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@types/lodash": "^4.17.9",
"@types/markdown-it": "^14.1.2",
"rimraf": "^6.0.1",
"vue": "^3.5.9"
"vue": "^3.5.10"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@rsbuild/core": "1.0.7",
"@rsbuild/core": "1.0.9",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-sass": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vant-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.5.9",
"@vue/runtime-core": "^3.5.10",
"vant": "workspace:*",
"vue": "^3.5.9",
"vue": "^3.5.10",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"vue": "^3.5.9"
"vue": "^3.5.10"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.5.9"
"@vue/shared": "^3.5.10"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.16.9",
"@types/node": "^20.16.10",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vue/runtime-core": "^3.5.9",
"@vue/runtime-core": "^3.5.10",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
Expand All @@ -71,7 +71,7 @@
"vite": "^5.4.8",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.9",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit fefe133

Please sign in to comment.