@gooddata/sdk-ui-semantic-search 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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "11.35.0-alpha.5",
3
+ "version": "11.35.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": "7.1.11",
37
37
  "tslib": "2.8.1",
38
- "@gooddata/sdk-backend-spi": "11.35.0-alpha.5",
39
- "@gooddata/sdk-model": "11.35.0-alpha.5",
40
- "@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.5",
41
- "@gooddata/sdk-ui-kit": "11.35.0-alpha.5",
42
- "@gooddata/sdk-ui": "11.35.0-alpha.5",
43
- "@gooddata/util": "11.35.0-alpha.5"
38
+ "@gooddata/sdk-backend-spi": "11.35.0-alpha.6",
39
+ "@gooddata/sdk-model": "11.35.0-alpha.6",
40
+ "@gooddata/sdk-ui-kit": "11.35.0-alpha.6",
41
+ "@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.6",
42
+ "@gooddata/sdk-ui": "11.35.0-alpha.6",
43
+ "@gooddata/util": "11.35.0-alpha.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-documenter": "^7.17.0",
@@ -80,11 +80,11 @@
80
80
  "typescript": "5.9.3",
81
81
  "vitest": "4.1.0",
82
82
  "vitest-dom": "0.1.1",
83
- "@gooddata/eslint-config": "11.35.0-alpha.5",
84
- "@gooddata/i18n-toolkit": "11.35.0-alpha.5",
85
- "@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.5",
86
- "@gooddata/oxlint-config": "11.35.0-alpha.5",
87
- "@gooddata/stylelint-config": "11.35.0-alpha.5"
83
+ "@gooddata/i18n-toolkit": "11.35.0-alpha.6",
84
+ "@gooddata/eslint-config": "11.35.0-alpha.6",
85
+ "@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.6",
86
+ "@gooddata/oxlint-config": "11.35.0-alpha.6",
87
+ "@gooddata/stylelint-config": "11.35.0-alpha.6"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "react": "^18.0.0 || ^19.0.0",
@@ -99,7 +99,7 @@
99
99
  "build-check": "tsgo",
100
100
  "build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
101
101
  "build-ts": "tsgo -p tsconfig.build.json",
102
- "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
102
+ "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
103
103
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
104
104
  "format-check": "oxfmt --check .",
105
105
  "format-write": "oxfmt .",