From 61ceea070a9ab23226673c2f3d86bfc4af106f7c Mon Sep 17 00:00:00 2001 From: Favour Ohans Date: Tue, 25 Jun 2024 12:10:52 +0100 Subject: [PATCH] Update size limit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e445e1c98..0cf8f2b00 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ }, { "path": "recipe/thirdparty/index.js", - "limit": "32kb" + "limit": "33kb" }, { "path": "recipe/emailpassword/index.js", @@ -169,7 +169,7 @@ }, { "path": "recipe/thirdparty/prebuiltui.js", - "limit": "51kb" + "limit": "53kb" }, { "path": "recipe/emailpassword/prebuiltui.js",