@reltio/authoring 1.4.1966 → 1.4.1968

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.
@@ -4,13 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- * The buffer module from node.js, for the browser.
9
- *
10
- * @author Feross Aboukhadijeh <https://feross.org>
11
- * @license MIT
12
- */
13
-
14
7
  /*!
15
8
  * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
16
9
  * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
@@ -54,8 +47,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
54
47
  PERFORMANCE OF THIS SOFTWARE.
55
48
  ***************************************************************************** */
56
49
 
57
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
58
-
59
50
  /**
60
51
  * @license React
61
52
  * react-is.production.min.js
package/package.json CHANGED
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "name": "@reltio/authoring",
3
- "version": "1.4.1966",
3
+ "version": "1.4.1968",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.1929",
8
- "@reltio/mdm-module": "^1.4.1870",
9
- "@reltio/mdm-sdk": "^1.4.1845",
10
- "@reltio/profile": "^1.4.1960"
7
+ "@reltio/components": "^1.4.1931",
8
+ "@reltio/mdm-module": "^1.4.1872",
9
+ "@reltio/mdm-sdk": "^1.4.1847",
10
+ "@reltio/profile": "^1.4.1962"
11
+ },
12
+ "peerDependencies": {
13
+ "@mui/icons-material": "^5.11.16",
14
+ "@mui/material": "^5.13.4",
15
+ "@mui/styles": "^5.13.2",
16
+ "@mui/x-date-pickers": "^6.7.0",
17
+ "moment": "^2.29.4",
18
+ "ramda": "^0.28.0",
19
+ "react": "^17.0.2",
20
+ "react-redux": "^7.2.3",
21
+ "react-resize-detector": "^9.1.1",
22
+ "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
11
23
  },
12
24
  "publishConfig": {
13
25
  "access": "public"