@mui/internal-code-infra 0.0.4-canary.20 → 0.0.4-canary.21
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.4-canary.
|
|
3
|
+
"version": "0.0.4-canary.21",
|
|
4
|
+
"author": "MUI Team",
|
|
4
5
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"type": "module",
|
|
@@ -118,8 +119,8 @@
|
|
|
118
119
|
"unified": "^11.0.5",
|
|
119
120
|
"yargs": "^18.0.0",
|
|
120
121
|
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.17",
|
|
121
|
-
"@mui/internal-babel-plugin-
|
|
122
|
-
"@mui/internal-babel-plugin-
|
|
122
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.25",
|
|
123
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.34"
|
|
123
124
|
},
|
|
124
125
|
"peerDependencies": {
|
|
125
126
|
"@next/eslint-plugin-next": "*",
|
|
@@ -165,7 +166,7 @@
|
|
|
165
166
|
"publishConfig": {
|
|
166
167
|
"access": "public"
|
|
167
168
|
},
|
|
168
|
-
"gitSha": "
|
|
169
|
+
"gitSha": "df5ed4a21b443278e1ebb858d592c01461ce1608",
|
|
169
170
|
"scripts": {
|
|
170
171
|
"build": "tsgo -p tsconfig.build.json",
|
|
171
172
|
"typescript": "tsgo -noEmit",
|