@mui/internal-code-infra 0.0.3-canary.46 → 0.0.3-canary.47

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.3-canary.46",
3
+ "version": "0.0.3-canary.47",
4
4
  "description": "Infra scripts and configs to be used across MUI repos.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -58,8 +58,8 @@
58
58
  "@babel/preset-env": "^7.28.5",
59
59
  "@babel/preset-react": "^7.28.5",
60
60
  "@babel/preset-typescript": "^7.28.5",
61
- "@eslint/compat": "^1.4.0",
62
- "@eslint/js": "^9.38.0",
61
+ "@eslint/compat": "^1.4.1",
62
+ "@eslint/js": "^9.39.0",
63
63
  "@eslint/json": "^0.14.0",
64
64
  "@inquirer/confirm": "^5.1.19",
65
65
  "@inquirer/select": "^4.4.0",
@@ -85,7 +85,7 @@
85
85
  "eslint-plugin-mocha": "^11.2.0",
86
86
  "eslint-plugin-react": "^7.37.5",
87
87
  "eslint-plugin-react-compiler": "^19.1.0-rc.2",
88
- "eslint-plugin-react-hooks": "^7.0.0",
88
+ "eslint-plugin-react-hooks": "^7.0.1",
89
89
  "eslint-plugin-testing-library": "^7.13.3",
90
90
  "execa": "^9.6.0",
91
91
  "git-url-parse": "^16.1.0",
@@ -101,8 +101,8 @@
101
101
  "stylelint-config-standard": "^39.0.1",
102
102
  "typescript-eslint": "^8.46.2",
103
103
  "yargs": "^18.0.0",
104
- "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.11",
105
104
  "@mui/internal-babel-plugin-display-name": "1.0.4-canary.8",
105
+ "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.11",
106
106
  "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.28"
107
107
  },
108
108
  "peerDependencies": {
@@ -124,7 +124,7 @@
124
124
  "@types/yargs": "^17.0.34",
125
125
  "@typescript-eslint/parser": "^8.46.2",
126
126
  "@typescript-eslint/rule-tester": "^8.46.2",
127
- "eslint": "^9.38.0",
127
+ "eslint": "^9.39.0",
128
128
  "get-port": "^7.1.0",
129
129
  "prettier": "^3.6.2",
130
130
  "serve": "^14.2.5",
@@ -140,7 +140,7 @@
140
140
  "publishConfig": {
141
141
  "access": "public"
142
142
  },
143
- "gitSha": "cc7986d986a6e81ea85f8493c128770ca17e5cef",
143
+ "gitSha": "465383f6412395ff2f6aed28ba45fd30f6c01f37",
144
144
  "scripts": {
145
145
  "build": "tsc -p tsconfig.build.json",
146
146
  "typescript": "tsc -p tsconfig.json",