@gooddata/sdk-ui-semantic-search 10.42.0 → 10.43.0-alpha.1

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 +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-semantic-search",
3
- "version": "10.42.0",
3
+ "version": "10.43.0-alpha.1",
4
4
  "description": "GoodData SDK TypeScript & React skeleton",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,12 +38,12 @@
38
38
  "lodash": "^4.17.21",
39
39
  "react-intl": "6.8.9",
40
40
  "tslib": "2.8.1",
41
- "@gooddata/sdk-backend-spi": "10.42.0",
42
- "@gooddata/sdk-ui": "10.42.0",
43
- "@gooddata/sdk-ui-kit": "10.42.0",
44
- "@gooddata/sdk-ui-theme-provider": "10.42.0",
45
- "@gooddata/sdk-model": "10.42.0",
46
- "@gooddata/util": "10.42.0"
41
+ "@gooddata/sdk-backend-spi": "10.43.0-alpha.1",
42
+ "@gooddata/sdk-model": "10.43.0-alpha.1",
43
+ "@gooddata/sdk-ui": "10.43.0-alpha.1",
44
+ "@gooddata/sdk-ui-kit": "10.43.0-alpha.1",
45
+ "@gooddata/sdk-ui-theme-provider": "10.43.0-alpha.1",
46
+ "@gooddata/util": "10.43.0-alpha.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@gooddata/eslint-config": "^4.1.1",
@@ -84,8 +84,8 @@
84
84
  "typescript": "5.8.3",
85
85
  "vitest": "3.2.4",
86
86
  "vitest-dom": "0.1.1",
87
- "@gooddata/i18n-toolkit": "10.42.0",
88
- "@gooddata/sdk-backend-mockingbird": "10.42.0"
87
+ "@gooddata/i18n-toolkit": "10.43.0-alpha.1",
88
+ "@gooddata/sdk-backend-mockingbird": "10.43.0-alpha.1"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -110,6 +110,7 @@
110
110
  "scss": "sass --load-path=node_modules styles/scss:styles/css",
111
111
  "stylelint": "stylelint '**/*.scss'",
112
112
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
113
+ "stylelint-fix": "stylelint '**/*.scss' --fix",
113
114
  "test": "vitest watch",
114
115
  "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
115
116
  "test-once": "vitest run",