@reltio/dashboard 1.4.1702 → 1.4.1706-hf
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/bundle.js +204 -1
- package/bundle.js.LICENSE.txt +26 -0
- package/package.json +7 -4
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -146,6 +146,32 @@ object-assign
|
|
|
146
146
|
|
|
147
147
|
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
148
148
|
|
|
149
|
+
/**
|
|
150
|
+
* @license React
|
|
151
|
+
* react-is.production.min.js
|
|
152
|
+
*
|
|
153
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
154
|
+
*
|
|
155
|
+
* This source code is licensed under the MIT license found in the
|
|
156
|
+
* LICENSE file in the root directory of this source tree.
|
|
157
|
+
*/
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @mui/material v5.13.4
|
|
161
|
+
*
|
|
162
|
+
* @license MIT
|
|
163
|
+
* This source code is licensed under the MIT license found in the
|
|
164
|
+
* LICENSE file in the root directory of this source tree.
|
|
165
|
+
*/
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @mui/styled-engine v5.13.2
|
|
169
|
+
*
|
|
170
|
+
* @license MIT
|
|
171
|
+
* This source code is licensed under the MIT license found in the
|
|
172
|
+
* LICENSE file in the root directory of this source tree.
|
|
173
|
+
*/
|
|
174
|
+
|
|
149
175
|
/**
|
|
150
176
|
* A better abstraction over CSS.
|
|
151
177
|
*
|
package/package.json
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/dashboard",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1706-hf",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@
|
|
9
|
-
"@reltio/mdm-module": "^1.4.
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
8
|
+
"@date-io/moment": "^1.3.5",
|
|
9
|
+
"@reltio/mdm-module": "^1.4.1706-hf",
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.1706-hf",
|
|
11
11
|
"classnames": "^2.2.5",
|
|
12
|
+
"memoize-one": "^5.1.0",
|
|
12
13
|
"object-hash": "^2.1.1",
|
|
13
14
|
"prop-types": "^15.6.2",
|
|
14
15
|
"ramda": "^0.28.0",
|
|
15
16
|
"react-redux": "^7.2.3",
|
|
16
17
|
"react-resize-detector": "^4.2.0",
|
|
18
|
+
"react-simple-maps": "^2.3.0",
|
|
17
19
|
"redux": "^4.1.2",
|
|
20
|
+
"topojson-client": "^3.1.0",
|
|
18
21
|
"ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
|
|
19
22
|
},
|
|
20
23
|
"publishConfig": {
|