From 9f6697e7f12fde7a57ced57982d2ef0d140ae1e6 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Tue, 27 Aug 2024 10:12:02 -0600 Subject: [PATCH] Update size limits --- .size-limits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.size-limits.json b/.size-limits.json index f10f18f1acb..ba66c68db58 100644 --- a/.size-limits.json +++ b/.size-limits.json @@ -1,4 +1,4 @@ { - "dist/apollo-client.min.cjs": 41230, - "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 34015 + "dist/apollo-client.min.cjs": 41250, + "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 33939 }