@reltio/graph 1.4.1700 → 1.4.1701

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.
@@ -44,32 +44,6 @@ PERFORMANCE OF THIS SOFTWARE.
44
44
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
45
45
  */
46
46
 
47
- /**
48
- * @license React
49
- * react-is.production.min.js
50
- *
51
- * Copyright (c) Facebook, Inc. and its affiliates.
52
- *
53
- * This source code is licensed under the MIT license found in the
54
- * LICENSE file in the root directory of this source tree.
55
- */
56
-
57
- /**
58
- * @mui/material v5.13.4
59
- *
60
- * @license MIT
61
- * This source code is licensed under the MIT license found in the
62
- * LICENSE file in the root directory of this source tree.
63
- */
64
-
65
- /**
66
- * @mui/styled-engine v5.13.2
67
- *
68
- * @license MIT
69
- * This source code is licensed under the MIT license found in the
70
- * LICENSE file in the root directory of this source tree.
71
- */
72
-
73
47
  /**
74
48
  * A better abstraction over CSS.
75
49
  *
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/graph",
3
- "version": "1.4.1700",
3
+ "version": "1.4.1701",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@date-io/moment": "^1.3.13",
8
7
  "@react-sigma/core": "3.4.0",
9
- "@reltio/mdm-module": "^1.4.1700",
10
- "@reltio/mdm-sdk": "^1.4.1700",
11
- "@reltio/profile": "^1.4.1700",
8
+ "@reltio/components": "^1.4.1701",
9
+ "@reltio/mdm-module": "^1.4.1701",
10
+ "@reltio/mdm-sdk": "^1.4.1701",
11
+ "@reltio/profile": "^1.4.1701",
12
12
  "classnames": "^2.2.5",
13
13
  "graphology": "0.25.1",
14
14
  "graphology-layout": "0.6.1",
@@ -19,7 +19,6 @@
19
19
  "ramda": "^0.28.0",
20
20
  "react-redux": "^7.2.3",
21
21
  "react-resize-detector": "^4.2.0",
22
- "redux": "^4.1.2",
23
22
  "sigma": "^2.4.0",
24
23
  "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
25
24
  },