@gooddata/sdk-ui-loaders 11.56.0-alpha.6 → 11.56.0-alpha.7

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 +7 -7
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-9-8
11
11
 
12
- Revision ID: c3978e6d95b691f58341d7a2af5e76ea67f3bf55
12
+ Revision ID: 1048ca52472a196fef1b2b02d6448cbf7df0a911
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-loaders",
3
- "version": "11.56.0-alpha.6",
3
+ "version": "11.56.0-alpha.7",
4
4
  "description": "GoodData SDK Runtime Component Loaders",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -32,10 +32,10 @@
32
32
  "semver": "7.7.4",
33
33
  "ts-invariant": "0.10.3",
34
34
  "tslib": "2.8.1",
35
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
36
- "@gooddata/sdk-ui": "11.56.0-alpha.6",
37
- "@gooddata/sdk-ui-dashboard": "11.56.0-alpha.6",
38
- "@gooddata/sdk-model": "11.56.0-alpha.6"
35
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.7",
36
+ "@gooddata/sdk-model": "11.56.0-alpha.7",
37
+ "@gooddata/sdk-ui": "11.56.0-alpha.7",
38
+ "@gooddata/sdk-ui-dashboard": "11.56.0-alpha.7"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "7.30.10",
@@ -66,8 +66,8 @@
66
66
  "react": "19.1.1",
67
67
  "react-dom": "19.1.1",
68
68
  "typescript": "7.0.2",
69
- "@gooddata/eslint-config": "11.56.0-alpha.6",
70
- "@gooddata/oxlint-config": "11.56.0-alpha.6"
69
+ "@gooddata/eslint-config": "11.56.0-alpha.7",
70
+ "@gooddata/oxlint-config": "11.56.0-alpha.7"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^18.0.0 || ^19.0.0",