@gooddata/sdk-ui-charts 11.44.0-alpha.2 → 11.44.0-alpha.3
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 +13 -13
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: 2026-6-
|
|
10
|
+
Date generated: 2026-6-29
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 36e57aac551d4aee214abdfa955bf5ad1bcc2007
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -373,7 +373,7 @@ Revision ID: 0a5f939a51ae353e6a1a14ee39a716f9b1edb4f8
|
|
|
373
373
|
- balanced-match (2.0.0) [MIT]
|
|
374
374
|
- balanced-match (4.0.4) [MIT]
|
|
375
375
|
- base64-js (1.5.1) [MIT]
|
|
376
|
-
- baseline-browser-mapping (2.10.
|
|
376
|
+
- baseline-browser-mapping (2.10.40) [Apache-2.0]
|
|
377
377
|
- batch (0.6.1) [MIT]
|
|
378
378
|
- binary-extensions (2.3.0) [MIT]
|
|
379
379
|
- bl (4.1.0) [MIT]
|
|
@@ -382,7 +382,7 @@ Revision ID: 0a5f939a51ae353e6a1a14ee39a716f9b1edb4f8
|
|
|
382
382
|
- brace-expansion (1.1.15) [MIT]
|
|
383
383
|
- brace-expansion (5.0.6) [MIT]
|
|
384
384
|
- braces (3.0.3) [MIT]
|
|
385
|
-
- browserslist (4.28.
|
|
385
|
+
- browserslist (4.28.4) [MIT]
|
|
386
386
|
- buffer (5.7.1) [MIT]
|
|
387
387
|
- buffer-from (1.1.2) [MIT]
|
|
388
388
|
- bundle-name (4.1.0) [MIT]
|
|
@@ -5276,9 +5276,9 @@ MIT
|
|
|
5276
5276
|
|
|
5277
5277
|
|
|
5278
5278
|
--------------------------------------------------------------------------------
|
|
5279
|
-
Package Title: baseline-browser-mapping (2.10.
|
|
5279
|
+
Package Title: baseline-browser-mapping (2.10.40)
|
|
5280
5280
|
|
|
5281
|
-
Package Locator: npm+baseline-browser-mapping$2.10.
|
|
5281
|
+
Package Locator: npm+baseline-browser-mapping$2.10.40
|
|
5282
5282
|
|
|
5283
5283
|
Package Depth: Transitive
|
|
5284
5284
|
--------------------------------------------------------------------------------
|
|
@@ -5384,9 +5384,9 @@ MIT
|
|
|
5384
5384
|
|
|
5385
5385
|
|
|
5386
5386
|
--------------------------------------------------------------------------------
|
|
5387
|
-
Package Title: browserslist (4.28.
|
|
5387
|
+
Package Title: browserslist (4.28.4)
|
|
5388
5388
|
|
|
5389
|
-
Package Locator: npm+browserslist$4.28.
|
|
5389
|
+
Package Locator: npm+browserslist$4.28.4
|
|
5390
5390
|
|
|
5391
5391
|
Package Depth: Transitive
|
|
5392
5392
|
--------------------------------------------------------------------------------
|
|
@@ -29272,4 +29272,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
29272
29272
|
--------------------------------------------------------------------------------
|
|
29273
29273
|
--------------------------------------------------------------------------------
|
|
29274
29274
|
|
|
29275
|
-
Report Generated by FOSSA on 2026-6-
|
|
29275
|
+
Report Generated by FOSSA on 2026-6-29
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
|
3
|
-
"version": "11.44.0-alpha.
|
|
3
|
+
"version": "11.44.0-alpha.3",
|
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"ts-invariant": "0.10.3",
|
|
70
70
|
"tslib": "2.8.1",
|
|
71
71
|
"uuid": "11.1.1",
|
|
72
|
-
"@gooddata/sdk-backend-spi": "11.44.0-alpha.
|
|
73
|
-
"@gooddata/sdk-model": "11.44.0-alpha.
|
|
74
|
-
"@gooddata/sdk-ui-kit": "11.44.0-alpha.
|
|
75
|
-
"@gooddata/sdk-ui
|
|
76
|
-
"@gooddata/sdk-ui": "11.44.0-alpha.
|
|
77
|
-
"@gooddata/sdk-ui-vis-commons": "11.44.0-alpha.
|
|
78
|
-
"@gooddata/util": "11.44.0-alpha.
|
|
72
|
+
"@gooddata/sdk-backend-spi": "11.44.0-alpha.3",
|
|
73
|
+
"@gooddata/sdk-model": "11.44.0-alpha.3",
|
|
74
|
+
"@gooddata/sdk-ui-kit": "11.44.0-alpha.3",
|
|
75
|
+
"@gooddata/sdk-ui": "11.44.0-alpha.3",
|
|
76
|
+
"@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.3",
|
|
77
|
+
"@gooddata/sdk-ui-vis-commons": "11.44.0-alpha.3",
|
|
78
|
+
"@gooddata/util": "11.44.0-alpha.3"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
"typescript": "5.9.3",
|
|
121
121
|
"vitest": "4.1.8",
|
|
122
122
|
"vitest-dom": "0.1.1",
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/
|
|
127
|
-
"@gooddata/
|
|
123
|
+
"@gooddata/oxlint-config": "11.44.0-alpha.3",
|
|
124
|
+
"@gooddata/sdk-backend-mockingbird": "11.44.0-alpha.3",
|
|
125
|
+
"@gooddata/stylelint-config": "11.44.0-alpha.3",
|
|
126
|
+
"@gooddata/eslint-config": "11.44.0-alpha.3",
|
|
127
|
+
"@gooddata/reference-workspace": "11.44.0-alpha.3"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^18.0.0 || ^19.0.0",
|