Skip to content

Commit

Permalink
fix(deps): update dependency esbuild to ^0.19.0 (#194)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency esbuild to ^0.19.0

* docs(changeset): Update esbuild to v0.19

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hyeseong Kim <hey@hyeseong.kim>
  • Loading branch information
renovate[bot] and cometkim authored Dec 4, 2023
1 parent 9b24e42 commit fb11c28
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 120 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-years-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nanobundle": minor
---

Update esbuild to v0.19
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@cometjs/core": "^2.1.0",
"browserslist": "^4.22.2",
"esbuild": "^0.17.3",
"esbuild": "^0.19.0",
"kleur": "^4.1.5",
"meow": "^12.0.0",
"pretty-bytes": "^6.0.0",
Expand Down
Loading

0 comments on commit fb11c28

Please sign in to comment.