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] committed May 14, 2024
1 parent 8cb3fe5 commit 6cb7ecc
Show file tree
Hide file tree
Showing 8 changed files with 137 additions and 164 deletions.
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 @@ -32,14 +32,14 @@
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"dependencies": {
"rslog": "^1.2.2",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"enquirer": "2.4.1",
"picocolors": "^1.0.0"
"picocolors": "^1.0.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 @@ -39,7 +39,7 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
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 @@ -39,7 +39,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"@types/less": "^3.0.6",
"@types/lodash": "^4.17.1",
"@types/markdown-it": "^13.0.8",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"vue": "^3.4.27"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@rsbuild/core": "0.6.12",
"@rsbuild/plugin-babel": "0.6.12",
"@rsbuild/plugin-vue": "0.6.12",
"@rsbuild/plugin-vue-jsx": "0.6.12",
"@rsbuild/core": "0.6.15",
"@rsbuild/plugin-babel": "0.6.15",
"@rsbuild/plugin-vue": "0.6.15",
"@rsbuild/plugin-vue-jsx": "0.6.15",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.0.4",
Expand All @@ -73,7 +73,7 @@
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"nano-staged": "^0.8.0",
"picocolors": "^1.0.0",
"picocolors": "^1.0.1",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.2",
"prettier": "^3.2.5",
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 @@ -40,7 +40,7 @@
"vant": "workspace:*",
"vue": "^3.4.27",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/vant-popperjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@popperjs/core": "^2.11.8",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"devDependencies": {
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"vue": "^3.4.27"
},
Expand Down

0 comments on commit 6cb7ecc

Please sign in to comment.