|
17 | 17 | "docs:api": "rimraf --glob ./docs/pages/**/api-docs ./docs/pages/**/api && pnpm docs:api:build",
|
18 | 18 | "docs:api:build": "tsx --tsconfig ./scripts/buildApiDocs/tsconfig.json ./scripts/buildApiDocs/index.ts",
|
19 | 19 | "docs:build": "pnpm --filter docs build",
|
20 |
| - "docs:build-sw": "pnpm --filter docs build-sw", |
21 | 20 | "docs:deploy": "pnpm --filter docs run deploy",
|
22 | 21 | "docs:dev": "pnpm --filter docs dev",
|
23 |
| - "docs:icons": "pnpm --filter docs icons", |
24 | 22 | "docs:size-why": "cross-env DOCS_STATS_ENABLED=true pnpm docs:build",
|
25 | 23 | "docs:start": "pnpm --filter docs serve",
|
26 |
| - "docs:i18n": "tsx ./docs/scripts/i18n.js", |
27 | 24 | "docs:link-check": "pnpm --filter docs link-check",
|
28 | 25 | "docs:typescript": "pnpm docs:typescript:formatted --watch",
|
29 |
| - "docs:typescript:check": "pnpm --filter docs typescript", |
30 | 26 | "docs:typescript:formatted": "tsx ./docs/scripts/formattedTSDemos",
|
31 | 27 | "extract-error-codes": "cross-env MUI_EXTRACT_ERROR_CODES=true lerna run --concurrency 8 build:modern",
|
32 | 28 | "install:codesandbox": "pnpm install --no-frozen-lockfile",
|
|
58 | 54 | "test:regressions:dev": "concurrently \"pnpm test:regressions:build --watch\" \"pnpm test:regressions:server\"",
|
59 | 55 | "test:regressions:run": "mocha --config test/regressions/.mocharc.js --delay 'test/regressions/**/*.test.js'",
|
60 | 56 | "test:regressions:server": "serve test/regressions -p 5001",
|
61 |
| - "test:umd": "node packages/mui-material/test/umd/run.js", |
62 | 57 | "test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.{js,ts,tsx}' 'docs/**/*.test.{js,ts,tsx}'",
|
63 | 58 | "test:jsdom": "cross-env NODE_ENV=test VITEST_ENV=jsdom vitest",
|
64 | 59 | "test:chromium": "cross-env NODE_ENV=test VITEST_ENV=chromium vitest",
|
|
112 | 107 | "chalk": "^5.3.0",
|
113 | 108 | "compression-webpack-plugin": "^11.1.0",
|
114 | 109 | "concurrently": "^8.2.2",
|
115 |
| - "cpy-cli": "^5.0.0", |
116 | 110 | "cross-env": "^7.0.3",
|
117 | 111 | "css-loader": "^7.1.2",
|
118 | 112 | "danger": "^12.3.3",
|
|
186 | 180 | },
|
187 | 181 | "resolutions": {
|
188 | 182 | "@babel/core": "^7.26.0",
|
189 |
| - "@babel/code-frame": "^7.26.2", |
190 |
| - "@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2", |
191 | 183 | "@babel/plugin-transform-runtime": "^7.25.9",
|
192 | 184 | "@babel/preset-env": "^7.26.0",
|
193 | 185 | "@babel/preset-react": "^7.25.9",
|
194 | 186 | "@babel/preset-typescript": "^7.26.0",
|
195 | 187 | "@babel/runtime": "^7.26.0",
|
196 | 188 | "@babel/types": "^7.26.0",
|
197 |
| - "@definitelytyped/header-parser": "^0.2.13", |
198 |
| - "@definitelytyped/typescript-versions": "^0.1.4", |
199 |
| - "@definitelytyped/utils": "^0.1.8", |
200 | 189 | "@types/node": "^18.19.63",
|
201 | 190 | "@types/react": "npm:[email protected]",
|
202 | 191 | "@types/react-dom": "npm:[email protected]"
|
203 | 192 | },
|
204 | 193 | "nyc": {
|
205 | 194 | "include": [
|
206 |
| - "packages/mui*/src/**/*.{js,ts,tsx}" |
| 195 | + "packages/react/src/**/*.{js,ts,tsx}" |
207 | 196 | ],
|
208 | 197 | "exclude": [
|
209 | 198 | "**/*.test.{js,ts,tsx}",
|
|
0 commit comments