@reltio/ria 1.4.557 → 1.4.560

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
  * @license React
21
25
  * use-sync-external-store-shim.production.js
@@ -43,15 +47,6 @@ object-assign
43
47
  * LICENSE file in the root directory of this source tree.
44
48
  */
45
49
 
46
- /** @license React v17.0.2
47
- * react-jsx-runtime.production.min.js
48
- *
49
- * Copyright (c) Facebook, Inc. and its affiliates.
50
- *
51
- * This source code is licensed under the MIT license found in the
52
- * LICENSE file in the root directory of this source tree.
53
- */
54
-
55
50
  //! moment.js
56
51
 
57
52
  //! moment.js locale configuration
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/ria",
3
- "version": "1.4.557",
3
+ "version": "1.4.560",
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",
11
- "@reltio/sources": "^1.4.2307",
7
+ "@reltio/components": "^1.4.2273",
8
+ "@reltio/dashboard": "^1.4.2314",
9
+ "@reltio/mdm-module": "^1.4.2092",
10
+ "@reltio/mdm-sdk": "^1.4.2051",
11
+ "@reltio/sources": "^1.4.2310",
12
12
  "react-markdown": "^10.1.0",
13
13
  "rehype-raw": "^7.0.0",
14
14
  "rehype-sanitize": "^6.0.0",
@@ -24,8 +24,8 @@
24
24
  "moment": "^2.29.4",
25
25
  "nanoid": "^3.3.8",
26
26
  "ramda": "^0.28.0",
27
- "react": "^17.0.2",
28
- "react-redux": "^7.2.3",
27
+ "react": "^18.3.1",
28
+ "react-redux": "^8.1.3",
29
29
  "react-resize-detector": "^9.1.1",
30
30
  "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
31
31
  },