Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent f4cf8e4 commit 079dc46
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.0"
"esbuild": "^0.20.2"
},
"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.0",
"esbuild": "^0.20.2",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
Loading

0 comments on commit 079dc46

Please sign in to comment.