Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 8cb3fe5 commit dc71fb3
Show file tree
Hide file tree
Showing 7 changed files with 265 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"prettier": "^3.2.5"
},
"overrides": {
"esbuild": "^0.20.2"
"esbuild": "^0.21.3"
}
}
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.20.2",
"esbuild": "^0.21.3",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
}
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.19",
"commander": "^12.0.0",
"rslog": "^1.2.2",
"esbuild": "^0.20.2",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",
"enquirer": "2.4.1",
"fast-glob": "^3.3.2",
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.27",
"vant": "workspace:*",
"vue": "^3.4.27",
"esbuild": "^0.20.2",
"esbuild": "^0.21.3",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
}
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.8",
"esbuild": "^0.20.2",
"esbuild": "^0.21.3",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
}
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.20.2",
"esbuild": "^0.21.3",
"rimraf": "^5.0.5",
"typescript": "^5.4.5",
"vue": "^3.4.27"
Expand Down

0 comments on commit dc71fb3

Please sign in to comment.