|
30 | 30 | "prettier": "pretty-quick --ignore-path .lintignore --branch master", |
31 | 31 | "prettier:all": "prettier --write . --ignore-path .lintignore", |
32 | 32 | "size:snapshot": "pnpm -F ./test/bundle-size check", |
33 | | - "size:why": "pnpm size:snapshot --analyze --accurateBundles", |
| 33 | + "size:why": "pnpm size:snapshot --analyze", |
34 | 34 | "start": "pnpm install && pnpm docs:dev", |
35 | 35 | "test": "pnpm test:chromium", |
36 | 36 | "test:e2e": "cross-env NODE_ENV=production pnpm test:e2e:build && concurrently --success first --kill-others \"pnpm test:e2e:run\" \"pnpm test:e2e:server\"", |
|
66 | 66 | "@babel/plugin-transform-react-constant-elements": "^7.27.1", |
67 | 67 | "@base-ui-components/monorepo-tests": "workspace:*", |
68 | 68 | "@mui/internal-bundle-size-checker": "^1.0.9-canary.34", |
69 | | - "@mui/internal-code-infra": "^0.0.2-canary.59", |
| 69 | + "@mui/internal-code-infra": "https://pkg.pr.new/mui/mui-public/@mui/internal-code-infra@ddb7a74", |
70 | 70 | "@mui/internal-docs-utils": "^2.0.1", |
71 | 71 | "@mui/internal-markdown": "^2.0.7", |
72 | 72 | "@mui/internal-scripts": "^2.0.10", |
|
129 | 129 | "terser": "^5.43.1", |
130 | 130 | "terser-webpack-plugin": "^5.3.14", |
131 | 131 | "tsx": "^4.20.4", |
| 132 | + "tsdown": "^0.14.1", |
132 | 133 | "typescript": "^5.9.2", |
133 | 134 | "unist-util-visit": "^5.0.0", |
134 | 135 | "vite": "^7.1.3", |
|
0 commit comments