@gooddata/sdk-ui-semantic-search 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.
- package/package.json +15 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.6",
|
|
4
4
|
"description": "GoodData SDK TypeScript & React skeleton",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"lodash-es": "^4.17.23",
|
|
36
36
|
"react-intl": "10.1.25",
|
|
37
37
|
"tslib": "2.8.1",
|
|
38
|
-
"@gooddata/sdk-backend-spi": "11.56.0-alpha.
|
|
39
|
-
"@gooddata/sdk-
|
|
40
|
-
"@gooddata/sdk-ui-kit": "11.56.0-alpha.
|
|
41
|
-
"@gooddata/sdk-
|
|
42
|
-
"@gooddata/
|
|
43
|
-
"@gooddata/
|
|
38
|
+
"@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
|
|
39
|
+
"@gooddata/sdk-ui": "11.56.0-alpha.6",
|
|
40
|
+
"@gooddata/sdk-ui-kit": "11.56.0-alpha.6",
|
|
41
|
+
"@gooddata/sdk-model": "11.56.0-alpha.6",
|
|
42
|
+
"@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.6",
|
|
43
|
+
"@gooddata/util": "11.56.0-alpha.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-documenter": "7.30.10",
|
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
"@types/react-dom": "19.1.7",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
55
55
|
"@typescript-eslint/parser": "8.58.0",
|
|
56
|
-
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
57
56
|
"dependency-cruiser": "17.3.10",
|
|
58
57
|
"eslint": "^9.39.2",
|
|
59
58
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -74,14 +73,14 @@
|
|
|
74
73
|
"react-dom": "19.1.1",
|
|
75
74
|
"sass": "1.80.0",
|
|
76
75
|
"stylelint": "16.26.1",
|
|
77
|
-
"typescript": "
|
|
76
|
+
"typescript": "7.0.2",
|
|
78
77
|
"vitest": "4.1.8",
|
|
79
78
|
"vitest-dom": "0.1.1",
|
|
80
|
-
"@gooddata/eslint-config": "11.56.0-alpha.
|
|
81
|
-
"@gooddata/i18n-toolkit": "11.56.0-alpha.
|
|
82
|
-
"@gooddata/oxlint-config": "11.56.0-alpha.
|
|
83
|
-
"@gooddata/
|
|
84
|
-
"@gooddata/
|
|
79
|
+
"@gooddata/eslint-config": "11.56.0-alpha.6",
|
|
80
|
+
"@gooddata/i18n-toolkit": "11.56.0-alpha.6",
|
|
81
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.6",
|
|
82
|
+
"@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.6",
|
|
83
|
+
"@gooddata/stylelint-config": "11.56.0-alpha.6"
|
|
85
84
|
},
|
|
86
85
|
"peerDependencies": {
|
|
87
86
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -93,9 +92,9 @@
|
|
|
93
92
|
"_phase:validate": "npm run build-dynamic-files && npm run validate",
|
|
94
93
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
95
94
|
"build": "bash scripts/build.sh",
|
|
96
|
-
"build-check": "
|
|
95
|
+
"build-check": "tsc",
|
|
97
96
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
98
|
-
"build-ts": "
|
|
97
|
+
"build-ts": "tsc -p tsconfig.build.json",
|
|
99
98
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
|
|
100
99
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
101
100
|
"format-check": "oxfmt --check .",
|