Skip to content

Commit

Permalink
docs(changeset): fix esbuild version
Browse files Browse the repository at this point in the history
  • Loading branch information
Seojunhwan committed Jul 10, 2024
1 parent 81311d1 commit 52842ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-candles-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"esbuild-plugin-preserve-directives": patch
---

fix esbuild version
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/node": "^20.14.10",
"esbuild": "^0.21.0",
"esbuild": "^0.21.4",
"typescript": "^5.5.3"
},
"peerDependencies": {
"esbuild": "^0.21.0"
"esbuild": "^0.21.4"
}
}

0 comments on commit 52842ff

Please sign in to comment.