dynamic-mui 1.1.4 → 1.1.5
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/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dynamic-mui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"author": "Dinakaran S",
|
|
5
5
|
"user": "dinakarans",
|
|
6
6
|
"repository": {
|
|
@@ -14,30 +14,30 @@
|
|
|
14
14
|
"main": "dist-modules",
|
|
15
15
|
"module": "src",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@babel/eslint-parser": "^7.28.
|
|
17
|
+
"@babel/eslint-parser": "^7.28.6",
|
|
18
18
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
19
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
19
|
+
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
20
20
|
"@emotion/react": "^11.14.0",
|
|
21
21
|
"@emotion/styled": "^11.14.1",
|
|
22
|
-
"@mui/icons-material": "^7.3.
|
|
23
|
-
"@mui/material": "^7.3.
|
|
24
|
-
"@mui/x-charts": "^8.
|
|
25
|
-
"@mui/x-data-grid": "^8.
|
|
26
|
-
"@mui/x-date-pickers": "^8.
|
|
22
|
+
"@mui/icons-material": "^7.3.7",
|
|
23
|
+
"@mui/material": "^7.3.7",
|
|
24
|
+
"@mui/x-charts": "^8.27.0",
|
|
25
|
+
"@mui/x-data-grid": "^8.27.0",
|
|
26
|
+
"@mui/x-date-pickers": "^8.27.0",
|
|
27
27
|
"@testing-library/jest-dom": "^6.9.1",
|
|
28
|
-
"@testing-library/react": "^16.3.
|
|
28
|
+
"@testing-library/react": "^16.3.2",
|
|
29
29
|
"@testing-library/user-event": "^14.6.1",
|
|
30
30
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
31
31
|
"dayjs": "^1.11.19",
|
|
32
|
-
"lodash": "^4.17.
|
|
32
|
+
"lodash": "^4.17.23",
|
|
33
33
|
"numeral": "^2.0.6",
|
|
34
34
|
"prop-types": "^15.8.1",
|
|
35
|
-
"react": "^19.2.
|
|
36
|
-
"react-dom": "^19.2.
|
|
35
|
+
"react": "^19.2.4",
|
|
36
|
+
"react-dom": "^19.2.4",
|
|
37
37
|
"react-json-tree": "^0.20.0",
|
|
38
38
|
"react-number-format": "^5.4.4",
|
|
39
39
|
"react-scripts": "5.0.1",
|
|
40
|
-
"validator": "^13.15.
|
|
40
|
+
"validator": "^13.15.26",
|
|
41
41
|
"web-vitals": "^5.1.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@babel/cli": "^7.28.
|
|
75
|
-
"@babel/core": "^7.
|
|
74
|
+
"@babel/cli": "^7.28.6",
|
|
75
|
+
"@babel/core": "^7.29.0",
|
|
76
76
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
77
|
-
"@babel/preset-env": "^7.
|
|
77
|
+
"@babel/preset-env": "^7.29.0",
|
|
78
78
|
"@babel/preset-react": "^7.28.5",
|
|
79
79
|
"@craco/craco": "^7.1.0",
|
|
80
80
|
"eslint": "8.57.1",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"eslint-config-prettier": "^10.1.8",
|
|
83
83
|
"eslint-plugin-import": "^2.32.0",
|
|
84
84
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
85
|
-
"eslint-plugin-prettier": "^5.5.
|
|
85
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
86
86
|
"eslint-plugin-react": "^7.37.5",
|
|
87
87
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
88
|
-
"prettier": "^3.
|
|
88
|
+
"prettier": "^3.8.1",
|
|
89
89
|
"react-styleguidist": "^13.1.4",
|
|
90
90
|
"tinycolor2": "^1.6.0"
|
|
91
91
|
}
|