diff options
author | 2025-01-13 15:19:44 +0000 | |
---|---|---|
committer | 2025-01-13 23:19:44 +0800 | |
commit | 3d89e6282235a8da45d9ddfe02bcf7ec78056941 (patch) | |
tree | 3f12a8d22cf708207a4b8bae11f7e3b4385077dc /packages/markdown | |
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 'packages/markdown')
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 2d133873b..96bd2331f 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -59,7 +59,7 @@ "@types/mdast": "^4.0.4", "@types/unist": "^3.0.3", "astro-scripts": "workspace:*", - "esbuild": "^0.21.5", + "esbuild": "^0.24.2", "mdast-util-mdx-expression": "^2.0.1" }, "publishConfig": { |