@mui/codemod 6.1.1 → 6.1.4

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.
@@ -7,8 +7,6 @@ const IconRoot = styled('span')(({
7
7
  userSelect: 'none',
8
8
  width: '1em',
9
9
  height: '1em',
10
- // Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541
11
- // To remove at some point.
12
10
  overflow: 'hidden',
13
11
  display: 'inline-block',
14
12
  // allow overflow hidden to take action
@@ -6,8 +6,6 @@ const IconRoot = styled('span')(({
6
6
  userSelect: 'none',
7
7
  width: '1em',
8
8
  height: '1em',
9
- // Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541
10
- // To remove at some point.
11
9
  overflow: 'hidden',
12
10
  // allow overflow hidden to take action
13
11
  display: 'inline-block',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/codemod",
3
- "version": "6.1.1",
3
+ "version": "6.1.4",
4
4
  "bin": "./codemod.js",
5
5
  "private": false,
6
6
  "author": "MUI Team",
@@ -24,9 +24,9 @@
24
24
  "url": "https://opencollective.com/mui-org"
25
25
  },
26
26
  "dependencies": {
27
- "@babel/core": "^7.25.2",
28
- "@babel/runtime": "^7.25.6",
29
- "@babel/traverse": "^7.25.6",
27
+ "@babel/core": "^7.25.8",
28
+ "@babel/runtime": "^7.25.7",
29
+ "@babel/traverse": "^7.25.7",
30
30
  "jscodeshift": "^0.16.1",
31
31
  "jscodeshift-add-imports": "^1.0.11",
32
32
  "postcss": "^8.4.47",
@@ -34,7 +34,7 @@
34
34
  "yargs": "^17.7.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/chai": "^4.3.19",
37
+ "@types/chai": "^4.3.20",
38
38
  "@types/jscodeshift": "0.11.11",
39
39
  "chai": "^4.5.0"
40
40
  },