@mui/internal-code-infra 0.0.4-canary.44 → 0.0.4-canary.45

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.44",
3
+ "version": "0.0.4-canary.45",
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-resolve-imports": "2.0.7-canary.36",
144
- "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.27"
143
+ "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.27",
144
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.36"
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": "e52cf80ab721a66f9e3f5c997dcb51b6585c0e9a",
194
+ "gitSha": "fb2e995849648cc3f6e43ed4ad10b7bad0750d7c",
195
195
  "scripts": {
196
196
  "build": "tsgo -p tsconfig.build.json",
197
197
  "typescript": "tsgo -noEmit",
@@ -308,7 +308,7 @@ declare namespace PackageJson {
308
308
  browser?: string | Partial<Record<string, string | false>>;
309
309
 
310
310
  /**
311
- Denote which files in your project are "pure" and therefore safe for Webpack to prune if unused.
311
+ Denote which files in your project are "pure" and therefore safe for webpack to prune if unused.
312
312
 
313
313
  [Read more.](https://webpack.js.org/guides/tree-shaking/)
314
314
  */