@mui/x-codemod 7.6.0 → 7.8.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.
Files changed (2) hide show
  1. package/codemod.js +1 -1
  2. package/package.json +6 -6
package/codemod.js CHANGED
@@ -43,7 +43,7 @@ Not all use cases are covered by codemods. In some scenarios, like props spreadi
43
43
  For example, if a codemod tries to rename a prop, but this prop is hidden with the spread operator, it won't be transformed as expected.
44
44
  <DatePicker {...pickerProps} />
45
45
 
46
- After running the codemods, make sure to test your application and that you don't have any console errors.
46
+ After running the codemods, make sure to test your application and that you don't have any formatting or console errors.
47
47
  `);
48
48
  const jscodeshiftProcess = _child_process.default.spawnSync('node', args, {
49
49
  stdio: 'inherit'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "7.6.0",
3
+ "version": "7.8.0",
4
4
  "bin": "./codemod.js",
5
5
  "private": false,
6
6
  "author": "MUI Team",
@@ -25,15 +25,15 @@
25
25
  "url": "https://opencollective.com/mui-org"
26
26
  },
27
27
  "dependencies": {
28
- "@babel/core": "^7.24.6",
29
- "@babel/runtime": "^7.24.6",
30
- "@babel/traverse": "^7.24.6",
31
- "jscodeshift": "0.13.1",
28
+ "@babel/core": "^7.24.7",
29
+ "@babel/runtime": "^7.24.7",
30
+ "@babel/traverse": "^7.24.7",
31
+ "jscodeshift": "0.15.2",
32
32
  "jscodeshift-add-imports": "^1.0.10",
33
33
  "yargs": "^17.7.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/jscodeshift": "^0.11.5",
36
+ "@types/jscodeshift": "^0.11.11",
37
37
  "dayjs": "^1.11.11",
38
38
  "moment-timezone": "^0.5.45",
39
39
  "rimraf": "^5.0.7"