@gooddata/sdk-ui-charts 11.11.0-alpha.0 → 11.11.0-alpha.1

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 +3 -3
  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-12
10
+ Date generated: 2025-11-20
11
11
 
12
- Revision ID: ceafa755a4e51dd16f22032500d971db4e6b5ffe
12
+ Revision ID: 8f80090ffc2343c01369a7fd2ac2b79e2332a6bb
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -35461,4 +35461,4 @@ POSSIBILITY OF SUCH DAMAGE.
35461
35461
  --------------------------------------------------------------------------------
35462
35462
  --------------------------------------------------------------------------------
35463
35463
 
35464
- Report Generated by FOSSA on 2025-11-12
35464
+ Report Generated by FOSSA on 2025-11-20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "11.11.0-alpha.0",
3
+ "version": "11.11.0-alpha.1",
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.0",
73
- "@gooddata/sdk-model": "11.11.0-alpha.0",
74
- "@gooddata/sdk-ui": "11.11.0-alpha.0",
75
- "@gooddata/sdk-ui-kit": "11.11.0-alpha.0",
76
- "@gooddata/sdk-ui-theme-provider": "11.11.0-alpha.0",
77
- "@gooddata/sdk-ui-vis-commons": "11.11.0-alpha.0",
78
- "@gooddata/util": "11.11.0-alpha.0"
72
+ "@gooddata/sdk-backend-spi": "11.11.0-alpha.1",
73
+ "@gooddata/sdk-ui": "11.11.0-alpha.1",
74
+ "@gooddata/sdk-model": "11.11.0-alpha.1",
75
+ "@gooddata/sdk-ui-kit": "11.11.0-alpha.1",
76
+ "@gooddata/sdk-ui-theme-provider": "11.11.0-alpha.1",
77
+ "@gooddata/sdk-ui-vis-commons": "11.11.0-alpha.1",
78
+ "@gooddata/util": "11.11.0-alpha.1"
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/reference-workspace": "11.11.0-alpha.0",
125
- "@gooddata/eslint-config": "11.11.0-alpha.0",
126
- "@gooddata/sdk-backend-mockingbird": "11.11.0-alpha.0"
124
+ "@gooddata/eslint-config": "11.11.0-alpha.1",
125
+ "@gooddata/reference-workspace": "11.11.0-alpha.1",
126
+ "@gooddata/sdk-backend-mockingbird": "11.11.0-alpha.1"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",