diff options
author | 2025-01-13 15:19:44 +0000 | |
---|---|---|
committer | 2025-01-13 23:19:44 +0800 | |
commit | 3d89e6282235a8da45d9ddfe02bcf7ec78056941 (patch) | |
tree | 3f12a8d22cf708207a4b8bae11f7e3b4385077dc /scripts | |
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 'scripts')
-rw-r--r-- | scripts/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package.json b/scripts/package.json index 37e10654d..3fc52da6e 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -8,7 +8,7 @@ "astro-scripts": "./index.js" }, "dependencies": { - "esbuild": "^0.21.5", + "esbuild": "^0.24.2", "esbuild-plugin-copy": "^2.1.1", "fast-glob": "^3.3.2", "kleur": "^4.1.5", |