@etsoo/materialui 1.0.20 → 1.0.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.
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { ListItemIcon } from '@mui/material';
|
|
1
2
|
/**
|
|
2
3
|
* List item right icon component
|
|
3
4
|
*/
|
|
4
|
-
export declare const ListItemRightIcon:
|
|
5
|
+
export declare const ListItemRightIcon: typeof ListItemIcon;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/materialui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "TypeScript Material-UI Implementation",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"@emotion/styled": "^11.10.4",
|
|
54
54
|
"@etsoo/appscript": "^1.2.96",
|
|
55
55
|
"@etsoo/notificationbase": "^1.1.7",
|
|
56
|
-
"@etsoo/react": "^1.5.
|
|
56
|
+
"@etsoo/react": "^1.5.98",
|
|
57
57
|
"@etsoo/shared": "^1.1.57",
|
|
58
|
-
"@mui/icons-material": "^5.10.
|
|
59
|
-
"@mui/material": "^5.10.
|
|
58
|
+
"@mui/icons-material": "^5.10.6",
|
|
59
|
+
"@mui/material": "^5.10.6",
|
|
60
60
|
"@types/pica": "^9.0.1",
|
|
61
61
|
"@types/pulltorefreshjs": "^0.1.5",
|
|
62
62
|
"@types/react": "^18.0.20",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"react-avatar-editor": "^13.0.0",
|
|
71
71
|
"react-dom": "^18.2.0",
|
|
72
72
|
"react-draggable": "^4.4.5",
|
|
73
|
-
"react-imask": "^6.4.
|
|
73
|
+
"react-imask": "^6.4.3",
|
|
74
74
|
"react-router-dom": "^6.4.0",
|
|
75
75
|
"react-window": "^1.8.7"
|
|
76
76
|
},
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@testing-library/jest-dom": "^5.16.5",
|
|
84
84
|
"@testing-library/react": "^13.4.0",
|
|
85
85
|
"@types/jest": "^29.0.3",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
87
|
-
"@typescript-eslint/parser": "^5.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
|
87
|
+
"@typescript-eslint/parser": "^5.38.0",
|
|
88
88
|
"eslint": "^8.23.1",
|
|
89
89
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
90
90
|
"eslint-plugin-import": "^2.26.0",
|