Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent d63bbf7 commit c12ed15
Show file tree
Hide file tree
Showing 7 changed files with 191 additions and 181 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.3.1"
},
"overrides": {
"esbuild": "^0.20.2"
"esbuild": "^0.23.0"
}
}
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.23.0",
"rimraf": "^5.0.7",
"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 @@ -62,7 +62,7 @@
"autoprefixer": "^10.4.19",
"commander": "^12.1.0",
"rslog": "^1.2.2",
"esbuild": "^0.20.2",
"esbuild": "^0.23.0",
"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.29",
"vant": "workspace:*",
"vue": "^3.4.29",
"esbuild": "^0.20.2",
"esbuild": "^0.23.0",
"rimraf": "^5.0.7",
"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.23.0",
"rimraf": "^5.0.7",
"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.23.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"vue": "^3.4.29"
Expand Down
Loading

0 comments on commit c12ed15

Please sign in to comment.