@reltio/search 1.4.2093 → 1.4.2095

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.
@@ -29,6 +29,16 @@ PERFORMANCE OF THIS SOFTWARE.
29
29
 
30
30
  /*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
31
31
 
32
+ /**
33
+ * @license React
34
+ * react-is.production.min.js
35
+ *
36
+ * Copyright (c) Facebook, Inc. and its affiliates.
37
+ *
38
+ * This source code is licensed under the MIT license found in the
39
+ * LICENSE file in the root directory of this source tree.
40
+ */
41
+
32
42
  /**
33
43
  * A better abstraction over CSS.
34
44
  *
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@reltio/search",
3
- "version": "1.4.2093",
3
+ "version": "1.4.2095",
4
4
  "main": "bundle.js",
5
5
  "license": "SEE LICENSE IN LICENSE FILE",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.2042",
7
+ "@reltio/components": "^1.4.2044",
8
8
  "@reltio/mdm-module": "^1.4.1936",
9
9
  "@reltio/mdm-sdk": "^1.4.1904",
10
10
  "decimal.js": "^10.0.2",
@@ -30,7 +30,7 @@
30
30
  "react-components": "bitbucket:reltio-ondemand/react-components#v4.2.5",
31
31
  "react-redux": "^7.2.3",
32
32
  "react-resize-detector": "^9.1.1",
33
- "recharts": "^2.10.1",
33
+ "recharts": "^2.14.1",
34
34
  "redux": "^4.1.2",
35
35
  "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
36
36
  },