|
1 | 1 | { |
2 | 2 | "name": "@data-driven-forms/mui-component-mapper", |
3 | | - "version": "3.15.3", |
| 3 | + "version": "3.15.6", |
4 | 4 | "description": "Component mapper for Material ui component mapper form data-driven-forms.", |
5 | 5 | "main": "index.js", |
6 | 6 | "module": "esm/index.js", |
|
25 | 25 | "directory": "packages/mui-component-mapper" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@mui/icons-material": "^5.0.4", |
29 | | - "@mui/material": "^5.0.4", |
30 | | - "@mui/styles": "^5.0.1" |
| 28 | + "@mui/icons-material": "^5.0.5", |
| 29 | + "@mui/material": "^5.0.6", |
| 30 | + "@mui/styles": "^5.0.2" |
31 | 31 | }, |
32 | 32 | "peerDependencies": { |
33 | 33 | "@data-driven-forms/react-form-renderer": ">=3.2.1", |
34 | | - "@mui/icons-material": "^5.0.4", |
35 | | - "@mui/material": "^5.0.4", |
36 | | - "@mui/styles": "^5.0.1", |
| 34 | + "@mui/icons-material": "^5.0.5", |
| 35 | + "@mui/material": "^5.0.6", |
| 36 | + "@mui/styles": "^5.0.2", |
37 | 37 | "prop-types": ">=15.7.2", |
38 | 38 | "react": "^17.0.2", |
39 | 39 | "react-dom": "^17.0.2" |
|
42 | 42 | "@data-driven-forms/common": "*", |
43 | 43 | "@emotion/react": "^11.5.0", |
44 | 44 | "@emotion/styled": "^11.3.0", |
45 | | - "@mui/lab": "^5.0.0-alpha.51", |
| 45 | + "@mui/lab": "^5.0.0-alpha.53", |
46 | 46 | "clsx": "^1.0.4", |
| 47 | + "date-fns": "^2.16.1", |
47 | 48 | "lodash": "^4.17.21" |
48 | 49 | } |
49 | 50 | } |
0 commit comments