@mui/internal-code-infra 0.0.4-canary.10 → 0.0.4-canary.11
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-code-infra",
|
|
3
|
-
"version": "0.0.4-canary.
|
|
3
|
+
"version": "0.0.4-canary.11",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
"code-infra": "./bin/code-infra.mjs"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@argos-ci/core": "^5.1.
|
|
55
|
+
"@argos-ci/core": "^5.1.2",
|
|
56
56
|
"@babel/cli": "^7.28.6",
|
|
57
57
|
"@babel/core": "^7.29.0",
|
|
58
58
|
"@babel/plugin-syntax-jsx": "^7.28.6",
|
|
59
59
|
"@babel/plugin-syntax-typescript": "^7.28.6",
|
|
60
60
|
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
61
|
-
"@babel/preset-env": "^7.29.
|
|
61
|
+
"@babel/preset-env": "^7.29.2",
|
|
62
62
|
"@babel/preset-react": "^7.28.5",
|
|
63
63
|
"@babel/preset-typescript": "^7.28.5",
|
|
64
64
|
"@eslint/compat": "^2.0.3",
|
|
65
65
|
"@eslint/js": "^10.0.1",
|
|
66
66
|
"@eslint/json": "^1.1.0",
|
|
67
|
-
"@inquirer/confirm": "^6.0.
|
|
68
|
-
"@inquirer/select": "^5.1.
|
|
67
|
+
"@inquirer/confirm": "^6.0.10",
|
|
68
|
+
"@inquirer/select": "^5.1.2",
|
|
69
69
|
"@napi-rs/keyring": "^1.2.0",
|
|
70
70
|
"@octokit/auth-action": "^6.0.2",
|
|
71
71
|
"@octokit/oauth-methods": "^6.0.2",
|
|
72
72
|
"@octokit/rest": "^22.0.1",
|
|
73
|
-
"@pnpm/find-workspace-dir": "^1000.1.
|
|
73
|
+
"@pnpm/find-workspace-dir": "^1000.1.5",
|
|
74
74
|
"@typescript-eslint/types": "^8.57.1",
|
|
75
75
|
"@typescript-eslint/utils": "^8.57.1",
|
|
76
76
|
"@vitest/eslint-plugin": "^1.6.11",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"typescript-eslint": "^8.57.1",
|
|
117
117
|
"unified": "^11.0.5",
|
|
118
118
|
"yargs": "^18.0.0",
|
|
119
|
-
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.
|
|
119
|
+
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.15",
|
|
120
120
|
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.33",
|
|
121
121
|
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.24"
|
|
122
122
|
},
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@typescript-eslint/parser": "8.57.1",
|
|
150
150
|
"@typescript-eslint/rule-tester": "8.57.1",
|
|
151
151
|
"eslint": "10.0.3",
|
|
152
|
-
"get-port": "7.
|
|
152
|
+
"get-port": "7.2.0",
|
|
153
153
|
"prettier": "3.8.1",
|
|
154
154
|
"serve": "14.2.6",
|
|
155
155
|
"typescript-eslint": "8.57.1"
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"publishConfig": {
|
|
165
165
|
"access": "public"
|
|
166
166
|
},
|
|
167
|
-
"gitSha": "
|
|
167
|
+
"gitSha": "9cb525c390188870205c3587ad12627e86bd5cda",
|
|
168
168
|
"scripts": {
|
|
169
169
|
"build": "tsgo -p tsconfig.build.json",
|
|
170
170
|
"typescript": "tsgo -noEmit",
|