Skip to content

Commit

Permalink
Update Size Limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 13, 2023
1 parent a42085d commit 5eac21a
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 164 deletions.
6 changes: 3 additions & 3 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"!dist/*.webmanifest",
"!dist/*.png"
],
"limit": "65 KB"
"limit": "60 KB"
},
{
"name": "Base scripts to execute",
"path": ["dist/*.js", "!dist/model-*.js"],
"gzip": false,
"limit": "80 KB"
"limit": "30 KB"
},
{
"name": "Scripts for 3D model",
"path": "dist/model-*.js",
"gzip": false,
"limit": "470 KB"
"limit": "100 KB"
}
]
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"delaunator": "^5.0.0",
"jstransformer-markdown-it": "^3.0.0",
"nanodelay": "^2.0.2",
"nanostores": "^0.9.4",
"nanostores": "^0.9.5",
"plausible-tracker": "^0.3.8",
"postcss": "^8.4.31",
"postcss-media-minmax": "^5.0.0",
Expand All @@ -40,25 +40,25 @@
"devDependencies": {
"@logux/eslint-config": "^52.0.1",
"@logux/stylelint-config": "^0.16.0",
"@size-limit/file": "^10.0.2",
"@types/culori": "^2.0.3",
"@types/delaunator": "^5.0.1",
"@types/three": "^0.158.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@size-limit/file": "^11.0.0",
"@types/culori": "^2.0.4",
"@types/delaunator": "^5.0.2",
"@types/three": "^0.158.2",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.2.0",
"eslint-plugin-perfectionist": "^2.3.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.9.0",
"size-limit": "^10.0.2",
"size-limit": "^11.0.0",
"stylelint": "^15.11.0",
"svgo": "^3.0.2",
"svgo": "^3.0.3",
"typescript": "^5.2.2"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 5eac21a

Please sign in to comment.