@mui/internal-code-infra 0.0.3-canary.59 → 0.0.3-canary.60
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.3-canary.
|
|
3
|
+
"version": "0.0.3-canary.60",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
"stylelint-config-standard": "^39.0.1",
|
|
104
104
|
"typescript-eslint": "^8.46.3",
|
|
105
105
|
"yargs": "^18.0.0",
|
|
106
|
-
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.13",
|
|
107
106
|
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.8",
|
|
108
|
-
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.28"
|
|
107
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.28",
|
|
108
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.13"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"@next/eslint-plugin-next": "*",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"publishConfig": {
|
|
143
143
|
"access": "public"
|
|
144
144
|
},
|
|
145
|
-
"gitSha": "
|
|
145
|
+
"gitSha": "6b3d5d685430c855b51214a5a6d756d3207380eb",
|
|
146
146
|
"scripts": {
|
|
147
147
|
"build": "tsc -p tsconfig.build.json",
|
|
148
148
|
"typescript": "tsc -p tsconfig.json",
|