@gooddata/sdk-ui-all 11.16.0-alpha.2 → 11.16.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.
Files changed (2) hide show
  1. package/NOTICE +1 -1
  2. package/package.json +10 -10
package/NOTICE CHANGED
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
9
9
 
10
10
  Date generated: 2026-1-9
11
11
 
12
- Revision ID: 7ca0c195a40a075f3857f53187f786ee8f808d7c
12
+ Revision ID: 15b307c4341a98e3cb462eda4bab231d45ca3f50
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-all",
3
- "version": "11.16.0-alpha.2",
3
+ "version": "11.16.0-alpha.3",
4
4
  "description": "GoodData SDK - All-In-One",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,14 +24,14 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "tslib": "2.8.1",
27
- "@gooddata/sdk-backend-spi": "11.16.0-alpha.2",
28
- "@gooddata/sdk-model": "11.16.0-alpha.2",
29
- "@gooddata/sdk-ui": "11.16.0-alpha.2",
30
- "@gooddata/sdk-ui-charts": "11.16.0-alpha.2",
31
- "@gooddata/sdk-ui-ext": "11.16.0-alpha.2",
32
- "@gooddata/sdk-ui-filters": "11.16.0-alpha.2",
33
- "@gooddata/sdk-ui-geo": "11.16.0-alpha.2",
34
- "@gooddata/sdk-ui-pivot": "11.16.0-alpha.2"
27
+ "@gooddata/sdk-backend-spi": "11.16.0-alpha.3",
28
+ "@gooddata/sdk-model": "11.16.0-alpha.3",
29
+ "@gooddata/sdk-ui": "11.16.0-alpha.3",
30
+ "@gooddata/sdk-ui-charts": "11.16.0-alpha.3",
31
+ "@gooddata/sdk-ui-ext": "11.16.0-alpha.3",
32
+ "@gooddata/sdk-ui-filters": "11.16.0-alpha.3",
33
+ "@gooddata/sdk-ui-pivot": "11.16.0-alpha.3",
34
+ "@gooddata/sdk-ui-geo": "11.16.0-alpha.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@microsoft/api-documenter": "^7.17.0",
@@ -52,7 +52,7 @@
52
52
  "eslint-plugin-tsdoc": "0.2.14",
53
53
  "prettier": "^3.6.2",
54
54
  "typescript": "5.9.3",
55
- "@gooddata/eslint-config": "11.16.0-alpha.2"
55
+ "@gooddata/eslint-config": "11.16.0-alpha.3"
56
56
  },
57
57
  "scripts": {
58
58
  "_phase:build": "npm run build",