@gooddata/sdk-ui-loaders 11.17.0-alpha.1 → 11.17.0-alpha.2

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 +6 -6
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-1-14
10
+ Date generated: 2026-1-16
11
11
 
12
- Revision ID: beffb63215ccdd2dc10b8326cf1f4996fc74749b
12
+ Revision ID: b16fcc1507249bdb0e5c6bc66d75e0c4634ea21d
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -35173,4 +35173,4 @@ POSSIBILITY OF SUCH DAMAGE.
35173
35173
  --------------------------------------------------------------------------------
35174
35174
  --------------------------------------------------------------------------------
35175
35175
 
35176
- Report Generated by FOSSA on 2026-1-14
35176
+ Report Generated by FOSSA on 2026-1-16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-loaders",
3
- "version": "11.17.0-alpha.1",
3
+ "version": "11.17.0-alpha.2",
4
4
  "description": "GoodData SDK Runtime Component Loaders",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,10 +32,10 @@
32
32
  "semver": "^7.3.5",
33
33
  "ts-invariant": "^0.7.5",
34
34
  "tslib": "2.8.1",
35
- "@gooddata/sdk-backend-spi": "11.17.0-alpha.1",
36
- "@gooddata/sdk-ui": "11.17.0-alpha.1",
37
- "@gooddata/sdk-ui-dashboard": "11.17.0-alpha.1",
38
- "@gooddata/sdk-model": "11.17.0-alpha.1"
35
+ "@gooddata/sdk-backend-spi": "11.17.0-alpha.2",
36
+ "@gooddata/sdk-ui": "11.17.0-alpha.2",
37
+ "@gooddata/sdk-model": "11.17.0-alpha.2",
38
+ "@gooddata/sdk-ui-dashboard": "11.17.0-alpha.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "^7.17.0",
@@ -67,7 +67,7 @@
67
67
  "react": "19.1.1",
68
68
  "react-dom": "19.1.1",
69
69
  "typescript": "5.9.3",
70
- "@gooddata/eslint-config": "11.17.0-alpha.1"
70
+ "@gooddata/eslint-config": "11.17.0-alpha.2"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^18.0.0 || ^19.0.0",