@mui/internal-code-infra 0.0.3-canary.66 → 0.0.3-canary.67

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.3-canary.66",
3
+ "version": "0.0.3-canary.67",
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.51.0",
105
105
  "yargs": "^18.0.0",
106
- "@mui/internal-babel-plugin-display-name": "1.0.4-canary.8",
107
- "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.28",
108
- "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.13"
106
+ "@mui/internal-babel-plugin-display-name": "1.0.4-canary.9",
107
+ "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.14",
108
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.29"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "@next/eslint-plugin-next": "*",
@@ -115,15 +115,15 @@
115
115
  },
116
116
  "devDependencies": {
117
117
  "@octokit/types": "^16.0.0",
118
- "@types/babel__core": "^7.20.5",
119
- "@types/babel__preset-env": "^7.10.0",
120
- "@types/content-type": "^1.1.9",
121
- "@types/env-ci": "^3.1.4",
118
+ "@types/babel__core": "7.20.5",
119
+ "@types/babel__preset-env": "7.10.0",
120
+ "@types/content-type": "1.1.9",
121
+ "@types/env-ci": "3.1.4",
122
122
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
123
- "@types/estree": "^1.0.8",
124
- "@types/estree-jsx": "^1.0.5",
125
- "@types/regexp.escape": "^2.0.0",
126
- "@types/yargs": "^17.0.35",
123
+ "@types/estree": "1.0.8",
124
+ "@types/estree-jsx": "1.0.5",
125
+ "@types/regexp.escape": "2.0.0",
126
+ "@types/yargs": "17.0.35",
127
127
  "@typescript-eslint/parser": "8.49.0",
128
128
  "@typescript-eslint/rule-tester": "8.49.0",
129
129
  "eslint": "9.39.1",
@@ -142,7 +142,7 @@
142
142
  "publishConfig": {
143
143
  "access": "public"
144
144
  },
145
- "gitSha": "eff80195a0f1df6417dab4be0e3787e443b12851",
145
+ "gitSha": "2cce44e9da123b708fb35e4f1ec29be8dd58bfb5",
146
146
  "scripts": {
147
147
  "build": "tsc -p tsconfig.build.json",
148
148
  "typescript": "tsc -p tsconfig.json",