From 7fa6650b3afaed664c44a089b40ce480c3fb8e33 Mon Sep 17 00:00:00 2001 From: Timothy Lin Date: Sat, 13 Jul 2024 15:45:14 +0800 Subject: [PATCH] bump esbuild dev to 0.23.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d7b722a..c6894b0e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "typescript": "^5.5.0" }, "resolutions": { - "esbuild": "0.18.0", + "esbuild": "0.23.0", "contentlayer2": "workspace:*", "@contentlayer2/*": "workspace:*", "contentlayer-stackbit-yaml-generator2": "workspace:*",