@gooddata/sdk-ui-charts 11.11.0-alpha.2 → 11.11.0-alpha.4

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.
Files changed (2) hide show
  1. package/NOTICE +5 -5
  2. package/package.json +11 -11
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-11-20
10
+ Date generated: 2025-11-24
11
11
 
12
- Revision ID: 8f80090ffc2343c01369a7fd2ac2b79e2332a6bb
12
+ Revision ID: a1320ec4c057a2afa76b68aca32dd1850ad4a408
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -3623,7 +3623,7 @@ Package Title: @types/geojson (7946.0.16)
3623
3623
 
3624
3624
  Package Locator: npm+@types/geojson$7946.0.16
3625
3625
 
3626
- Package Depth: Transitive
3626
+ Package Depth: Direct
3627
3627
  --------------------------------------------------------------------------------
3628
3628
 
3629
3629
  * Declared Licenses *
@@ -8747,7 +8747,7 @@ Package Title: memoize-one (6.0.0)
8747
8747
 
8748
8748
  Package Locator: npm+memoize-one$6.0.0
8749
8749
 
8750
- Package Depth: Direct
8750
+ Package Depth: Transitive
8751
8751
  --------------------------------------------------------------------------------
8752
8752
 
8753
8753
  * Declared Licenses *
@@ -35461,4 +35461,4 @@ POSSIBILITY OF SUCH DAMAGE.
35461
35461
  --------------------------------------------------------------------------------
35462
35462
  --------------------------------------------------------------------------------
35463
35463
 
35464
- Report Generated by FOSSA on 2025-11-20
35464
+ Report Generated by FOSSA on 2025-11-24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "11.11.0-alpha.2",
3
+ "version": "11.11.0-alpha.4",
4
4
  "description": "GoodData.UI SDK - Charts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,13 +69,13 @@
69
69
  "ts-invariant": "^0.7.5",
70
70
  "tslib": "2.8.1",
71
71
  "uuid": "^11.1.0",
72
- "@gooddata/sdk-backend-spi": "11.11.0-alpha.2",
73
- "@gooddata/sdk-model": "11.11.0-alpha.2",
74
- "@gooddata/sdk-ui": "11.11.0-alpha.2",
75
- "@gooddata/sdk-ui-theme-provider": "11.11.0-alpha.2",
76
- "@gooddata/sdk-ui-kit": "11.11.0-alpha.2",
77
- "@gooddata/sdk-ui-vis-commons": "11.11.0-alpha.2",
78
- "@gooddata/util": "11.11.0-alpha.2"
72
+ "@gooddata/sdk-backend-spi": "11.11.0-alpha.4",
73
+ "@gooddata/sdk-ui": "11.11.0-alpha.4",
74
+ "@gooddata/sdk-ui-kit": "11.11.0-alpha.4",
75
+ "@gooddata/sdk-model": "11.11.0-alpha.4",
76
+ "@gooddata/sdk-ui-theme-provider": "11.11.0-alpha.4",
77
+ "@gooddata/sdk-ui-vis-commons": "11.11.0-alpha.4",
78
+ "@gooddata/util": "11.11.0-alpha.4"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@gooddata/stylelint-config": "^5.0.0",
@@ -121,9 +121,9 @@
121
121
  "typescript": "5.8.3",
122
122
  "vitest": "3.2.4",
123
123
  "vitest-dom": "0.1.1",
124
- "@gooddata/eslint-config": "11.11.0-alpha.2",
125
- "@gooddata/reference-workspace": "11.11.0-alpha.2",
126
- "@gooddata/sdk-backend-mockingbird": "11.11.0-alpha.2"
124
+ "@gooddata/eslint-config": "11.11.0-alpha.4",
125
+ "@gooddata/sdk-backend-mockingbird": "11.11.0-alpha.4",
126
+ "@gooddata/reference-workspace": "11.11.0-alpha.4"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",