@reltio/hierarchy 1.4.78 → 1.4.80

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.
@@ -14,6 +14,17 @@ object-assign
14
14
  * LICENSE file in the root directory of this source tree.
15
15
  */
16
16
 
17
+ /**
18
+ * @remix-run/router v1.23.2
19
+ *
20
+ * Copyright (c) Remix Software Inc.
21
+ *
22
+ * This source code is licensed under the MIT license found in the
23
+ * LICENSE.md file in the root directory of this source tree.
24
+ *
25
+ * @license MIT
26
+ */
27
+
17
28
  /**
18
29
  * A better abstraction over CSS.
19
30
  *
@@ -22,6 +33,28 @@ object-assign
22
33
  * @license MIT
23
34
  */
24
35
 
36
+ /**
37
+ * React Router DOM v6.30.3
38
+ *
39
+ * Copyright (c) Remix Software Inc.
40
+ *
41
+ * This source code is licensed under the MIT license found in the
42
+ * LICENSE.md file in the root directory of this source tree.
43
+ *
44
+ * @license MIT
45
+ */
46
+
47
+ /**
48
+ * React Router v6.30.3
49
+ *
50
+ * Copyright (c) Remix Software Inc.
51
+ *
52
+ * This source code is licensed under the MIT license found in the
53
+ * LICENSE.md file in the root directory of this source tree.
54
+ *
55
+ * @license MIT
56
+ */
57
+
25
58
  /** @license React v0.19.1
26
59
  * scheduler.production.min.js
27
60
  *
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@reltio/hierarchy",
3
- "version": "1.4.78",
3
+ "version": "1.4.80",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.2238",
8
- "@reltio/mdm-module": "^1.4.2068",
9
- "@reltio/mdm-sdk": "^1.4.2027"
7
+ "@reltio/components": "^1.4.2240",
8
+ "@reltio/mdm-module": "^1.4.2070",
9
+ "@reltio/mdm-sdk": "^1.4.2029"
10
10
  },
11
11
  "peerDependencies": {
12
12
  "@mui/icons-material": "^5.11.16",