@mui/internal-code-infra 0.0.3-canary.54 → 0.0.3-canary.55

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.3-canary.54",
3
+ "version": "0.0.3-canary.55",
4
4
  "description": "Infra scripts and configs to be used across MUI repos.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -61,21 +61,21 @@
61
61
  "@eslint/compat": "^1.4.1",
62
62
  "@eslint/js": "^9.39.1",
63
63
  "@eslint/json": "^0.14.0",
64
- "@inquirer/confirm": "^5.1.19",
65
- "@inquirer/select": "^4.4.0",
64
+ "@inquirer/confirm": "^5.1.21",
65
+ "@inquirer/select": "^4.4.2",
66
66
  "@napi-rs/keyring": "^1.2.0",
67
67
  "@octokit/auth-action": "^6.0.2",
68
68
  "@octokit/oauth-methods": "^6.0.2",
69
69
  "@octokit/rest": "^22.0.1",
70
70
  "@pnpm/find-workspace-dir": "^1000.1.3",
71
- "@vitest/eslint-plugin": "^1.5.0",
71
+ "@vitest/eslint-plugin": "^1.5.1",
72
72
  "babel-plugin-optimize-clsx": "^2.6.2",
73
73
  "babel-plugin-react-compiler": "^1.0.0",
74
74
  "babel-plugin-transform-inline-environment-variables": "^0.4.4",
75
75
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
76
76
  "babel-plugin-transform-remove-imports": "^1.8.1",
77
77
  "chalk": "^5.6.2",
78
- "clipboardy": "^5.0.0",
78
+ "clipboardy": "^5.0.1",
79
79
  "content-type": "^1.0.5",
80
80
  "env-ci": "^11.2.0",
81
81
  "eslint-config-prettier": "^10.1.8",
@@ -104,8 +104,8 @@
104
104
  "typescript-eslint": "^8.46.3",
105
105
  "yargs": "^18.0.0",
106
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.12"
107
+ "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.13",
108
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.28"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "@next/eslint-plugin-next": "*",
@@ -123,12 +123,12 @@
123
123
  "@types/estree": "^1.0.8",
124
124
  "@types/estree-jsx": "^1.0.5",
125
125
  "@types/regexp.escape": "^2.0.0",
126
- "@types/yargs": "^17.0.34",
126
+ "@types/yargs": "^17.0.35",
127
127
  "@typescript-eslint/parser": "^8.46.3",
128
128
  "@typescript-eslint/rule-tester": "^8.46.3",
129
129
  "eslint": "^9.39.1",
130
130
  "get-port": "^7.1.0",
131
- "prettier": "^3.6.2",
131
+ "prettier": "^3.7.4",
132
132
  "serve": "^14.2.5",
133
133
  "typescript-eslint": "^8.46.3"
134
134
  },
@@ -142,7 +142,7 @@
142
142
  "publishConfig": {
143
143
  "access": "public"
144
144
  },
145
- "gitSha": "dc84efdd91bfcc685b9d3a756a30bf108851b8f5",
145
+ "gitSha": "b16d09c9e9c393b1cc7fb2be6d9d0202340f5121",
146
146
  "scripts": {
147
147
  "build": "tsc -p tsconfig.build.json",
148
148
  "typescript": "tsc -p tsconfig.json",