chore(deps): update all patch dependencies (#13601)
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-07 13:07:43 +00:00
committed by GitHub
parent bb2678978f
commit 5ab907eb33
8 changed files with 425 additions and 350 deletions

View File

@@ -37,7 +37,7 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.12.1", "@rslib/core": "^0.12.4",
"typescript": "^5.9.2" "typescript": "^5.9.2"
} }
} }

View File

@@ -37,7 +37,7 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.12.1", "@rslib/core": "^0.12.4",
"typescript": "^5.9.2" "typescript": "^5.9.2"
} }
} }

View File

@@ -31,13 +31,13 @@
"release": "rm -rf ./site/node_modules && vant-cli release" "release": "rm -rf ./site/node_modules && vant-cli release"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.28.3", "@babel/core": "^7.28.4",
"@babel/preset-typescript": "^7.27.1", "@babel/preset-typescript": "^7.27.1",
"@rsbuild/core": "^1.4.15", "@rsbuild/core": "^1.4.15",
"@rsbuild/plugin-babel": "^1.0.6", "@rsbuild/plugin-babel": "^1.0.6",
"@rsbuild/plugin-less": "^1.4.0", "@rsbuild/plugin-less": "^1.4.0",
"@rsbuild/plugin-sass": "^1.3.5", "@rsbuild/plugin-sass": "^1.3.5",
"@rsbuild/plugin-vue": "^1.1.1", "@rsbuild/plugin-vue": "^1.1.2",
"@rsbuild/plugin-vue-jsx": "^1.1.1", "@rsbuild/plugin-vue-jsx": "^1.1.1",
"@vant/eslint-config": "workspace:^", "@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^", "@vant/touch-emulator": "workspace:^",
@@ -54,7 +54,7 @@
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"husky": "^9.1.7", "husky": "^9.1.7",
"less": "^4.4.0", "less": "^4.4.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0", "markdown-it-anchor": "^9.2.0",
@@ -78,7 +78,7 @@
"@types/markdown-it": "^14.1.2", "@types/markdown-it": "^14.1.2",
"@types/node": "^22.17.2", "@types/node": "^22.17.2",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"vue": "^3.5.18" "vue": "^3.5.21"
}, },
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"

View File

@@ -33,10 +33,10 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.12.1", "@rslib/core": "^0.12.4",
"@vue/runtime-core": "^3.5.18", "@vue/runtime-core": "^3.5.21",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"vant": "workspace:*", "vant": "workspace:*",
"vue": "^3.5.18" "vue": "^3.5.21"
} }
} }

View File

@@ -37,7 +37,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@rslib/core": "^0.12.1", "@rslib/core": "^0.12.4",
"typescript": "^5.9.2" "typescript": "^5.9.2"
} }
} }

View File

@@ -36,9 +36,9 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rslib/core": "^0.12.1", "@rslib/core": "^0.12.4",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"vue": "^3.5.18" "vue": "^3.5.21"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"

View File

@@ -48,7 +48,7 @@
"dependencies": { "dependencies": {
"@vant/popperjs": "workspace:^", "@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^", "@vant/use": "workspace:^",
"@vue/shared": "^3.5.18" "@vue/shared": "^3.5.21"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"
@@ -62,7 +62,7 @@
"@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0", "@vitejs/plugin-vue-jsx": "^4.2.0",
"@vitest/coverage-istanbul": "^3.2.4", "@vitest/coverage-istanbul": "^3.2.4",
"@vue/runtime-core": "^3.5.18", "@vue/runtime-core": "^3.5.21",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3", "csstype": "^3.1.3",
"diffable-html": "^6.0.1", "diffable-html": "^6.0.1",
@@ -71,7 +71,7 @@
"vite": "^5.4.19", "vite": "^5.4.19",
"vitest": "^3.2.4", "vitest": "^3.2.4",
"vitest-canvas-mock": "^0.3.3", "vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.18", "vue": "^3.5.21",
"vue-router": "^4.5.1" "vue-router": "^4.5.1"
}, },
"sideEffects": [ "sideEffects": [

745
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff