chore(ci): fix bundle size measurement and format report (#512)

This commit is contained in:
rahim
2026-02-12 22:45:06 +11:00
committed by GitHub
parent 98ee4e8405
commit f2efa2456b
8 changed files with 221 additions and 95 deletions
+3 -2
View File
@@ -35,18 +35,19 @@
"typecheck": "tsc --build"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^12.0.0",
"@biomejs/biome": "^2.3.11",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@commitlint/format": "^20.0.0",
"@size-limit/esbuild": "^12.0.0",
"@size-limit/file": "^12.0.0",
"@types/node": "^22.18.6",
"lint-staged": "^16.2.3",
"react": "^18.0.0",
"react-compiler-runtime": "^1.0.0",
"react-dom": "^18.0.0",
"size-limit": "^12.0.0",
"simple-git-hooks": "^2.13.1",
"size-limit": "^12.0.0",
"tsx": "^4.21.0",
"turbo": "^2.5.8",
"typescript": "^5.9.3"