@mui/internal-code-infra 0.0.3-canary.37 → 0.0.3-canary.38
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.3-canary.
|
|
3
|
+
"version": "0.0.3-canary.38",
|
|
4
4
|
"description": "Infra scripts and configs to be used across MUI repos.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"code-infra": "./bin/code-infra.mjs"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@argos-ci/core": "^4.
|
|
48
|
+
"@argos-ci/core": "^4.3.0",
|
|
49
49
|
"@babel/cli": "^7.28.3",
|
|
50
50
|
"@babel/core": "^7.28.4",
|
|
51
51
|
"@babel/plugin-syntax-jsx": "^7.27.1",
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"@inquirer/confirm": "^5.1.19",
|
|
61
61
|
"@inquirer/select": "^4.4.0",
|
|
62
62
|
"@napi-rs/keyring": "^1.2.0",
|
|
63
|
-
"@next/eslint-plugin-next": "^15.5.6",
|
|
64
63
|
"@octokit/auth-action": "^6.0.1",
|
|
65
64
|
"@octokit/oauth-methods": "^6.0.1",
|
|
66
65
|
"@octokit/rest": "^22.0.0",
|
|
@@ -96,14 +95,15 @@
|
|
|
96
95
|
"stylelint-config-standard": "^39.0.1",
|
|
97
96
|
"typescript-eslint": "^8.46.2",
|
|
98
97
|
"yargs": "^18.0.0",
|
|
99
|
-
"@mui/internal-babel-plugin-
|
|
100
|
-
"@mui/internal-babel-plugin-
|
|
101
|
-
"@mui/internal-babel-plugin-
|
|
98
|
+
"@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.27",
|
|
99
|
+
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.10",
|
|
100
|
+
"@mui/internal-babel-plugin-display-name": "1.0.4-canary.7"
|
|
102
101
|
},
|
|
103
102
|
"peerDependencies": {
|
|
104
103
|
"eslint": "^9.0.0",
|
|
105
104
|
"prettier": "^3.5.3",
|
|
106
|
-
"typescript": "^5.0.0"
|
|
105
|
+
"typescript": "^5.0.0",
|
|
106
|
+
"@next/eslint-plugin-next": "*"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@types/babel__core": "^7.20.5",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@types/estree": "^1.0.8",
|
|
114
114
|
"@types/estree-jsx": "^1.0.5",
|
|
115
115
|
"@types/regexp.escape": "^2.0.0",
|
|
116
|
-
"@types/yargs": "^17.0.
|
|
116
|
+
"@types/yargs": "^17.0.34",
|
|
117
117
|
"@typescript-eslint/parser": "^8.46.2",
|
|
118
118
|
"@typescript-eslint/rule-tester": "^8.46.2",
|
|
119
119
|
"eslint": "^9.38.0",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"access": "public"
|
|
133
133
|
},
|
|
134
|
-
"gitSha": "
|
|
134
|
+
"gitSha": "57bff51a86f4e6cc6b4497e9b4a857d628598ec0",
|
|
135
135
|
"scripts": {
|
|
136
136
|
"build": "tsc -p tsconfig.build.json",
|
|
137
137
|
"typescript": "tsc -p tsconfig.json",
|