Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2025
1 parent 1e390af commit ca70e93
Show file tree
Hide file tree
Showing 8 changed files with 232 additions and 225 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"*.{ts,tsx,js,vue}": "eslint --fix"
},
"engines": {
"pnpm": ">= 9.15.7"
"pnpm": ">= 9.15.9"
},
"packageManager": "[email protected].7",
"packageManager": "[email protected].9",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
Expand All @@ -29,6 +29,6 @@
"prettier": "^3.5.3"
},
"overrides": {
"esbuild": "^0.25.0"
"esbuild": "^0.25.1"
}
}
2 changes: 1 addition & 1 deletion packages/vant-area-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.5.3",
"@rslib/core": "^0.5.4",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/vant-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.5.3",
"@rslib/core": "^0.5.4",
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@rsbuild/plugin-babel": "^1.0.4",
"@rsbuild/plugin-less": "^1.1.1",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-vue": "^1.0.6",
"@rsbuild/plugin-vue": "^1.0.7",
"@rsbuild/plugin-vue-jsx": "^1.1.0",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.2.5",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.21",
"commander": "^13.1.0",
"enquirer": "2.4.1",
"esbuild": "^0.25.0",
"esbuild": "^0.25.1",
"eslint": "^8.57.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.5.3",
"@rslib/core": "^0.5.4",
"@vue/runtime-core": "^3.5.13",
"typescript": "^5.7.3",
"vant": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-popperjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@rslib/core": "^0.5.3",
"@rslib/core": "^0.5.4",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.5.3",
"@rslib/core": "^0.5.4",
"typescript": "^5.7.3",
"vue": "^3.5.13"
},
Expand Down
Loading

0 comments on commit ca70e93

Please sign in to comment.