From ad7bf2441eafb15af41f2e8eefd68185af034338 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Mon, 24 Jun 2024 00:35:38 +0200 Subject: [PATCH] chore: update size limit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58d15d52e..3e5efd59e 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "size-limit": [ { "path": "lib/build/index.js", - "limit": "23kb" + "limit": "23.5kb" }, { "path": "recipe/session/index.js",