Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent c19e510 commit 7d9ebec
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 24 deletions.
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,7 +38,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"autoprefixer": "^10.4.8",
"commander": "^11.0.0",
"rslog": "^1.1.0",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"eslint": "^8.46.0",
"enquirer": "2.3.6",
"fast-glob": "^3.2.11",
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 @@ -39,7 +39,7 @@
"@vue/runtime-core": "^3.4.13",
"vant": "workspace:*",
"vue": "^3.4.13",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
}
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,7 +38,7 @@
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.6",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.4",
"vue": "^3.4.13"
Expand Down
Loading

0 comments on commit 7d9ebec

Please sign in to comment.