dynamic-mui 1.0.73 → 1.0.74

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.
@@ -48,9 +48,9 @@ object-assign
48
48
 
49
49
  /**
50
50
  * @license React
51
- * react-dom.production.min.js
51
+ * react-dom-client.production.js
52
52
  *
53
- * Copyright (c) Facebook, Inc. and its affiliates.
53
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
54
54
  *
55
55
  * This source code is licensed under the MIT license found in the
56
56
  * LICENSE file in the root directory of this source tree.
@@ -58,9 +58,9 @@ object-assign
58
58
 
59
59
  /**
60
60
  * @license React
61
- * react-is.production.min.js
61
+ * react-dom.production.js
62
62
  *
63
- * Copyright (c) Facebook, Inc. and its affiliates.
63
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
64
64
  *
65
65
  * This source code is licensed under the MIT license found in the
66
66
  * LICENSE file in the root directory of this source tree.
@@ -68,9 +68,9 @@ object-assign
68
68
 
69
69
  /**
70
70
  * @license React
71
- * react-jsx-runtime.production.min.js
71
+ * react-jsx-runtime.production.js
72
72
  *
73
- * Copyright (c) Facebook, Inc. and its affiliates.
73
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
74
74
  *
75
75
  * This source code is licensed under the MIT license found in the
76
76
  * LICENSE file in the root directory of this source tree.
@@ -78,9 +78,9 @@ object-assign
78
78
 
79
79
  /**
80
80
  * @license React
81
- * react.production.min.js
81
+ * react.production.js
82
82
  *
83
- * Copyright (c) Facebook, Inc. and its affiliates.
83
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
84
84
  *
85
85
  * This source code is licensed under the MIT license found in the
86
86
  * LICENSE file in the root directory of this source tree.
@@ -88,16 +88,16 @@ object-assign
88
88
 
89
89
  /**
90
90
  * @license React
91
- * scheduler.production.min.js
91
+ * scheduler.production.js
92
92
  *
93
- * Copyright (c) Facebook, Inc. and its affiliates.
93
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
94
94
  *
95
95
  * This source code is licensed under the MIT license found in the
96
96
  * LICENSE file in the root directory of this source tree.
97
97
  */
98
98
 
99
99
  /**
100
- * @mui/styled-engine v6.1.9
100
+ * @mui/styled-engine v6.3.1
101
101
  *
102
102
  * @license MIT
103
103
  * This source code is licensed under the MIT license found in the
package/docs/index.html CHANGED
@@ -11,6 +11,6 @@
11
11
  </head>
12
12
  <body>
13
13
  <div id="rsg-root"></div>
14
- <script src="build/bundle.5a4707c5.js"></script>
14
+ <script src="build/bundle.60fc239e.js"></script>
15
15
  </body>
16
16
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dynamic-mui",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "author": "Dinakaran S",
5
5
  "user": "dinakarans",
6
6
  "repository": {
@@ -16,26 +16,26 @@
16
16
  "dependencies": {
17
17
  "@babel/eslint-parser": "^7.25.9",
18
18
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
19
- "@babel/plugin-transform-modules-commonjs": "^7.25.9",
20
- "@emotion/react": "^11.13.5",
21
- "@emotion/styled": "^11.13.5",
22
- "@mui/icons-material": "^6.1.9",
23
- "@mui/material": "^6.1.9",
24
- "@mui/x-charts": "^7.23.0",
25
- "@mui/x-data-grid": "^7.23.0",
26
- "@mui/x-date-pickers": "^7.23.0",
19
+ "@babel/plugin-transform-modules-commonjs": "^7.26.3",
20
+ "@emotion/react": "^11.14.0",
21
+ "@emotion/styled": "^11.14.0",
22
+ "@mui/icons-material": "^6.3.1",
23
+ "@mui/material": "^6.3.1",
24
+ "@mui/x-charts": "^7.23.2",
25
+ "@mui/x-data-grid": "^7.23.5",
26
+ "@mui/x-date-pickers": "^7.23.3",
27
27
  "@testing-library/jest-dom": "^6.6.3",
28
- "@testing-library/react": "^16.0.1",
28
+ "@testing-library/react": "^16.1.0",
29
29
  "@testing-library/user-event": "^14.5.2",
30
30
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
31
31
  "dayjs": "^1.11.13",
32
32
  "lodash": "^4.17.21",
33
33
  "numeral": "^2.0.6",
34
34
  "prop-types": "^15.8.1",
35
- "react": "^18.3.1",
36
- "react-dom": "^18.3.1",
35
+ "react": "^19.0.0",
36
+ "react-dom": "^19.0.0",
37
37
  "react-json-tree": "^0.19.0",
38
- "react-number-format": "^5.4.2",
38
+ "react-number-format": "^5.4.3",
39
39
  "react-scripts": "5.0.1",
40
40
  "validator": "^13.12.0",
41
41
  "web-vitals": "^4.2.4"
@@ -71,11 +71,11 @@
71
71
  ]
72
72
  },
73
73
  "devDependencies": {
74
- "@babel/cli": "^7.25.9",
74
+ "@babel/cli": "^7.26.4",
75
75
  "@babel/core": "^7.26.0",
76
76
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
77
77
  "@babel/preset-env": "^7.26.0",
78
- "@babel/preset-react": "^7.25.9",
78
+ "@babel/preset-react": "^7.26.3",
79
79
  "@craco/craco": "^7.1.0",
80
80
  "eslint": "8.57.1",
81
81
  "eslint-config-airbnb": "^19.0.4",
@@ -83,9 +83,9 @@
83
83
  "eslint-plugin-import": "^2.31.0",
84
84
  "eslint-plugin-jsx-a11y": "^6.10.2",
85
85
  "eslint-plugin-prettier": "^5.2.1",
86
- "eslint-plugin-react": "^7.37.2",
87
- "eslint-plugin-react-hooks": "^5.0.0",
88
- "prettier": "^3.4.1",
86
+ "eslint-plugin-react": "^7.37.3",
87
+ "eslint-plugin-react-hooks": "^5.1.0",
88
+ "prettier": "^3.4.2",
89
89
  "react-styleguidist": "^13.1.3",
90
90
  "tinycolor2": "^1.6.0"
91
91
  }