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 Jan 24, 2025
1 parent a87703b commit 5b59d21
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 92 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.3"
"pnpm": ">= 9.15.4"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vant-cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.5",
"@types/node": "^22.10.10",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"release": "rm -rf ./site/node_modules && vant-cli release"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-babel": "^1.0.3",
Expand All @@ -54,7 +54,7 @@
"hash-sum": "^2.0.0",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
"less": "^4.2.1",
"less": "^4.2.2",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
Expand All @@ -76,7 +76,7 @@
"@types/less": "^3.0.7",
"@types/lodash": "^4.17.14",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.5",
"@types/node": "^22.10.10",
"rimraf": "^6.0.1",
"vue": "^3.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.10",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit 5b59d21

Please sign in to comment.