@reltio/components 1.4.978 → 1.4.981

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.
@@ -130,6 +130,6 @@ declare var _default: import("react-redux").ConnectedComponent<import("react").M
130
130
  metadata: any;
131
131
  attributeType: any;
132
132
  uiPath: any;
133
- }, "metadata" | "uiPath" | "dispatch">>;
133
+ }, "uiPath" | "metadata" | "dispatch">>;
134
134
  export default _default;
135
135
  import ReferenceAttribute from "./ReferenceAttribute";
@@ -130,6 +130,6 @@ declare var _default: import("react-redux").ConnectedComponent<import("react").M
130
130
  metadata: any;
131
131
  attributeType: any;
132
132
  uiPath: any;
133
- }, "metadata" | "uiPath" | "dispatch">>;
133
+ }, "uiPath" | "metadata" | "dispatch">>;
134
134
  export default _default;
135
135
  import ReferenceAttribute from "./ReferenceAttribute";
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.978",
3
+ "version": "1.4.981",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
7
7
  "dependencies": {
8
8
  "@date-io/moment": "^1.3.5",
9
9
  "@react-google-maps/api": "^2.7.0",
10
- "@reltio/mdm-module": "^1.4.978",
11
- "@reltio/mdm-sdk": "^1.4.978",
10
+ "@reltio/mdm-module": "^1.4.981",
11
+ "@reltio/mdm-sdk": "^1.4.981",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",
@@ -19,7 +19,7 @@
19
19
  "prop-types": "^15.6.2",
20
20
  "ramda": "^0.28.0",
21
21
  "react-autosuggest": "^9.4.3",
22
- "react-components": "git+ssh://git@bitbucket.org/reltio-ondemand/react-components.git#v3.5.4",
22
+ "react-components": "git+ssh://git@bitbucket.org/reltio-ondemand/react-components.git#v3.9.0",
23
23
  "react-dnd": "^9.4.0",
24
24
  "react-dnd-html5-backend": "^10.0.2",
25
25
  "react-grid-layout": "^1.1.1",