dynamic-mui 1.0.55 → 1.0.57

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.
@@ -0,0 +1,123 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * @overview es6-promise - a tiny implementation of Promises/A+.
9
+ * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
10
+ * @license Licensed under MIT license
11
+ * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
12
+ * @version v4.2.8+1e68dce6
13
+ */
14
+
15
+ /*!
16
+ * The buffer module from node.js, for the browser.
17
+ *
18
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
19
+ * @license MIT
20
+ */
21
+
22
+ /*!
23
+ * regjsgen 0.5.2
24
+ * Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
25
+ * Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
26
+ */
27
+
28
+ /*! @preserve
29
+ * numeral.js
30
+ * version : 2.0.6
31
+ * author : Adam Draper
32
+ * license : MIT
33
+ * http://adamwdraper.github.com/Numeral-js/
34
+ */
35
+
36
+ /*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
37
+
38
+ /*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
39
+
40
+ /**
41
+ * @license
42
+ * Lodash <https://lodash.com/>
43
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
44
+ * Released under MIT license <https://lodash.com/license>
45
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
46
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
47
+ */
48
+
49
+ /**
50
+ * @license React
51
+ * react-dom.production.min.js
52
+ *
53
+ * Copyright (c) Facebook, Inc. and its affiliates.
54
+ *
55
+ * This source code is licensed under the MIT license found in the
56
+ * LICENSE file in the root directory of this source tree.
57
+ */
58
+
59
+ /**
60
+ * @license React
61
+ * react-is.production.min.js
62
+ *
63
+ * Copyright (c) Facebook, Inc. and its affiliates.
64
+ *
65
+ * This source code is licensed under the MIT license found in the
66
+ * LICENSE file in the root directory of this source tree.
67
+ */
68
+
69
+ /**
70
+ * @license React
71
+ * react-jsx-runtime.production.min.js
72
+ *
73
+ * Copyright (c) Facebook, Inc. and its affiliates.
74
+ *
75
+ * This source code is licensed under the MIT license found in the
76
+ * LICENSE file in the root directory of this source tree.
77
+ */
78
+
79
+ /**
80
+ * @license React
81
+ * react.production.min.js
82
+ *
83
+ * Copyright (c) Facebook, Inc. and its affiliates.
84
+ *
85
+ * This source code is licensed under the MIT license found in the
86
+ * LICENSE file in the root directory of this source tree.
87
+ */
88
+
89
+ /**
90
+ * @license React
91
+ * scheduler.production.min.js
92
+ *
93
+ * Copyright (c) Facebook, Inc. and its affiliates.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE file in the root directory of this source tree.
97
+ */
98
+
99
+ /**
100
+ * A better abstraction over CSS.
101
+ *
102
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
103
+ * @website https://github.com/cssinjs/jss
104
+ * @license MIT
105
+ */
106
+
107
+ /**
108
+ * Prism: Lightweight, robust, elegant syntax highlighting
109
+ *
110
+ * @license MIT <https://opensource.org/licenses/MIT>
111
+ * @author Lea Verou <https://lea.verou.me>
112
+ * @namespace
113
+ * @public
114
+ */
115
+
116
+ /** @license React v16.13.1
117
+ * react-is.production.min.js
118
+ *
119
+ * Copyright (c) Facebook, Inc. and its affiliates.
120
+ *
121
+ * This source code is licensed under the MIT license found in the
122
+ * LICENSE file in the root directory of this source tree.
123
+ */
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
+ <title>Dynamic MUI</title>
8
+ <link rel="icon" type="image/x-icon" href="https://geoviewer.io/img/favicon.ico">
9
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
10
+ <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
11
+ </head>
12
+ <body>
13
+ <div id="rsg-root"></div>
14
+ <script src="build/bundle.f167def1.js"></script>
15
+ </body>
16
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dynamic-mui",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
4
4
  "author": "Dinakaran S",
5
5
  "user": "dinakarans",
6
6
  "repository": {
@@ -17,18 +17,17 @@
17
17
  "@babel/eslint-parser": "^7.23.10",
18
18
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
19
19
  "@babel/plugin-transform-modules-commonjs": "^7.23.3",
20
- "@emotion/react": "^11.11.3",
20
+ "@emotion/react": "^11.11.4",
21
21
  "@emotion/styled": "^11.11.0",
22
- "@mui/icons-material": "^5.15.7",
23
- "@mui/material": "^5.15.7",
24
- "@mui/x-charts": "^6.19.3",
25
- "@mui/x-data-grid": "^6.19.3",
26
- "@mui/x-date-pickers": "^6.19.3",
22
+ "@mui/icons-material": "^5.15.11",
23
+ "@mui/material": "^5.15.11",
24
+ "@mui/x-charts": "^6.19.5",
25
+ "@mui/x-data-grid": "^6.19.5",
26
+ "@mui/x-date-pickers": "^6.19.5",
27
27
  "@testing-library/jest-dom": "^6.4.2",
28
28
  "@testing-library/react": "^14.2.1",
29
29
  "@testing-library/user-event": "^14.5.2",
30
30
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
31
- "date-fns": "^2.30.0",
32
31
  "dayjs": "^1.11.10",
33
32
  "lodash": "^4.17.21",
34
33
  "numeral": "^2.0.6",
@@ -36,7 +35,7 @@
36
35
  "react": "^18.2.0",
37
36
  "react-dom": "^18.2.0",
38
37
  "react-json-tree": "^0.18.0",
39
- "react-number-format": "^5.3.1",
38
+ "react-number-format": "^5.3.3",
40
39
  "react-scripts": "5.0.1",
41
40
  "validator": "^13.11.0",
42
41
  "web-vitals": "^3.5.2"
@@ -73,12 +72,12 @@
73
72
  },
74
73
  "devDependencies": {
75
74
  "@babel/cli": "^7.23.9",
76
- "@babel/core": "^7.23.9",
75
+ "@babel/core": "^7.24.0",
77
76
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
78
- "@babel/preset-env": "^7.23.9",
77
+ "@babel/preset-env": "^7.24.0",
79
78
  "@babel/preset-react": "^7.23.3",
80
79
  "@craco/craco": "^7.1.0",
81
- "eslint": "8.56.0",
80
+ "eslint": "8.57.0",
82
81
  "eslint-config-airbnb": "^19.0.4",
83
82
  "eslint-config-prettier": "^9.1.0",
84
83
  "eslint-plugin-import": "^2.29.1",