@mui/internal-code-infra 0.0.3-canary.48 → 0.0.3-canary.49
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Scripts and configs to be used across MUI repos.
|
|
|
22
22
|
4. Refresh the page to see the newly created workflow, and click it.
|
|
23
23
|
5. The next screen shows "@username requested your review to deploy to npm-publish", click "Review deployments" and authorize your workflow run. **Never approve workflow runs you didn't initiaite.**
|
|
24
24
|
|
|
25
|
-
> [!IMPORTANT]
|
|
25
|
+
> [!IMPORTANT]
|
|
26
26
|
> Go through the below steps if there is an error that says `The following packages are new and need to be published manually first` in the publish flow.
|
|
27
27
|
|
|
28
28
|
### Adding and publishing new packages
|
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.49",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"typescript-eslint": "^8.46.3",
|
|
103
103
|
"yargs": "^18.0.0",
|
|
104
104
|
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.8",
|
|
105
|
-
"@mui/internal-babel-plugin-
|
|
106
|
-
"@mui/internal-babel-plugin-
|
|
105
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.11",
|
|
106
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.28"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
109
|
"@next/eslint-plugin-next": "*",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"publishConfig": {
|
|
141
141
|
"access": "public"
|
|
142
142
|
},
|
|
143
|
-
"gitSha": "
|
|
143
|
+
"gitSha": "e8720c89db86b256b0422d1c77fc292f979b892c",
|
|
144
144
|
"scripts": {
|
|
145
145
|
"build": "tsc -p tsconfig.build.json",
|
|
146
146
|
"typescript": "tsc -p tsconfig.json",
|