Skip to content

Commit

Permalink
chore(deps): bump esbuild from 0.20.2 to 0.21.4
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.2 to 0.21.4.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.20.2...v0.21.4)

---
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 and eliias committed Jun 2, 2024
1 parent ccc4793 commit cd343e9
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion examples/rails-d3-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --format=esm"
},
"dependencies": {
"esbuild": "^0.20.2"
"esbuild": "^0.21.4"
},
"devDependencies": {
"color-convert": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/rails-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.2.4",
"@isorun/rails": "*",
"esbuild": "^0.20.2",
"esbuild": "^0.21.4",
"graphql": "^16.8.1",
"react": "^18.3.1",
"react-dom": "^18.2.0"
Expand Down
Loading

0 comments on commit cd343e9

Please sign in to comment.