@mui/internal-code-infra 0.0.4-canary.2 → 0.0.4-canary.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.4-canary.
|
|
3
|
+
"version": "0.0.4-canary.3",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -113,9 +113,9 @@
|
|
|
113
113
|
"typescript-eslint": "^8.56.1",
|
|
114
114
|
"unified": "^11.0.5",
|
|
115
115
|
"yargs": "^18.0.0",
|
|
116
|
-
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.
|
|
117
|
-
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.
|
|
118
|
-
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.
|
|
116
|
+
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.14",
|
|
117
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.33",
|
|
118
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.24"
|
|
119
119
|
},
|
|
120
120
|
"peerDependencies": {
|
|
121
121
|
"@next/eslint-plugin-next": "*",
|
|
@@ -161,10 +161,10 @@
|
|
|
161
161
|
"publishConfig": {
|
|
162
162
|
"access": "public"
|
|
163
163
|
},
|
|
164
|
-
"gitSha": "
|
|
164
|
+
"gitSha": "b172a15e6b44720b15353ba8b15816cbbf5674e8",
|
|
165
165
|
"scripts": {
|
|
166
166
|
"build": "tsgo -p tsconfig.build.json",
|
|
167
|
-
"typescript": "tsgo -
|
|
167
|
+
"typescript": "tsgo -noEmit",
|
|
168
168
|
"test": "pnpm -w test --project @mui/internal-code-infra",
|
|
169
169
|
"test:copy": "rm -rf build && node bin/code-infra.mjs copy-files --glob \"src/cli/*.mjs\" --glob \"src/eslint/**/*.mjs:esm\""
|
|
170
170
|
}
|