@mui/internal-code-infra 0.0.3-canary.70 → 0.0.3-canary.71

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.3-canary.70",
3
+ "version": "0.0.3-canary.71",
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.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"
106
+ "@mui/internal-babel-plugin-display-name": "1.0.4-canary.10",
107
+ "@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.15",
108
+ "@mui/internal-babel-plugin-resolve-imports": "2.0.7-canary.30"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "@next/eslint-plugin-next": "*",
@@ -114,7 +114,7 @@
114
114
  "typescript": "^5.0.0"
115
115
  },
116
116
  "devDependencies": {
117
- "@octokit/types": "^16.0.0",
117
+ "@octokit/types": "16.0.0",
118
118
  "@types/babel__core": "7.20.5",
119
119
  "@types/babel__preset-env": "7.10.0",
120
120
  "@types/content-type": "1.1.9",
@@ -127,9 +127,9 @@
127
127
  "@typescript-eslint/parser": "8.49.0",
128
128
  "@typescript-eslint/rule-tester": "8.49.0",
129
129
  "eslint": "9.39.1",
130
- "get-port": "^7.1.0",
130
+ "get-port": "7.1.0",
131
131
  "prettier": "3.7.4",
132
- "serve": "^14.2.5",
132
+ "serve": "14.2.5",
133
133
  "typescript-eslint": "^8.49.0"
134
134
  },
135
135
  "files": [
@@ -142,7 +142,7 @@
142
142
  "publishConfig": {
143
143
  "access": "public"
144
144
  },
145
- "gitSha": "877573f0cfcf5da40f459e69bdd9667a7c12addd",
145
+ "gitSha": "ccf82dfe8f0e2c810ad9c6b6e2810e4e37ed27a3",
146
146
  "scripts": {
147
147
  "build": "tsc -p tsconfig.build.json",
148
148
  "typescript": "tsc -p tsconfig.json",