Skip to content

Commit

Permalink
Bump .size-limit.cjs limits slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Sep 26, 2023
1 parent 5d57cda commit be458d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const checks = [
{
path: "dist/apollo-client.min.cjs",
limit: "38000",
limit: "38060",
},
{
path: "dist/main.cjs",
Expand All @@ -10,7 +10,7 @@ const checks = [
{
path: "dist/index.js",
import: "{ ApolloClient, InMemoryCache, HttpLink }",
limit: "32052",
limit: "32095",
},
...[
"ApolloProvider",
Expand Down

0 comments on commit be458d3

Please sign in to comment.