@reltio/bulk-match 1.4.2317 → 1.4.2320

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,8 +1,12 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
1
+ /**
2
+ * @license React
3
+ * react-jsx-runtime.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */
6
10
 
7
11
  /**
8
12
  * A better abstraction over CSS.
@@ -29,12 +33,3 @@ object-assign
29
33
  * This source code is licensed under the MIT license found in the
30
34
  * LICENSE file in the root directory of this source tree.
31
35
  */
32
-
33
- /** @license React v17.0.2
34
- * react-jsx-runtime.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
- */
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@reltio/bulk-match",
3
- "version": "1.4.2317",
3
+ "version": "1.4.2320",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.2269",
8
- "@reltio/mdm-module": "^1.4.2090",
9
- "@reltio/mdm-sdk": "^1.4.2049"
7
+ "@reltio/components": "^1.4.2272",
8
+ "@reltio/mdm-module": "^1.4.2092",
9
+ "@reltio/mdm-sdk": "^1.4.2051"
10
10
  },
11
11
  "peerDependencies": {
12
12
  "@mui/icons-material": "^5.11.16",
@@ -15,8 +15,8 @@
15
15
  "@mui/x-date-pickers": "^6.7.0",
16
16
  "classnames": "^2.2.5",
17
17
  "ramda": "^0.28.0",
18
- "react": "^17.0.2",
19
- "react-redux": "^7.2.3",
18
+ "react": "^18.3.1",
19
+ "react-redux": "^8.1.3",
20
20
  "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
21
21
  },
22
22
  "publishConfig": {