Skip to content

Commit e9ccfb3

Browse files
committed
Bump JS bundlewatch limits for menu keyboard navigation
The nested-submenu keyboard fixes add a small amount of JS. Raise the gzip maxSize caps so CI bundlewatch matches the new dist sizes.
1 parent 5026539 commit e9ccfb3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.bundlewatch.config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
},
3535
{
3636
"path": "./dist/js/bootstrap.bundle.js",
37-
"maxSize": "88.0 kB"
37+
"maxSize": "88.5 kB"
3838
},
3939
{
4040
"path": "./dist/js/bootstrap.bundle.min.js",
41-
"maxSize": "54.75 kB"
41+
"maxSize": "55.0 kB"
4242
},
4343
{
4444
"path": "./dist/js/bootstrap.js",
45-
"maxSize": "59.25 kB"
45+
"maxSize": "59.75 kB"
4646
},
4747
{
4848
"path": "./dist/js/bootstrap.min.js",
49-
"maxSize": "32.75 kB"
49+
"maxSize": "33.0 kB"
5050
}
5151
],
5252
"ci": {

0 commit comments

Comments
 (0)