@gooddata/sdk-ui-charts 11.46.0 → 11.47.0-alpha.0

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 +6 -6
  2. 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-7-8
10
+ Date generated: 2026-7-9
11
11
 
12
- Revision ID: 70f53b749a8d57ac2f01f75ea073f810922806d4
12
+ Revision ID: fbb2b207aa6388a6070a52fba94dbfaee4ce7208
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -126,7 +126,7 @@ Revision ID: 70f53b749a8d57ac2f01f75ea073f810922806d4
126
126
  - @cacheable/utils (2.4.1) [MIT]
127
127
  - @codemirror/autocomplete (6.20.0) [MIT]
128
128
  - @codemirror/commands (6.10.1) [MIT]
129
- - @codemirror/lang-yaml (6.1.2) [MIT]
129
+ - @codemirror/lang-yaml (6.1.3) [MIT]
130
130
  - @codemirror/language (6.12.1) [MIT]
131
131
  - @codemirror/lint (6.9.2) [MIT]
132
132
  - @codemirror/state (6.5.3) [MIT]
@@ -2288,9 +2288,9 @@ MIT
2288
2288
 
2289
2289
 
2290
2290
  --------------------------------------------------------------------------------
2291
- Package Title: @codemirror/lang-yaml (6.1.2)
2291
+ Package Title: @codemirror/lang-yaml (6.1.3)
2292
2292
 
2293
- Package Locator: npm+@codemirror/lang-yaml$6.1.2
2293
+ Package Locator: npm+@codemirror/lang-yaml$6.1.3
2294
2294
 
2295
2295
  Package Depth: Direct
2296
2296
  --------------------------------------------------------------------------------
@@ -29272,4 +29272,4 @@ POSSIBILITY OF SUCH DAMAGE.
29272
29272
  --------------------------------------------------------------------------------
29273
29273
  --------------------------------------------------------------------------------
29274
29274
 
29275
- Report Generated by FOSSA on 2026-7-8
29275
+ Report Generated by FOSSA on 2026-7-9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "11.46.0",
3
+ "version": "11.47.0-alpha.0",
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.46.0",
73
- "@gooddata/sdk-model": "11.46.0",
74
- "@gooddata/sdk-ui-theme-provider": "11.46.0",
75
- "@gooddata/sdk-ui-kit": "11.46.0",
76
- "@gooddata/sdk-ui": "11.46.0",
77
- "@gooddata/sdk-ui-vis-commons": "11.46.0",
78
- "@gooddata/util": "11.46.0"
72
+ "@gooddata/sdk-backend-spi": "11.47.0-alpha.0",
73
+ "@gooddata/sdk-ui": "11.47.0-alpha.0",
74
+ "@gooddata/sdk-ui-kit": "11.47.0-alpha.0",
75
+ "@gooddata/sdk-model": "11.47.0-alpha.0",
76
+ "@gooddata/sdk-ui-vis-commons": "11.47.0-alpha.0",
77
+ "@gooddata/util": "11.47.0-alpha.0",
78
+ "@gooddata/sdk-ui-theme-provider": "11.47.0-alpha.0"
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/eslint-config": "11.46.0",
124
- "@gooddata/oxlint-config": "11.46.0",
125
- "@gooddata/sdk-backend-mockingbird": "11.46.0",
126
- "@gooddata/reference-workspace": "11.46.0",
127
- "@gooddata/stylelint-config": "11.46.0"
123
+ "@gooddata/eslint-config": "11.47.0-alpha.0",
124
+ "@gooddata/oxlint-config": "11.47.0-alpha.0",
125
+ "@gooddata/sdk-backend-mockingbird": "11.47.0-alpha.0",
126
+ "@gooddata/reference-workspace": "11.47.0-alpha.0",
127
+ "@gooddata/stylelint-config": "11.47.0-alpha.0"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "react": "^18.0.0 || ^19.0.0",