mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore(deps): update all patch dependencies (#12812)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <jait.chen@foxmail.com>
This commit is contained in:
parent
86df4c1441
commit
80ca6fbad5
@ -19,7 +19,7 @@
|
||||
"engines": {
|
||||
"pnpm": ">= 9.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.4",
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"devDependencies": {
|
||||
"@vant/cli": "workspace:*",
|
||||
"@vant/eslint-config": "workspace:*",
|
||||
|
@ -33,10 +33,10 @@
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"rslog": "^1.2.1",
|
||||
"rslog": "^1.2.2",
|
||||
"fast-glob": "^3.3.2",
|
||||
"fs-extra": "^11.2.0",
|
||||
"enquirer": "2.4.1",
|
||||
|
@ -40,6 +40,6 @@
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -40,6 +40,6 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -41,17 +41,17 @@
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/less": "^3.0.6",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/markdown-it": "^13.0.7",
|
||||
"@types/markdown-it": "^13.0.8",
|
||||
"rimraf": "^5.0.5",
|
||||
"vue": "^3.4.23"
|
||||
"vue": "^3.4.26"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.24.4",
|
||||
"@babel/core": "^7.24.5",
|
||||
"@babel/preset-typescript": "^7.24.1",
|
||||
"@rsbuild/core": "0.6.4",
|
||||
"@rsbuild/plugin-babel": "0.6.4",
|
||||
"@rsbuild/plugin-vue": "0.6.4",
|
||||
"@rsbuild/plugin-vue-jsx": "0.6.4",
|
||||
"@rsbuild/core": "0.6.8",
|
||||
"@rsbuild/plugin-babel": "0.6.8",
|
||||
"@rsbuild/plugin-vue": "0.6.8",
|
||||
"@rsbuild/plugin-vue-jsx": "0.6.8",
|
||||
"@vant/eslint-config": "workspace:^",
|
||||
"@vant/touch-emulator": "workspace:^",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
@ -59,7 +59,7 @@
|
||||
"@vue/babel-plugin-jsx": "^1.2.2",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"commander": "^12.0.0",
|
||||
"rslog": "^1.2.1",
|
||||
"rslog": "^1.2.2",
|
||||
"esbuild": "^0.20.2",
|
||||
"eslint": "^8.57.0",
|
||||
"enquirer": "2.4.1",
|
||||
@ -80,8 +80,8 @@
|
||||
"rspack-plugin-virtual-module": "^0.1.12",
|
||||
"terser": "^5.30.3",
|
||||
"transliteration": "^2.3.5",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^5.0.12",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.10",
|
||||
"vue-router": "^4.3.2"
|
||||
}
|
||||
}
|
||||
|
@ -36,11 +36,11 @@
|
||||
"author": "chenjiahan",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/runtime-core": "^3.4.23",
|
||||
"@vue/runtime-core": "^3.4.26",
|
||||
"vant": "workspace:*",
|
||||
"vue": "^3.4.23",
|
||||
"vue": "^3.4.26",
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -20,14 +20,14 @@
|
||||
"author": "chenjiahan",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-vue": "^9.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.0",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.32.0 || ^8.2.0"
|
||||
|
@ -40,6 +40,6 @@
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
@ -40,8 +40,8 @@
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.20.2",
|
||||
"rimraf": "^5.0.5",
|
||||
"typescript": "^5.0.4",
|
||||
"vue": "^3.4.23"
|
||||
"typescript": "^5.4.5",
|
||||
"vue": "^3.4.26"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
|
@ -48,7 +48,7 @@
|
||||
"dependencies": {
|
||||
"@vant/popperjs": "workspace:^",
|
||||
"@vant/use": "workspace:^",
|
||||
"@vue/shared": "^3.4.23"
|
||||
"@vue/shared": "^3.4.26"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
@ -61,17 +61,17 @@
|
||||
"@vant/icons": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||
"@vitest/coverage-istanbul": "^1.1.3",
|
||||
"@vue/runtime-core": "^3.4.23",
|
||||
"@vitest/coverage-istanbul": "^1.5.3",
|
||||
"@vue/runtime-core": "^3.4.26",
|
||||
"@vue/test-utils": "^2.4.5",
|
||||
"csstype": "^3.1.3",
|
||||
"diffable-html": "^5.0.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^5.0.12",
|
||||
"vitest": "^1.1.3",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.10",
|
||||
"vitest": "^1.5.3",
|
||||
"vitest-canvas-mock": "^0.3.3",
|
||||
"vue": "^3.4.23",
|
||||
"vue": "^3.4.26",
|
||||
"vue-router": "^4.3.2"
|
||||
},
|
||||
"sideEffects": [
|
||||
|
769
pnpm-lock.yaml
generated
769
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user