From 268af9f8261a65ecaee84ebbac09bb60ecef9397 Mon Sep 17 00:00:00 2001 From: Anne Tomasevich Date: Wed, 13 Nov 2024 14:43:28 -0500 Subject: [PATCH] Increase bundlesize limits Codex v1.16.0 added new tokens and styles, in particular CSS-only icons for table sort and pagination and ~12 new tokens. Bug: T379636 Change-Id: If0108af217294bafe356072c7b13da00b99619d8 --- bundlesize.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index d0826bb59..8d0accc7e 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -1,11 +1,11 @@ [ { "resourceModule": "skins.minerva.base.styles", - "maxSize": "9.5KB" + "maxSize": "9.6KB" }, { "resourceModule": "skins.minerva.styles", - "maxSize": "9.8KB" + "maxSize": "10.1KB" }, { "resourceModule": "skins.minerva.content.styles.images",