@gooddata/sdk-ui-catalog 11.35.0-alpha.5 → 11.35.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.
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-catalog",
|
|
3
|
-
"version": "11.35.0-alpha.
|
|
3
|
+
"version": "11.35.0-alpha.6",
|
|
4
4
|
"description": "GoodData SDK - Analytics Catalog",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"tslib": "2.8.1",
|
|
46
46
|
"yaml": "^2.2.2",
|
|
47
47
|
"zod": "^4.3.6",
|
|
48
|
-
"@gooddata/sdk-backend-spi": "11.35.0-alpha.
|
|
49
|
-
"@gooddata/sdk-model": "11.35.0-alpha.
|
|
50
|
-
"@gooddata/sdk-ui": "11.35.0-alpha.
|
|
51
|
-
"@gooddata/sdk-ui-
|
|
52
|
-
"@gooddata/sdk-ui-
|
|
53
|
-
"@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.
|
|
54
|
-
"@gooddata/util": "11.35.0-alpha.
|
|
48
|
+
"@gooddata/sdk-backend-spi": "11.35.0-alpha.6",
|
|
49
|
+
"@gooddata/sdk-model": "11.35.0-alpha.6",
|
|
50
|
+
"@gooddata/sdk-ui": "11.35.0-alpha.6",
|
|
51
|
+
"@gooddata/sdk-ui-semantic-search": "11.35.0-alpha.6",
|
|
52
|
+
"@gooddata/sdk-ui-kit": "11.35.0-alpha.6",
|
|
53
|
+
"@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.6",
|
|
54
|
+
"@gooddata/util": "11.35.0-alpha.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"typescript": "5.9.3",
|
|
92
92
|
"vitest": "4.1.0",
|
|
93
93
|
"vitest-dom": "0.1.1",
|
|
94
|
-
"@gooddata/i18n-toolkit": "11.35.0-alpha.
|
|
95
|
-
"@gooddata/
|
|
96
|
-
"@gooddata/
|
|
97
|
-
"@gooddata/
|
|
98
|
-
"@gooddata/stylelint-config": "11.35.0-alpha.
|
|
94
|
+
"@gooddata/i18n-toolkit": "11.35.0-alpha.6",
|
|
95
|
+
"@gooddata/oxlint-config": "11.35.0-alpha.6",
|
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.6",
|
|
97
|
+
"@gooddata/eslint-config": "11.35.0-alpha.6",
|
|
98
|
+
"@gooddata/stylelint-config": "11.35.0-alpha.6"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"build-check": "tsgo",
|
|
111
111
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
112
112
|
"build-ts": "tsgo -p tsconfig.build.json",
|
|
113
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
113
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
|
|
114
114
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
115
115
|
"format-check": "oxfmt --check .",
|
|
116
116
|
"format-write": "oxfmt .",
|