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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-27 13:16:48 +00:00 committed by GitHub
parent 4a72121599
commit 4182ac412e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 275 additions and 275 deletions

View File

@ -23,7 +23,7 @@
"devDependencies": { "devDependencies": {
"@vant/cli": "workspace:*", "@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*", "@vant/eslint-config": "workspace:*",
"eslint": "^8.57.0", "eslint": "^8.57.1",
"husky": "^9.1.6", "husky": "^9.1.6",
"nano-staged": "^0.8.0", "nano-staged": "^0.8.0",
"prettier": "^3.3.3" "prettier": "^3.3.3"

View File

@ -40,15 +40,15 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6", "@types/less": "^3.0.6",
"@types/lodash": "^4.17.7", "@types/lodash": "^4.17.9",
"@types/markdown-it": "^14.1.2", "@types/markdown-it": "^14.1.2",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"vue": "^3.5.5" "vue": "^3.5.9"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.25.2", "@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7", "@babel/preset-typescript": "^7.24.7",
"@rsbuild/core": "1.0.4", "@rsbuild/core": "1.0.7",
"@rsbuild/plugin-babel": "1.0.1", "@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1", "@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-sass": "1.0.1", "@rsbuild/plugin-sass": "1.0.1",
@ -56,14 +56,14 @@
"@rsbuild/plugin-vue-jsx": "1.0.1", "@rsbuild/plugin-vue-jsx": "1.0.1",
"@vant/eslint-config": "workspace:^", "@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^", "@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1", "@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/babel-plugin-jsx": "^1.2.5", "@vue/babel-plugin-jsx": "^1.2.5",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"commander": "^12.1.0", "commander": "^12.1.0",
"rslog": "^1.2.3", "rslog": "^1.2.3",
"esbuild": "^0.23.1", "esbuild": "^0.23.1",
"eslint": "^8.57.0", "eslint": "^8.57.1",
"enquirer": "2.4.1", "enquirer": "2.4.1",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
@ -83,7 +83,7 @@
"terser": "^5.33.0", "terser": "^5.33.0",
"transliteration": "^2.3.5", "transliteration": "^2.3.5",
"typescript": "^5.6.2", "typescript": "^5.6.2",
"vite": "^5.4.5", "vite": "^5.4.8",
"vue-router": "^4.4.5" "vue-router": "^4.4.5"
} }
} }

View File

@ -36,9 +36,9 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@vue/runtime-core": "^3.5.5", "@vue/runtime-core": "^3.5.9",
"vant": "workspace:*", "vant": "workspace:*",
"vue": "^3.5.5", "vue": "^3.5.9",
"esbuild": "^0.23.1", "esbuild": "^0.23.1",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"typescript": "^5.6.2" "typescript": "^5.6.2"

View File

@ -26,7 +26,7 @@
"eslint-plugin-vue": "^9.28.0" "eslint-plugin-vue": "^9.28.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.57.0", "eslint": "^8.57.1",
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -41,7 +41,7 @@
"esbuild": "^0.23.1", "esbuild": "^0.23.1",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"typescript": "^5.6.2", "typescript": "^5.6.2",
"vue": "^3.5.5" "vue": "^3.5.9"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"

View File

@ -48,30 +48,30 @@
"dependencies": { "dependencies": {
"@vant/popperjs": "workspace:^", "@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^", "@vant/use": "workspace:^",
"@vue/shared": "^3.5.5" "@vue/shared": "^3.5.9"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.16.5", "@types/node": "^20.16.9",
"@vant/area-data": "workspace:*", "@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*", "@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*", "@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*", "@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1", "@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^1.6.0", "@vitest/coverage-istanbul": "^1.6.0",
"@vue/runtime-core": "^3.5.5", "@vue/runtime-core": "^3.5.9",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3", "csstype": "^3.1.3",
"diffable-html": "^5.0.0", "diffable-html": "^5.0.0",
"jsdom": "^24.1.3", "jsdom": "^24.1.3",
"typescript": "^5.6.2", "typescript": "^5.6.2",
"vite": "^5.4.5", "vite": "^5.4.8",
"vitest": "^1.6.0", "vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3", "vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.5", "vue": "^3.5.9",
"vue-router": "^4.4.5" "vue-router": "^4.4.5"
}, },
"sideEffects": [ "sideEffects": [

516
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff