From: Eduardo San Martin Morote Date: Wed, 9 Apr 2025 14:18:04 +0000 (+0200) Subject: chore: approve esbuild X-Git-Tag: @pinia/nuxt@0.11.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=933de834d3a63ee71bcbf1228f4a4709c29d5386;p=thirdparty%2Fvuejs%2Fpinia.git chore: approve esbuild --- diff --git a/package.json b/package.json index 9d2bda0e..12d5505f 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,10 @@ "resolutions": { "@nuxt/kit": "^3.9.0", "@nuxt/schema": "^3.9.0" + }, + "pnpm": { + "onlyBuiltDependencies": [ + "esbuild" + ] } }