From 56c4039d4d176b7ded09251b874699bc5326eaa7 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 1 Apr 2024 13:00:03 -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 af76a4d408c..ca93dc475b9 100644 --- a/.size-limits.json +++ b/.size-limits.json @@ -1,4 +1,4 @@ { - "dist/apollo-client.min.cjs": 39410, - "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32796 + "dist/apollo-client.min.cjs": 39512, + "import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32801 }