@gooddata/sdk-ui-loaders 11.47.0-alpha.1 → 11.47.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 +5 -5
  2. package/package.json +7 -7
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-9
10
+ Date generated: 2026-7-10
11
11
 
12
- Revision ID: fbb2b207aa6388a6070a52fba94dbfaee4ce7208
12
+ Revision ID: 49e9a8adde3ee1f908b34090cae5065e788ef0dd
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -8770,7 +8770,7 @@ Package Title: json5 (2.2.3)
8770
8770
 
8771
8771
  Package Locator: npm+json5$2.2.3
8772
8772
 
8773
- Package Depth: Direct
8773
+ Package Depth: Transitive
8774
8774
  --------------------------------------------------------------------------------
8775
8775
 
8776
8776
  * Declared Licenses *
@@ -13284,7 +13284,7 @@ Package Title: watchpack (2.5.2)
13284
13284
 
13285
13285
  Package Locator: npm+watchpack$2.5.2
13286
13286
 
13287
- Package Depth: Direct
13287
+ Package Depth: Transitive
13288
13288
  --------------------------------------------------------------------------------
13289
13289
 
13290
13290
  * Declared Licenses *
@@ -29272,4 +29272,4 @@ POSSIBILITY OF SUCH DAMAGE.
29272
29272
  --------------------------------------------------------------------------------
29273
29273
  --------------------------------------------------------------------------------
29274
29274
 
29275
- Report Generated by FOSSA on 2026-7-9
29275
+ Report Generated by FOSSA on 2026-7-10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-loaders",
3
- "version": "11.47.0-alpha.1",
3
+ "version": "11.47.0-alpha.2",
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.47.0-alpha.1",
36
- "@gooddata/sdk-model": "11.47.0-alpha.1",
37
- "@gooddata/sdk-ui-dashboard": "11.47.0-alpha.1",
38
- "@gooddata/sdk-ui": "11.47.0-alpha.1"
35
+ "@gooddata/sdk-backend-spi": "11.47.0-alpha.2",
36
+ "@gooddata/sdk-ui": "11.47.0-alpha.2",
37
+ "@gooddata/sdk-model": "11.47.0-alpha.2",
38
+ "@gooddata/sdk-ui-dashboard": "11.47.0-alpha.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "^7.17.0",
@@ -69,8 +69,8 @@
69
69
  "react": "19.1.1",
70
70
  "react-dom": "19.1.1",
71
71
  "typescript": "5.9.3",
72
- "@gooddata/eslint-config": "11.47.0-alpha.1",
73
- "@gooddata/oxlint-config": "11.47.0-alpha.1"
72
+ "@gooddata/eslint-config": "11.47.0-alpha.2",
73
+ "@gooddata/oxlint-config": "11.47.0-alpha.2"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^18.0.0 || ^19.0.0",