@reltio/dq-dashboard 1.4.2339 → 1.4.2341

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.
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
8
2
 
9
3
  /**
@@ -16,6 +10,16 @@ object-assign
16
10
  * LICENSE file in the root directory of this source tree.
17
11
  */
18
12
 
13
+ /**
14
+ * @license React
15
+ * react-jsx-runtime.production.min.js
16
+ *
17
+ * Copyright (c) Facebook, Inc. and its affiliates.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */
22
+
19
23
  /**
20
24
  * A better abstraction over CSS.
21
25
  *
@@ -41,12 +45,3 @@ object-assign
41
45
  * This source code is licensed under the MIT license found in the
42
46
  * LICENSE file in the root directory of this source tree.
43
47
  */
44
-
45
- /** @license React v17.0.2
46
- * react-jsx-runtime.production.min.js
47
- *
48
- * Copyright (c) Facebook, Inc. and its affiliates.
49
- *
50
- * This source code is licensed under the MIT license found in the
51
- * LICENSE file in the root directory of this source tree.
52
- */
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@reltio/dq-dashboard",
3
- "version": "1.4.2339",
3
+ "version": "1.4.2341",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.2270",
8
- "@reltio/dashboard": "^1.4.2311",
9
- "@reltio/mdm-module": "^1.4.2090",
10
- "@reltio/mdm-sdk": "^1.4.2049",
7
+ "@reltio/components": "^1.4.2272",
8
+ "@reltio/dashboard": "^1.4.2313",
9
+ "@reltio/mdm-module": "^1.4.2092",
10
+ "@reltio/mdm-sdk": "^1.4.2051",
11
11
  "react-window": "^1.8.10"
12
12
  },
13
13
  "peerDependencies": {
@@ -19,11 +19,11 @@
19
19
  "moment": "^2.29.4",
20
20
  "nanoid": "^3.3.8",
21
21
  "ramda": "^0.28.0",
22
- "react": "^17.0.2",
23
- "react-components": "bitbucket:reltio-ondemand/react-components#v4.2.7",
24
- "react-redux": "^7.2.3",
22
+ "react": "^18.3.1",
23
+ "react-components": "bitbucket:reltio-ondemand/react-components#v5.0.1",
24
+ "react-redux": "^8.1.3",
25
25
  "react-resize-detector": "^9.1.1",
26
- "recharts": "^2.15.0",
26
+ "recharts": "^2.15.1",
27
27
  "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
28
28
  },
29
29
  "publishConfig": {