@mui/internal-code-infra 0.0.4-canary.43 → 0.0.4-canary.44
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
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.44",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"unist-util-visit": "^5.1.0",
|
|
141
141
|
"yargs": "^18.0.0",
|
|
142
142
|
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.19",
|
|
143
|
-
"@mui/internal-babel-plugin-
|
|
144
|
-
"@mui/internal-babel-plugin-
|
|
143
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.36",
|
|
144
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.27"
|
|
145
145
|
},
|
|
146
146
|
"peerDependencies": {
|
|
147
147
|
"@next/eslint-plugin-next": "*",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"publishConfig": {
|
|
192
192
|
"access": "public"
|
|
193
193
|
},
|
|
194
|
-
"gitSha": "
|
|
194
|
+
"gitSha": "e52cf80ab721a66f9e3f5c997dcb51b6585c0e9a",
|
|
195
195
|
"scripts": {
|
|
196
196
|
"build": "tsgo -p tsconfig.build.json",
|
|
197
197
|
"typescript": "tsgo -noEmit",
|
|
@@ -34,7 +34,7 @@ swap:
|
|
|
34
34
|
'Codesandbox ': 'CodeSandbox '
|
|
35
35
|
code sandbox: CodeSandbox
|
|
36
36
|
Stackblitz: StackBlitz
|
|
37
|
-
Webpack: webpack # https://
|
|
37
|
+
Webpack: webpack # https://x.com/wSokra/status/855800490713649152
|
|
38
38
|
app router: App Router # Next.js
|
|
39
39
|
pages router: Pages Router # Next.js
|
|
40
40
|
page router: Pages Router # Next.js
|