From d2f52549955ff7600cc5897e67806df4ebf85f91 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:05:01 -0400 Subject: [PATCH] fix(esbuild): conflict with esbuild-sass-plugin (#402) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5087fb3..aaf7c257 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@types/workerpool": "^6.4.0", "@types/ws": "^8.5.5", "@types/yargs": "^17.0.24", - "esbuild": "^0.18.11", + "esbuild": "^0.19.1", "prettier": "^3.0.0", "tsx": "^3.12.7", "typescript": "^5.0.4"