@mui/x-codemod 7.18.0 → 7.20.0
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/README.md +4 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -154,9 +154,9 @@ npx @mui/x-codemod@latest v7.0.0/pickers/rename-slots-types <path>
|
|
|
154
154
|
|
|
155
155
|
### Data Grid codemods
|
|
156
156
|
|
|
157
|
-
#### `preset-safe` for
|
|
157
|
+
#### `preset-safe` for Data Grid v7.0.0
|
|
158
158
|
|
|
159
|
-
The `preset-safe` codemods for
|
|
159
|
+
The `preset-safe` codemods for Data Grid.
|
|
160
160
|
|
|
161
161
|
```bash
|
|
162
162
|
npx @mui/x-codemod@latest v7.0.0/data-grid/preset-safe <path|folder>
|
|
@@ -705,9 +705,9 @@ npx @mui/x-codemod@latest v6.0.0/pickers/rename-components-to-slots <path>
|
|
|
705
705
|
|
|
706
706
|
### Data Grid codemods
|
|
707
707
|
|
|
708
|
-
#### `preset-safe` for
|
|
708
|
+
#### `preset-safe` for Data Grid v6.0.0
|
|
709
709
|
|
|
710
|
-
The `preset-safe` codemods for
|
|
710
|
+
The `preset-safe` codemods for Data Grid.
|
|
711
711
|
|
|
712
712
|
```bash
|
|
713
713
|
npx @mui/x-codemod@latest v6.0.0/data-grid/preset-safe <path|folder>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-codemod",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.20.0",
|
|
4
4
|
"bin": "./codemod.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "MUI Team",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"url": "https://opencollective.com/mui-org"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@babel/core": "^7.25.
|
|
29
|
-
"@babel/runtime": "^7.25.
|
|
30
|
-
"@babel/traverse": "^7.25.
|
|
28
|
+
"@babel/core": "^7.25.7",
|
|
29
|
+
"@babel/runtime": "^7.25.7",
|
|
30
|
+
"@babel/traverse": "^7.25.7",
|
|
31
31
|
"jscodeshift": "17.0.0",
|
|
32
32
|
"yargs": "^17.7.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@types/jscodeshift": "^0.
|
|
35
|
+
"@types/jscodeshift": "^0.12.0",
|
|
36
36
|
"dayjs": "^1.11.11",
|
|
37
37
|
"moment-timezone": "^0.5.45",
|
|
38
38
|
"rimraf": "^6.0.1"
|