mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
chore(deps): update all patch dependencies (#12942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
db49d0f4f5
commit
a47077f2a9
2
.github/workflows/deploy-v4-site.yml
vendored
2
.github/workflows/deploy-v4-site.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
run: npm run build:site
|
||||
|
||||
- name: Deploy for GitHub 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.6.3
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: packages/vant/site-dist
|
||||
|
@ -26,7 +26,7 @@
|
||||
"eslint": "^8.57.0",
|
||||
"husky": "^8.0.3",
|
||||
"nano-staged": "^0.8.0",
|
||||
"prettier": "^3.3.1"
|
||||
"prettier": "^3.3.3"
|
||||
},
|
||||
"overrides": {
|
||||
"esbuild": "^0.20.2"
|
||||
|
@ -32,7 +32,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"rimraf": "^5.0.7",
|
||||
"rimraf": "^5.0.9",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -39,7 +39,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.7",
|
||||
"rimraf": "^5.0.9",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@
|
||||
"author": "chenjiahan",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"rimraf": "^5.0.7",
|
||||
"rimraf": "^5.0.9",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -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.7",
|
||||
"@types/markdown-it": "^13.0.8",
|
||||
"rimraf": "^5.0.7",
|
||||
"vue": "^3.4.29"
|
||||
"rimraf": "^5.0.9",
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/core": "^7.24.9",
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@rsbuild/core": "1.0.1-beta.0",
|
||||
"@rsbuild/plugin-babel": "1.0.1-beta.0",
|
||||
"@rsbuild/plugin-less": "1.0.1-beta.0",
|
||||
"@rsbuild/plugin-sass": "1.0.1-beta.0",
|
||||
"@rsbuild/plugin-vue": "1.0.1-beta.0",
|
||||
"@rsbuild/plugin-vue-jsx": "1.0.1-beta.0",
|
||||
"@rsbuild/core": "1.0.1-beta.3",
|
||||
"@rsbuild/plugin-babel": "1.0.1-beta.3",
|
||||
"@rsbuild/plugin-less": "1.0.1-beta.3",
|
||||
"@rsbuild/plugin-sass": "1.0.1-beta.3",
|
||||
"@rsbuild/plugin-vue": "1.0.1-beta.3",
|
||||
"@rsbuild/plugin-vue-jsx": "1.0.1-beta.3",
|
||||
"@vant/eslint-config": "workspace:^",
|
||||
"@vant/touch-emulator": "workspace:^",
|
||||
"@vitejs/plugin-vue": "^5.0.5",
|
||||
@ -76,14 +76,14 @@
|
||||
"markdown-it-anchor": "^9.0.1",
|
||||
"nano-staged": "^0.8.0",
|
||||
"picocolors": "^1.0.1",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-load-config": "^6.0.1",
|
||||
"prettier": "^3.3.1",
|
||||
"rspack-plugin-virtual-module": "^0.1.12",
|
||||
"terser": "^5.31.1",
|
||||
"prettier": "^3.3.3",
|
||||
"rspack-plugin-virtual-module": "^0.1.13",
|
||||
"terser": "^5.31.3",
|
||||
"transliteration": "^2.3.5",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite": "^5.3.4",
|
||||
"vue-router": "^4.4.0"
|
||||
}
|
||||
}
|
||||
|
@ -36,11 +36,11 @@
|
||||
"author": "chenjiahan",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/runtime-core": "^3.4.29",
|
||||
"@vue/runtime-core": "^3.4.33",
|
||||
"vant": "workspace:*",
|
||||
"vue": "^3.4.29",
|
||||
"vue": "^3.4.33",
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.7",
|
||||
"rimraf": "^5.0.9",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@
|
||||
"devDependencies": {
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.7",
|
||||
"rimraf": "^5.0.9",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -39,9 +39,9 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.7",
|
||||
"rimraf": "^5.0.9",
|
||||
"typescript": "^5.4.5",
|
||||
"vue": "^3.4.29"
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
|
@ -48,13 +48,13 @@
|
||||
"dependencies": {
|
||||
"@vant/popperjs": "workspace:^",
|
||||
"@vant/use": "workspace:^",
|
||||
"@vue/shared": "^3.4.27"
|
||||
"@vue/shared": "^3.4.33"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.34",
|
||||
"@types/node": "^18.19.41",
|
||||
"@vant/area-data": "workspace:*",
|
||||
"@vant/cli": "workspace:*",
|
||||
"@vant/eslint-config": "workspace:*",
|
||||
@ -62,16 +62,16 @@
|
||||
"@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.33",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"csstype": "^3.1.3",
|
||||
"diffable-html": "^5.0.0",
|
||||
"jsdom": "^24.1.0",
|
||||
"jsdom": "^24.1.1",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.3.1",
|
||||
"vite": "^5.3.4",
|
||||
"vitest": "^1.6.0",
|
||||
"vitest-canvas-mock": "^0.3.3",
|
||||
"vue": "^3.4.29",
|
||||
"vue": "^3.4.33",
|
||||
"vue-router": "^4.4.0"
|
||||
},
|
||||
"sideEffects": [
|
||||
|
815
pnpm-lock.yaml
generated
815
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user