diff options
author | 2025-01-13 15:19:44 +0000 | |
---|---|---|
committer | 2025-01-13 23:19:44 +0800 | |
commit | 3d89e6282235a8da45d9ddfe02bcf7ec78056941 (patch) | |
tree | 3f12a8d22cf708207a4b8bae11f7e3b4385077dc /.changeset | |
parent | 6c68269c0e562c2c2536e933c79a1a249e02a4eb (diff) | |
download | astro-3d89e6282235a8da45d9ddfe02bcf7ec78056941.tar.gz astro-3d89e6282235a8da45d9ddfe02bcf7ec78056941.tar.zst astro-3d89e6282235a8da45d9ddfe02bcf7ec78056941.zip |
fix: align esbuild to vite (#12361)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/cyan-panthers-count.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/cyan-panthers-count.md b/.changeset/cyan-panthers-count.md new file mode 100644 index 000000000..5b794612c --- /dev/null +++ b/.changeset/cyan-panthers-count.md @@ -0,0 +1,7 @@ +--- +'@astrojs/markdoc': patch +'@astrojs/markdown-remark': patch +'astro': patch +--- + +Upgrades the `esbuild` version to match `vite` |