Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#13302)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 3f7a3b0 commit 1f80653
Show file tree
Hide file tree
Showing 11 changed files with 113 additions and 113 deletions.
4 changes: 2 additions & 2 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.2"
"pnpm": ">= 9.15.3"
},
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vant-cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"rslog": "^1.2.3",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"enquirer": "2.4.1",
"picocolors": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-area-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.2.2",
"typescript": "^5.7.2"
"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 @@ -38,6 +38,6 @@
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.2.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"esbuild": "^0.24.2",
"eslint": "^8.57.1",
"enquirer": "2.4.1",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"hash-sum": "^2.0.0",
"highlight.js": "^11.11.1",
Expand All @@ -82,7 +82,7 @@
"rspack-plugin-virtual-module": "^0.1.13",
"terser": "^5.37.0",
"transliteration": "^2.3.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vue-router": "^4.5.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 @@ -35,7 +35,7 @@
"devDependencies": {
"@rslib/core": "^0.2.2",
"@vue/runtime-core": "^3.5.13",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vant": "workspace:*",
"vue": "^3.5.13"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"eslint": "^8.57.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.2.0"
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 @@ -38,6 +38,6 @@
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@rslib/core": "^0.2.2",
"typescript": "^5.7.2"
"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 @@ -37,7 +37,7 @@
"license": "MIT",
"devDependencies": {
"@rslib/core": "^0.2.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vue": "^3.5.13"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^25.0.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vitest": "^2.1.8",
"vitest-canvas-mock": "^0.3.3",
Expand Down
Loading

0 comments on commit 1f80653

Please sign in to comment.