mirror of
https://github.com/youzan/vant.git
synced 2025-10-13 14:33:41 +00:00
chore(deps): update all patch dependencies
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
"*.{ts,tsx,js,vue}": "eslint --fix"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": ">= 10.18.0"
|
||||
"pnpm": ">= 10.18.2"
|
||||
},
|
||||
"packageManager": "pnpm@10.18.0",
|
||||
"packageManager": "pnpm@10.18.2",
|
||||
"devDependencies": {
|
||||
"@vant/cli": "workspace:*",
|
||||
"@vant/eslint-config": "workspace:*",
|
||||
@@ -29,6 +29,6 @@
|
||||
"prettier": "^3.6.2"
|
||||
},
|
||||
"overrides": {
|
||||
"esbuild": "^0.25.9"
|
||||
"esbuild": "^0.25.10"
|
||||
}
|
||||
}
|
||||
|
@@ -30,15 +30,15 @@
|
||||
"dependencies": {
|
||||
"enquirer": "2.4.1",
|
||||
"fast-glob": "^3.3.3",
|
||||
"fs-extra": "^11.3.1",
|
||||
"fs-extra": "^11.3.2",
|
||||
"picocolors": "^1.1.1",
|
||||
"rslog": "^1.2.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/node": "^22.18.3",
|
||||
"@types/node": "^22.18.9",
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
|
@@ -38,6 +38,6 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rslib/core": "^0.13.3",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
@@ -38,6 +38,6 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rslib/core": "^0.13.3",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
@@ -33,7 +33,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.28.4",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@rsbuild/core": "^1.5.10",
|
||||
"@rsbuild/core": "^1.5.16",
|
||||
"@rsbuild/plugin-babel": "^1.0.6",
|
||||
"@rsbuild/plugin-less": "^1.5.0",
|
||||
"@rsbuild/plugin-sass": "^1.4.0",
|
||||
@@ -47,14 +47,14 @@
|
||||
"autoprefixer": "^10.4.21",
|
||||
"commander": "^14.0.1",
|
||||
"enquirer": "2.4.1",
|
||||
"esbuild": "^0.25.9",
|
||||
"esbuild": "^0.25.10",
|
||||
"eslint": "^8.57.1",
|
||||
"fast-glob": "^3.3.3",
|
||||
"fs-extra": "^11.3.1",
|
||||
"fs-extra": "^11.3.2",
|
||||
"hash-sum": "^2.0.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"husky": "^9.1.7",
|
||||
"less": "^4.4.1",
|
||||
"less": "^4.4.2",
|
||||
"lodash": "^4.17.21",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.2.0",
|
||||
@@ -67,7 +67,7 @@
|
||||
"rspack-plugin-virtual-module": "^1.0.1",
|
||||
"terser": "^5.44.0",
|
||||
"transliteration": "^2.3.5",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^5.4.20",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
@@ -76,9 +76,9 @@
|
||||
"@types/less": "^3.0.8",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/node": "^22.18.3",
|
||||
"@types/node": "^22.18.9",
|
||||
"rimraf": "^6.0.1",
|
||||
"vue": "^3.5.21"
|
||||
"vue": "^3.5.22"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
@@ -34,9 +34,9 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rslib/core": "^0.13.3",
|
||||
"@vue/runtime-core": "^3.5.21",
|
||||
"typescript": "^5.9.2",
|
||||
"@vue/runtime-core": "^3.5.22",
|
||||
"typescript": "^5.9.3",
|
||||
"vant": "workspace:*",
|
||||
"vue": "^3.5.21"
|
||||
"vue": "^3.5.22"
|
||||
}
|
||||
}
|
||||
|
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.1",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.32.0 || ^8.2.0"
|
||||
|
@@ -38,6 +38,6 @@
|
||||
"devDependencies": {
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@rslib/core": "^0.13.3",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
@@ -37,8 +37,8 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rslib/core": "^0.13.3",
|
||||
"typescript": "^5.9.2",
|
||||
"vue": "^3.5.21"
|
||||
"typescript": "^5.9.3",
|
||||
"vue": "^3.5.22"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
|
@@ -48,13 +48,13 @@
|
||||
"dependencies": {
|
||||
"@vant/popperjs": "workspace:^",
|
||||
"@vant/use": "workspace:^",
|
||||
"@vue/shared": "^3.5.21"
|
||||
"@vue/shared": "^3.5.22"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.18.3",
|
||||
"@types/node": "^22.18.9",
|
||||
"@vant/area-data": "workspace:*",
|
||||
"@vant/cli": "workspace:*",
|
||||
"@vant/eslint-config": "workspace:*",
|
||||
@@ -62,16 +62,16 @@
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
||||
"@vitest/coverage-istanbul": "^3.2.4",
|
||||
"@vue/runtime-core": "^3.5.21",
|
||||
"@vue/runtime-core": "^3.5.22",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"csstype": "^3.1.3",
|
||||
"diffable-html": "^6.0.1",
|
||||
"jsdom": "^25.0.1",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^5.4.20",
|
||||
"vitest": "^3.2.4",
|
||||
"vitest-canvas-mock": "^0.3.3",
|
||||
"vue": "^3.5.21",
|
||||
"vue": "^3.5.22",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"sideEffects": [
|
||||
|
807
pnpm-lock.yaml
generated
807
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user