Skip to content

Commit b52e367

Browse files
authored
Bump size limit threshold (#7649)
### WHY are these changes introduced? We have a PR in progress to fix a recent update to `Scrollable` that's exceeding our size limit. Small bump to let the check pass.
1 parent b3e73ee commit b52e367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{
9090
"name": "polaris-react-cjs",
9191
"path": "polaris-react/build/cjs/index.js",
92-
"limit": "215 kB"
92+
"limit": "216 kB"
9393
},
9494
{
9595
"name": "polaris-react-esm",

0 commit comments

Comments
 (0)