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:
renovate[bot] 2024-05-02 01:21:41 +00:00 committed by GitHub
parent 86df4c1441
commit 80ca6fbad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 538 additions and 293 deletions

View File

@ -19,7 +19,7 @@
"engines": { "engines": {
"pnpm": ">= 9.0.0" "pnpm": ">= 9.0.0"
}, },
"packageManager": "pnpm@9.0.4", "packageManager": "pnpm@9.0.6",
"devDependencies": { "devDependencies": {
"@vant/cli": "workspace:*", "@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*", "@vant/eslint-config": "workspace:*",

View File

@ -33,10 +33,10 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4" "typescript": "^5.4.5"
}, },
"dependencies": { "dependencies": {
"rslog": "^1.2.1", "rslog": "^1.2.2",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"enquirer": "2.4.1", "enquirer": "2.4.1",

View File

@ -40,6 +40,6 @@
"devDependencies": { "devDependencies": {
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4" "typescript": "^5.4.5"
} }
} }

View File

@ -40,6 +40,6 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4" "typescript": "^5.4.5"
} }
} }

View File

@ -41,17 +41,17 @@
"@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.0", "@types/lodash": "^4.17.0",
"@types/markdown-it": "^13.0.7", "@types/markdown-it": "^13.0.8",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"vue": "^3.4.23" "vue": "^3.4.26"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.24.4", "@babel/core": "^7.24.5",
"@babel/preset-typescript": "^7.24.1", "@babel/preset-typescript": "^7.24.1",
"@rsbuild/core": "0.6.4", "@rsbuild/core": "0.6.8",
"@rsbuild/plugin-babel": "0.6.4", "@rsbuild/plugin-babel": "0.6.8",
"@rsbuild/plugin-vue": "0.6.4", "@rsbuild/plugin-vue": "0.6.8",
"@rsbuild/plugin-vue-jsx": "0.6.4", "@rsbuild/plugin-vue-jsx": "0.6.8",
"@vant/eslint-config": "workspace:^", "@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^", "@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
@ -59,7 +59,7 @@
"@vue/babel-plugin-jsx": "^1.2.2", "@vue/babel-plugin-jsx": "^1.2.2",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"commander": "^12.0.0", "commander": "^12.0.0",
"rslog": "^1.2.1", "rslog": "^1.2.2",
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"enquirer": "2.4.1", "enquirer": "2.4.1",
@ -80,8 +80,8 @@
"rspack-plugin-virtual-module": "^0.1.12", "rspack-plugin-virtual-module": "^0.1.12",
"terser": "^5.30.3", "terser": "^5.30.3",
"transliteration": "^2.3.5", "transliteration": "^2.3.5",
"typescript": "^5.0.4", "typescript": "^5.4.5",
"vite": "^5.0.12", "vite": "^5.2.10",
"vue-router": "^4.3.2" "vue-router": "^4.3.2"
} }
} }

View File

@ -36,11 +36,11 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@vue/runtime-core": "^3.4.23", "@vue/runtime-core": "^3.4.26",
"vant": "workspace:*", "vant": "workspace:*",
"vue": "^3.4.23", "vue": "^3.4.26",
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4" "typescript": "^5.4.5"
} }
} }

View File

@ -20,14 +20,14 @@
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.2.1", "@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.25.0" "eslint-plugin-vue": "^9.25.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.57.0", "eslint": "^8.57.0",
"typescript": "^5.0.4" "typescript": "^5.4.5"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0" "eslint": "^7.32.0 || ^8.2.0"

View File

@ -40,6 +40,6 @@
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4" "typescript": "^5.4.5"
} }
} }

View File

@ -40,8 +40,8 @@
"devDependencies": { "devDependencies": {
"esbuild": "^0.20.2", "esbuild": "^0.20.2",
"rimraf": "^5.0.5", "rimraf": "^5.0.5",
"typescript": "^5.0.4", "typescript": "^5.4.5",
"vue": "^3.4.23" "vue": "^3.4.26"
}, },
"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.4.23" "@vue/shared": "^3.4.26"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.0.0" "vue": "^3.0.0"
@ -61,17 +61,17 @@
"@vant/icons": "workspace:*", "@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0", "@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.1.3", "@vitest/coverage-istanbul": "^1.5.3",
"@vue/runtime-core": "^3.4.23", "@vue/runtime-core": "^3.4.26",
"@vue/test-utils": "^2.4.5", "@vue/test-utils": "^2.4.5",
"csstype": "^3.1.3", "csstype": "^3.1.3",
"diffable-html": "^5.0.0", "diffable-html": "^5.0.0",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"typescript": "^5.0.4", "typescript": "^5.4.5",
"vite": "^5.0.12", "vite": "^5.2.10",
"vitest": "^1.1.3", "vitest": "^1.5.3",
"vitest-canvas-mock": "^0.3.3", "vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.23", "vue": "^3.4.26",
"vue-router": "^4.3.2" "vue-router": "^4.3.2"
}, },
"sideEffects": [ "sideEffects": [

769
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff