Skip to content

Commit

Permalink
build(deps): bump esbuild from 0.23.1 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b188769 commit 2dd9cd4
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"dependencies": {
"commander": "^11.1.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"node-fetch": "^3.3.2",
"prettier": "^3.3.3",
"prompts": "^2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion cli/tools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"chokidar": "^4.0.1",
"commander": "^11.1.0",
"create-completion-spec": "workspace:^",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"fast-glob": "^3.3.2",
"module-from-string": "^3.3.1",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 2dd9cd4

Please sign in to comment.