@reltio/authoring 1.4.2337 → 1.4.2340
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.
- package/bundle.js +1 -1
- package/bundle.js.LICENSE.txt +10 -15
- package/package.json +7 -7
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
2
|
* html2canvas 1.4.1 <https://html2canvas.hertzen.com>
|
|
9
3
|
* Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
|
|
@@ -59,6 +53,16 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
59
53
|
* LICENSE file in the root directory of this source tree.
|
|
60
54
|
*/
|
|
61
55
|
|
|
56
|
+
/**
|
|
57
|
+
* @license React
|
|
58
|
+
* react-jsx-runtime.production.min.js
|
|
59
|
+
*
|
|
60
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
61
|
+
*
|
|
62
|
+
* This source code is licensed under the MIT license found in the
|
|
63
|
+
* LICENSE file in the root directory of this source tree.
|
|
64
|
+
*/
|
|
65
|
+
|
|
62
66
|
/**
|
|
63
67
|
* @remix-run/router v1.23.2
|
|
64
68
|
*
|
|
@@ -117,12 +121,3 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
117
121
|
* This source code is licensed under the MIT license found in the
|
|
118
122
|
* LICENSE file in the root directory of this source tree.
|
|
119
123
|
*/
|
|
120
|
-
|
|
121
|
-
/** @license React v17.0.2
|
|
122
|
-
* react-jsx-runtime.production.min.js
|
|
123
|
-
*
|
|
124
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
125
|
-
*
|
|
126
|
-
* This source code is licensed under the MIT license found in the
|
|
127
|
-
* LICENSE file in the root directory of this source tree.
|
|
128
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/authoring",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2340",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@reltio/components": "^1.4.
|
|
8
|
-
"@reltio/mdm-module": "^1.4.
|
|
9
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
-
"@reltio/profile": "^1.4.
|
|
7
|
+
"@reltio/components": "^1.4.2272",
|
|
8
|
+
"@reltio/mdm-module": "^1.4.2092",
|
|
9
|
+
"@reltio/mdm-sdk": "^1.4.2051",
|
|
10
|
+
"@reltio/profile": "^1.4.2334"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@mui/icons-material": "^5.11.16",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@mui/x-date-pickers": "^6.7.0",
|
|
17
17
|
"moment": "^2.29.4",
|
|
18
18
|
"ramda": "^0.28.0",
|
|
19
|
-
"react": "^
|
|
20
|
-
"react-redux": "^
|
|
19
|
+
"react": "^18.3.1",
|
|
20
|
+
"react-redux": "^8.1.3",
|
|
21
21
|
"react-resize-detector": "^9.1.1",
|
|
22
22
|
"ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
|
|
23
23
|
},
|