@gooddata/sdk-ui-pluggable-host 11.56.0-alpha.5 → 11.56.0-alpha.6

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 (1) hide show
  1. package/package.json +20 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-pluggable-host",
3
- "version": "11.56.0-alpha.5",
3
+ "version": "11.56.0-alpha.6",
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.6.0",
31
31
  "lodash-es": "^4.17.23",
32
- "@gooddata/sdk-backend-base": "11.56.0-alpha.5",
33
- "@gooddata/sdk-backend-tiger": "11.56.0-alpha.5",
34
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.5",
35
- "@gooddata/sdk-embedding": "11.56.0-alpha.5",
36
- "@gooddata/sdk-model": "11.56.0-alpha.5",
37
- "@gooddata/sdk-pluggable-application-model": "11.56.0-alpha.5",
38
- "@gooddata/sdk-ui-application-header": "11.56.0-alpha.5",
39
- "@gooddata/sdk-ui": "11.56.0-alpha.5",
40
- "@gooddata/sdk-ui-ext": "11.56.0-alpha.5",
41
- "@gooddata/sdk-ui-gen-ai": "11.56.0-alpha.5",
42
- "@gooddata/sdk-ui-kit": "11.56.0-alpha.5",
43
- "@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.5",
44
- "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.5",
45
- "@gooddata/util": "11.56.0-alpha.5"
32
+ "@gooddata/sdk-backend-base": "11.56.0-alpha.6",
33
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
34
+ "@gooddata/sdk-backend-tiger": "11.56.0-alpha.6",
35
+ "@gooddata/sdk-embedding": "11.56.0-alpha.6",
36
+ "@gooddata/sdk-pluggable-application-model": "11.56.0-alpha.6",
37
+ "@gooddata/sdk-ui": "11.56.0-alpha.6",
38
+ "@gooddata/sdk-model": "11.56.0-alpha.6",
39
+ "@gooddata/sdk-ui-application-header": "11.56.0-alpha.6",
40
+ "@gooddata/sdk-ui-gen-ai": "11.56.0-alpha.6",
41
+ "@gooddata/sdk-ui-ext": "11.56.0-alpha.6",
42
+ "@gooddata/sdk-ui-kit": "11.56.0-alpha.6",
43
+ "@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.6",
44
+ "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.6",
45
+ "@gooddata/util": "11.56.0-alpha.6"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-documenter": "7.30.10",
@@ -55,7 +55,6 @@
55
55
  "@types/react-dom": "19.1.7",
56
56
  "@typescript-eslint/eslint-plugin": "8.58.0",
57
57
  "@typescript-eslint/parser": "8.58.0",
58
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
59
58
  "@vitest/coverage-v8": "4.1.8",
60
59
  "eslint": "^9.39.2",
61
60
  "eslint-plugin-headers": "1.3.3",
@@ -78,12 +77,12 @@
78
77
  "rolldown": "1.0.3",
79
78
  "sass": "1.80.0",
80
79
  "tslib": "2.8.1",
81
- "typescript": "6.0.3",
80
+ "typescript": "7.0.2",
82
81
  "vite": "8.0.16",
83
82
  "vitest": "4.1.8",
84
83
  "vitest-dom": "0.1.1",
85
- "@gooddata/eslint-config": "11.56.0-alpha.5",
86
- "@gooddata/oxlint-config": "11.56.0-alpha.5"
84
+ "@gooddata/eslint-config": "11.56.0-alpha.6",
85
+ "@gooddata/oxlint-config": "11.56.0-alpha.6"
87
86
  },
88
87
  "peerDependencies": {
89
88
  "react": ">=18.3.1",
@@ -97,8 +96,8 @@
97
96
  "_phase:validate": "npm run validate",
98
97
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
99
98
  "build": "npm-run-all -p build-check build-ts && npm run copy-assets && npm run api-extractor",
100
- "build-check": "tsgo",
101
- "build-ts": "tsgo -p ./tsconfig.build.json",
99
+ "build-check": "tsc",
100
+ "build-ts": "tsc -p ./tsconfig.build.json",
102
101
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf esm *.log",
103
102
  "copy-assets": "bash scripts/copy-assets.sh",
104
103
  "format-check": "oxfmt --check .",