diff --git a/.size-limit.js b/.size-limit.js index 4d158a3b908cdc..0d9994b6d57bf8 100644 --- a/.size-limit.js +++ b/.size-limit.js @@ -28,13 +28,13 @@ module.exports = [ name: 'The size of the @material-ui/core modules', webpack: true, path: 'packages/material-ui/build/index.js', - limit: '91.3 KB', + limit: '91.2 KB', }, { name: 'The size of the @material-ui/styles modules', webpack: true, path: 'packages/material-ui-styles/build/index.js', - limit: '16.3 KB', + limit: '16.4 KB', }, { name: 'The size of the @material-ui/system modules',