Skip to content

Commit

Permalink
chore: update @size-limit/preset-big-lib and size limits (#5770)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman authored Sep 9, 2024
1 parent 1a37252 commit 43e78b1
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 109 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "^2.26.2",
"@rollup/plugin-typescript": "^11.1.4",
"@size-limit/preset-big-lib": "^9.0.0",
"@size-limit/preset-big-lib": "^11.1.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"name": "LocationSearch",
"path": "dist/esm/index.mjs",
"import": "{ LocationSearch }",
"limit": "261 kB"
"limit": "202.5 kB"
},
{
"name": "MapView",
"path": "dist/esm/index.mjs",
"import": "{ MapView }",
"limit": "259 kB"
"limit": "202 kB"
}
]
}
2 changes: 1 addition & 1 deletion packages/react-liveness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"name": "FaceLivenessDetector",
"path": "dist/esm/index.mjs",
"import": "{ FaceLivenessDetector }",
"limit": "287 kB"
"limit": "225 kB"
}
]
}
2 changes: 1 addition & 1 deletion packages/react-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"name": "InAppMessaging",
"path": "dist/esm/index.mjs",
"import": "{ InAppMessagingProvider, InAppMessageDisplay }",
"limit": "27 kB"
"limit": "22 kB"
}
]
}
6 changes: 3 additions & 3 deletions packages/react-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@
"name": "FileUploader",
"path": "dist/esm/index.mjs",
"import": "{ FileUploader }",
"limit": "25 kB"
"limit": "21.5 kB"
},
{
"name": "StorageImage",
"path": "dist/esm/index.mjs",
"import": "{ StorageImage }",
"limit": "17 kB"
"limit": "14.5 kB"
},
{
"name": "StorageManager",
"path": "dist/esm/index.mjs",
"import": "{ StorageManager }",
"limit": "25 kB"
"limit": "21.5 kB"
}
]
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
"name": "Authenticator",
"path": "dist/esm/index.mjs",
"import": "{ Authenticator }",
"limit": "77 kB"
"limit": "65 kB"
},
{
"name": "AccountSettings",
"path": "dist/esm/index.mjs",
"import": "{ AccountSettings }",
"limit": "30 kB"
"limit": "25 kB"
}
]
}
Loading

0 comments on commit 43e78b1

Please sign in to comment.