diff --git a/.size-limit.cjs b/.size-limit.cjs index 096d4ebcf85..064303a8ea8 100644 --- a/.size-limit.cjs +++ b/.size-limit.cjs @@ -10,7 +10,7 @@ const checks = [ { path: "dist/index.js", import: "{ ApolloClient, InMemoryCache, HttpLink }", - limit: "32044", + limit: "32052", }, ...[ "ApolloProvider",