diff --git a/demos/plaintext-editor/package.json b/demos/plaintext-editor/package.json index 136a15d..5bf4d18 100644 --- a/demos/plaintext-editor/package.json +++ b/demos/plaintext-editor/package.json @@ -31,7 +31,7 @@ }, "size-limit": [ { - "limit": "50 kb", + "limit": "40 kb", "path": "dist/assets/index-*.js" } ] diff --git a/demos/playground/package.json b/demos/playground/package.json index e7a7afe..e1d55e8 100644 --- a/demos/playground/package.json +++ b/demos/playground/package.json @@ -96,7 +96,7 @@ }, "size-limit": [ { - "limit": "174 kb", + "limit": "160 kb", "path": "dist/assets/main-*.js" } ] diff --git a/demos/richtext-editor/package.json b/demos/richtext-editor/package.json index ceac232..5a32f36 100644 --- a/demos/richtext-editor/package.json +++ b/demos/richtext-editor/package.json @@ -31,7 +31,7 @@ }, "size-limit": [ { - "limit": "95 kb", + "limit": "86 kb", "path": "dist/assets/index-*.js" } ]