@reltio/data-model 1.4.2353 → 1.4.2356

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
  /**
8
2
  * @license
9
3
  * Lodash <https://lodash.com/>
@@ -13,6 +7,16 @@ object-assign
13
7
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14
8
  */
15
9
 
10
+ /**
11
+ * @license React
12
+ * react-jsx-runtime.production.min.js
13
+ *
14
+ * Copyright (c) Facebook, Inc. and its affiliates.
15
+ *
16
+ * This source code is licensed under the MIT license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ */
19
+
16
20
  /**
17
21
  * A better abstraction over CSS.
18
22
  *
@@ -38,12 +42,3 @@ object-assign
38
42
  * This source code is licensed under the MIT license found in the
39
43
  * LICENSE file in the root directory of this source tree.
40
44
  */
41
-
42
- /** @license React v17.0.2
43
- * react-jsx-runtime.production.min.js
44
- *
45
- * Copyright (c) Facebook, Inc. and its affiliates.
46
- *
47
- * This source code is licensed under the MIT license found in the
48
- * LICENSE file in the root directory of this source tree.
49
- */
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@reltio/data-model",
3
- "version": "1.4.2353",
3
+ "version": "1.4.2356",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.2270",
8
- "@reltio/mdm-module": "^1.4.2090",
9
- "@reltio/mdm-sdk": "^1.4.2049",
7
+ "@reltio/components": "^1.4.2273",
8
+ "@reltio/mdm-module": "^1.4.2092",
9
+ "@reltio/mdm-sdk": "^1.4.2051",
10
10
  "graphology": "0.25.1"
11
11
  },
12
12
  "peerDependencies": {
@@ -16,8 +16,8 @@
16
16
  "@mui/x-date-pickers": "^6.7.0",
17
17
  "classnames": "^2.2.5",
18
18
  "ramda": "^0.28.0",
19
- "react": "^17.0.2",
20
- "react-redux": "^7.2.3",
19
+ "react": "^18.3.1",
20
+ "react-redux": "^8.1.3",
21
21
  "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
22
22
  },
23
23
  "publishConfig": {