@mui/internal-code-infra 0.0.3-canary.80 → 0.0.3-canary.81

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.3-canary.80",
3
+ "version": "0.0.3-canary.81",
4
4
  "description": "Infra scripts and configs to be used across MUI repos.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -113,8 +113,8 @@
113
113
  "unified": "^11.0.5",
114
114
  "yargs": "^18.0.0",
115
115
  "@mui/internal-babel-plugin-display-name": "1.0.4-canary.11",
116
- "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.31",
117
- "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.18"
116
+ "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.18",
117
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.31"
118
118
  },
119
119
  "peerDependencies": {
120
120
  "@next/eslint-plugin-next": "*",
@@ -151,7 +151,7 @@
151
151
  "publishConfig": {
152
152
  "access": "public"
153
153
  },
154
- "gitSha": "31e9b5c389e73187957d615b2fdea9e75a0de7f0",
154
+ "gitSha": "a806ef2159fcbed1cd48fa5710c7f8105cd7419d",
155
155
  "scripts": {
156
156
  "build": "tsc -p tsconfig.build.json",
157
157
  "typescript": "tsc -p tsconfig.json",
@@ -70,6 +70,7 @@ export function createTestConfig(options = {}) {
70
70
  // does not work with wildcard imports. Mistakes will throw at runtime anyway
71
71
  'import/named': 'off',
72
72
  'material-ui/disallow-active-element-as-key-event-target': 'error',
73
+ 'material-ui/consistent-production-guard': 'off',
73
74
 
74
75
  // disable eslint-plugin-jsx-a11y
75
76
  // tests are not driven by assistive technology