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 Jul 6, 2024
1 parent 1a1a5c0 commit a1e6500
Show file tree
Hide file tree
Showing 11 changed files with 448 additions and 504 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].1
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: packages/vant/site-dist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^8.57.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"prettier": "^3.3.1"
"prettier": "^3.3.2"
},
"overrides": {
"esbuild": "^0.20.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vant-cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"typescript": "^5.4.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-area-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/vant-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"typescript": "^5.4.5"
}
}
26 changes: 13 additions & 13 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/lodash": "^4.17.5",
"@types/lodash": "^4.17.6",
"@types/markdown-it": "^13.0.8",
"rimraf": "^5.0.7",
"vue": "^3.4.29"
"rimraf": "^5.0.8",
"vue": "^3.4.31"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rsbuild/core": "0.7.4",
"@rsbuild/plugin-babel": "0.7.4",
"@rsbuild/plugin-less": "0.7.4",
"@rsbuild/plugin-sass": "0.7.4",
"@rsbuild/plugin-vue": "0.7.4",
"@rsbuild/plugin-vue-jsx": "0.7.4",
"@rsbuild/core": "0.7.10",
"@rsbuild/plugin-babel": "0.7.10",
"@rsbuild/plugin-less": "0.7.10",
"@rsbuild/plugin-sass": "0.7.10",
"@rsbuild/plugin-vue": "0.7.10",
"@rsbuild/plugin-vue-jsx": "0.7.10",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.0.5",
Expand All @@ -76,14 +76,14 @@
"markdown-it-anchor": "^8.6.7",
"nano-staged": "^0.8.0",
"picocolors": "^1.0.1",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-load-config": "^4.0.2",
"prettier": "^3.3.1",
"rspack-plugin-virtual-module": "^0.1.12",
"prettier": "^3.3.2",
"rspack-plugin-virtual-module": "^0.1.13",
"terser": "^5.31.1",
"transliteration": "^2.3.5",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite": "^5.3.3",
"vue-router": "^4.4.0"
}
}
6 changes: 3 additions & 3 deletions packages/vant-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.4.29",
"@vue/runtime-core": "^3.4.31",
"vant": "workspace:*",
"vue": "^3.4.29",
"vue": "^3.4.31",
"esbuild": "^0.20.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/vant-popperjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@popperjs/core": "^2.11.8",
"esbuild": "^0.20.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"typescript": "^5.4.5",
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,30 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.4.27"
"@vue/shared": "^3.4.31"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.19.34",
"@types/node": "^18.19.39",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vue/runtime-core": "^3.4.29",
"@vue/runtime-core": "^3.4.31",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^24.1.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite": "^5.3.3",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.29",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit a1e6500

Please sign in to comment.