Skip to content

Commit

Permalink
chore: update size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Apr 15, 2024
1 parent 50bbb12 commit 1f85352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@
},
{
"path": "recipe/session/index.js",
"limit": "19.1kb"
"limit": "19.2kb"
},
{
"path": "recipe/session/prebuiltui.js",
"limit": "22kb"
"limit": "22.1kb"
},
{
"path": "recipe/thirdpartyemailpassword/index.js",
Expand Down Expand Up @@ -181,7 +181,7 @@
},
{
"path": "recipe/thirdparty/prebuiltui.js",
"limit": "45kb"
"limit": "46kb"
},
{
"path": "recipe/emailpassword/prebuiltui.js",
Expand Down

0 comments on commit 1f85352

Please sign in to comment.