@gooddata/sdk-ui-all 10.29.0-alpha.2 → 10.29.0-alpha.20
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/NOTICE +9 -9
- package/package.json +9 -9
package/NOTICE
CHANGED
@@ -7,9 +7,9 @@
|
|
7
7
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
9
9
|
|
10
|
-
Date generated: 2025-
|
10
|
+
Date generated: 2025-6-2
|
11
11
|
|
12
|
-
Revision ID:
|
12
|
+
Revision ID: d499963f47b7432626e028d7762eb066dfeab95a
|
13
13
|
|
14
14
|
================================================================================
|
15
15
|
================================================================================
|
@@ -564,8 +564,8 @@ Revision ID: 3bef6e2c752c4d5cd2d440de6a33c8e28fd567b2
|
|
564
564
|
- hasown (2.0.2) [MIT]
|
565
565
|
- hast-util-to-jsx-runtime (2.3.0) [MIT]
|
566
566
|
- hast-util-whitespace (3.0.0) [MIT]
|
567
|
-
- highcharts (12.
|
568
|
-
- highcharts-react-official (3.2.
|
567
|
+
- highcharts (12.2.0) [MIT, BSD-3-Clause]
|
568
|
+
- highcharts-react-official (3.2.2) [MIT]
|
569
569
|
- hoist-non-react-statics (3.3.2) [BSD-3-Clause]
|
570
570
|
- hpack.js (2.1.6) [MIT]
|
571
571
|
- html-encoding-sniffer (4.0.0) [MIT]
|
@@ -21730,9 +21730,9 @@ SOFTWARE.
|
|
21730
21730
|
|
21731
21731
|
|
21732
21732
|
--------------------------------------------------------------------------------
|
21733
|
-
Package Title: highcharts (12.
|
21733
|
+
Package Title: highcharts (12.2.0)
|
21734
21734
|
|
21735
|
-
Package Locator: npm+highcharts$12.
|
21735
|
+
Package Locator: npm+highcharts$12.2.0
|
21736
21736
|
|
21737
21737
|
Package Depth: Direct
|
21738
21738
|
--------------------------------------------------------------------------------
|
@@ -22089,9 +22089,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
22089
22089
|
|
22090
22090
|
|
22091
22091
|
--------------------------------------------------------------------------------
|
22092
|
-
Package Title: highcharts-react-official (3.2.
|
22092
|
+
Package Title: highcharts-react-official (3.2.2)
|
22093
22093
|
|
22094
|
-
Package Locator: npm+highcharts-react-official$3.2.
|
22094
|
+
Package Locator: npm+highcharts-react-official$3.2.2
|
22095
22095
|
|
22096
22096
|
Package Depth: Direct
|
22097
22097
|
--------------------------------------------------------------------------------
|
@@ -75638,4 +75638,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
75638
75638
|
--------------------------------------------------------------------------------
|
75639
75639
|
--------------------------------------------------------------------------------
|
75640
75640
|
|
75641
|
-
Report Generated by FOSSA on 2025-
|
75641
|
+
Report Generated by FOSSA on 2025-6-2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-all",
|
3
|
-
"version": "10.29.0-alpha.
|
3
|
+
"version": "10.29.0-alpha.20",
|
4
4
|
"author": "GoodData",
|
5
5
|
"description": "GoodData SDK - All-In-One",
|
6
6
|
"repository": {
|
@@ -24,14 +24,14 @@
|
|
24
24
|
],
|
25
25
|
"dependencies": {
|
26
26
|
"tslib": "^2.5.0",
|
27
|
-
"@gooddata/sdk-backend-spi": "10.29.0-alpha.
|
28
|
-
"@gooddata/sdk-
|
29
|
-
"@gooddata/sdk-ui-
|
30
|
-
"@gooddata/sdk-
|
31
|
-
"@gooddata/sdk-ui-
|
32
|
-
"@gooddata/sdk-ui-filters": "10.29.0-alpha.
|
33
|
-
"@gooddata/sdk-ui-
|
34
|
-
"@gooddata/sdk-ui-
|
27
|
+
"@gooddata/sdk-backend-spi": "10.29.0-alpha.20",
|
28
|
+
"@gooddata/sdk-ui": "10.29.0-alpha.20",
|
29
|
+
"@gooddata/sdk-ui-charts": "10.29.0-alpha.20",
|
30
|
+
"@gooddata/sdk-model": "10.29.0-alpha.20",
|
31
|
+
"@gooddata/sdk-ui-ext": "10.29.0-alpha.20",
|
32
|
+
"@gooddata/sdk-ui-filters": "10.29.0-alpha.20",
|
33
|
+
"@gooddata/sdk-ui-geo": "10.29.0-alpha.20",
|
34
|
+
"@gooddata/sdk-ui-pivot": "10.29.0-alpha.20"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@gooddata/eslint-config": "^4.1.1",
|