@mui/x-codemod 8.3.1 → 8.4.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -46,7 +46,7 @@ npx @mui/x-codemod --jscodeshift=--run-in-band
46
46
  npx @mui/x-codemod --jscodeshift=--cpus=1 --jscodeshift=--print --jscodeshift=--dry --jscodeshift=--verbose=2
47
47
  ```
48
48
 
49
- See all available options [here](https://github.com/facebook/jscodeshift#usage-cli).
49
+ See [all available options](https://github.com/facebook/jscodeshift#usage-cli).
50
50
 
51
51
  ### `Recast` Options
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "8.3.1",
3
+ "version": "8.4.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Codemod scripts for MUI X.",
6
6
  "bin": "./codemod.js",
@@ -29,7 +29,7 @@
29
29
  "@babel/traverse": "^7.27.1",
30
30
  "jscodeshift": "17.1.2",
31
31
  "yargs": "^17.7.2",
32
- "@mui/x-internals": "8.3.1"
32
+ "@mui/x-internals": "8.4.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jscodeshift": "^0.12.0",