@mui/internal-code-infra 0.0.4-canary.26 → 0.0.4-canary.27

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.4-canary.26",
3
+ "version": "0.0.4-canary.27",
4
4
  "author": "MUI Team",
5
5
  "description": "Infra scripts and configs to be used across MUI repos.",
6
6
  "license": "MIT",
@@ -102,7 +102,7 @@
102
102
  "git-url-parse": "^16.1.0",
103
103
  "globals": "^17.4.0",
104
104
  "globby": "^16.1.1",
105
- "html-validate": "^10.11.2",
105
+ "html-validate": "^10.13.0",
106
106
  "minimatch": "^10.2.4",
107
107
  "node-html-parser": "^7.1.0",
108
108
  "open": "^11.0.0",
@@ -119,9 +119,9 @@
119
119
  "typescript-eslint": "^8.57.1",
120
120
  "unified": "^11.0.5",
121
121
  "yargs": "^18.0.0",
122
- "@mui/internal-babel-plugin-display-name": "1.0.4-canary.17",
123
122
  "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.25",
124
- "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.34"
123
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.34",
124
+ "@mui/internal-babel-plugin-display-name": "1.0.4-canary.17"
125
125
  },
126
126
  "peerDependencies": {
127
127
  "@next/eslint-plugin-next": "*",
@@ -168,7 +168,7 @@
168
168
  "publishConfig": {
169
169
  "access": "public"
170
170
  },
171
- "gitSha": "02cb0418035cbc0ba7cc23d1ac1c59211107ec03",
171
+ "gitSha": "ce27060278b3eb7eadf5f7901cc0db888b6688f1",
172
172
  "scripts": {
173
173
  "build": "tsgo -p tsconfig.build.json",
174
174
  "typescript": "tsgo -noEmit",