chore(deps): update all patch dependencies (#13159)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-19 21:17:16 +08:00 committed by GitHub
parent 4bf768c42f
commit 98b68e98bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 552 additions and 578 deletions

View File

@ -19,7 +19,7 @@
"engines": {
"pnpm": ">= 9.9.0"
},
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.2",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",

View File

@ -33,13 +33,13 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"rslog": "^1.2.3",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"enquirer": "2.4.1",
"picocolors": "^1.1.0"
"picocolors": "^1.1.1"
}
}

View File

@ -41,6 +41,6 @@
"devDependencies": {
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

View File

@ -40,6 +40,6 @@
"license": "MIT",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

View File

@ -40,19 +40,19 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"rimraf": "^6.0.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@rsbuild/core": "1.0.10",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-sass": "1.0.2",
"@rsbuild/plugin-vue": "1.0.1",
"@rsbuild/core": "1.0.15",
"@rsbuild/plugin-babel": "1.0.2",
"@rsbuild/plugin-less": "1.0.2",
"@rsbuild/plugin-sass": "1.0.3",
"@rsbuild/plugin-vue": "1.0.2",
"@rsbuild/plugin-vue-jsx": "1.0.1",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
@ -75,15 +75,15 @@
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"nano-staged": "^0.8.0",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"rspack-plugin-virtual-module": "^0.1.13",
"terser": "^5.34.1",
"transliteration": "^2.3.5",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vue-router": "^4.4.5"
}
}

View File

@ -36,11 +36,11 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.5.11",
"@vue/runtime-core": "^3.5.12",
"vant": "workspace:*",
"vue": "^3.5.11",
"vue": "^3.5.12",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

View File

@ -27,7 +27,7 @@
},
"devDependencies": {
"eslint": "^8.57.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0"

View File

@ -40,6 +40,6 @@
"@popperjs/core": "^2.11.8",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

View File

@ -40,8 +40,8 @@
"devDependencies": {
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"vue": "^3.5.11"
"typescript": "^5.6.3",
"vue": "^3.5.12"
},
"peerDependencies": {
"vue": "^3.0.0"

View File

@ -48,30 +48,30 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.5.11"
"@vue/shared": "^3.5.12"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/node": "^20.16.13",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^2.1.2",
"@vue/runtime-core": "^3.5.11",
"@vitest/coverage-istanbul": "^2.1.3",
"@vue/runtime-core": "^3.5.12",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^25.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"sideEffects": [

1068
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff