@gooddata/sdk-ui-loaders 11.4.0-alpha.3 → 11.4.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 +1 -1
  2. package/package.json +6 -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: 2025-10-9
11
11
 
12
- Revision ID: 4bb892359c514e429328b4fefc79baed3a0b1f42
12
+ Revision ID: 6f25e690f53ba468ed4864489583d89680be2353
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.4.0-alpha.3",
3
+ "version": "11.4.0",
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-model": "11.4.0-alpha.3",
36
- "@gooddata/sdk-backend-spi": "11.4.0-alpha.3",
37
- "@gooddata/sdk-ui-dashboard": "11.4.0-alpha.3",
38
- "@gooddata/sdk-ui": "11.4.0-alpha.3"
35
+ "@gooddata/sdk-backend-spi": "11.4.0",
36
+ "@gooddata/sdk-ui": "11.4.0",
37
+ "@gooddata/sdk-model": "11.4.0",
38
+ "@gooddata/sdk-ui-dashboard": "11.4.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "^7.17.0",
@@ -67,8 +67,7 @@
67
67
  "react": "19.1.1",
68
68
  "react-dom": "19.1.1",
69
69
  "typescript": "5.8.3",
70
- "@gooddata/eslint-plugin": "1.0.0",
71
- "@gooddata/eslint-config": "1.0.0"
70
+ "@gooddata/eslint-config": "11.4.0"
72
71
  },
73
72
  "peerDependencies": {
74
73
  "react": "^18.0.0 || ^19.0.0",