@react-md/material-icons 6.0.0-next.21 → 6.0.0-next.22
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/CasesIcon.js +1 -1
- package/package.json +11 -11
package/CasesIcon.js
CHANGED
|
@@ -7,7 +7,7 @@ export default /*#__PURE__*/ forwardRef(function CasesIcon(props, ref) {
|
|
|
7
7
|
...props,
|
|
8
8
|
ref: ref,
|
|
9
9
|
children: /*#__PURE__*/ _jsx("path", {
|
|
10
|
-
d: "M18
|
|
10
|
+
d: "M18 5V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H5v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5zm-2 0h-4V3h4zM3 9H1v11c0 1.11.89 2 2 2h16v-2H3z"
|
|
11
11
|
})
|
|
12
12
|
});
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-md/material-icons",
|
|
3
|
-
"version": "6.0.0-next.
|
|
3
|
+
"version": "6.0.0-next.22",
|
|
4
4
|
"description": "Material Design Icon components for react-md",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,22 +29,22 @@
|
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"cnbuilder": "^3.1.0",
|
|
32
|
-
"@react-md/core": "1.0.0-next.
|
|
32
|
+
"@react-md/core": "1.0.0-next.21"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@mlaursen/eslint-config": "^
|
|
36
|
-
"@swc/core": "^1.
|
|
37
|
-
"@types/lodash": "^4.17.
|
|
38
|
-
"@types/node": "^22.
|
|
35
|
+
"@mlaursen/eslint-config": "^7.0.0",
|
|
36
|
+
"@swc/core": "^1.11.16",
|
|
37
|
+
"@types/lodash": "^4.17.16",
|
|
38
|
+
"@types/node": "^22.14.0",
|
|
39
39
|
"@types/react": "^18.3.12",
|
|
40
|
-
"eslint": "^9.
|
|
40
|
+
"eslint": "^9.23.0",
|
|
41
41
|
"glob": "^11.0.1",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
|
-
"prettier": "^3.5.
|
|
43
|
+
"prettier": "^3.5.3",
|
|
44
44
|
"pretty-ms": "^9.2.0",
|
|
45
45
|
"svgo": "^3.3.2",
|
|
46
|
-
"tsx": "^4.19.
|
|
47
|
-
"typescript": "^5.
|
|
46
|
+
"tsx": "^4.19.3",
|
|
47
|
+
"typescript": "^5.8.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": ">= 18",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"volta": {
|
|
65
65
|
"node": "22.13.1",
|
|
66
|
-
"pnpm": "10.
|
|
66
|
+
"pnpm": "10.7.1"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"run-script": "tsx --tsconfig scripts/tsconfig.json",
|