@gooddata/sdk-ui-pluggable-host 11.43.0-alpha.1 → 11.43.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.
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-pluggable-host",
|
|
3
|
-
"version": "11.43.0-alpha.
|
|
3
|
+
"version": "11.43.0-alpha.2",
|
|
4
4
|
"description": "GoodData SDK runtime for hosting pluggable applications — registry, loader, routing, platform context, default UI chrome",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -29,20 +29,20 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@module-federation/runtime": "2.3.1",
|
|
31
31
|
"lodash-es": "^4.17.23",
|
|
32
|
-
"@gooddata/sdk-backend-
|
|
33
|
-
"@gooddata/sdk-
|
|
34
|
-
"@gooddata/sdk-backend-
|
|
35
|
-
"@gooddata/sdk-
|
|
36
|
-
"@gooddata/sdk-model": "11.43.0-alpha.
|
|
37
|
-
"@gooddata/sdk-
|
|
38
|
-
"@gooddata/sdk-
|
|
39
|
-
"@gooddata/sdk-ui
|
|
40
|
-
"@gooddata/sdk-ui": "11.43.0-alpha.
|
|
41
|
-
"@gooddata/sdk-ui-gen-ai": "11.43.0-alpha.
|
|
42
|
-
"@gooddata/sdk-ui-
|
|
43
|
-
"@gooddata/sdk-ui-
|
|
44
|
-
"@gooddata/
|
|
45
|
-
"@gooddata/
|
|
32
|
+
"@gooddata/sdk-backend-base": "11.43.0-alpha.2",
|
|
33
|
+
"@gooddata/sdk-backend-spi": "11.43.0-alpha.2",
|
|
34
|
+
"@gooddata/sdk-backend-tiger": "11.43.0-alpha.2",
|
|
35
|
+
"@gooddata/sdk-embedding": "11.43.0-alpha.2",
|
|
36
|
+
"@gooddata/sdk-model": "11.43.0-alpha.2",
|
|
37
|
+
"@gooddata/sdk-pluggable-application-model": "11.43.0-alpha.2",
|
|
38
|
+
"@gooddata/sdk-ui-application-header": "11.43.0-alpha.2",
|
|
39
|
+
"@gooddata/sdk-ui": "11.43.0-alpha.2",
|
|
40
|
+
"@gooddata/sdk-ui-ext": "11.43.0-alpha.2",
|
|
41
|
+
"@gooddata/sdk-ui-gen-ai": "11.43.0-alpha.2",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.43.0-alpha.2",
|
|
43
|
+
"@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.2",
|
|
44
|
+
"@gooddata/util": "11.43.0-alpha.2",
|
|
45
|
+
"@gooddata/sdk-ui-semantic-search": "11.43.0-alpha.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"vite": "8.0.16",
|
|
86
86
|
"vitest": "4.1.8",
|
|
87
87
|
"vitest-dom": "0.1.1",
|
|
88
|
-
"@gooddata/eslint-config": "11.43.0-alpha.
|
|
89
|
-
"@gooddata/oxlint-config": "11.43.0-alpha.
|
|
88
|
+
"@gooddata/eslint-config": "11.43.0-alpha.2",
|
|
89
|
+
"@gooddata/oxlint-config": "11.43.0-alpha.2"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": ">=18.3.1",
|