@gooddata/sdk-ui-semantic-search 11.12.0-alpha.4 → 11.12.0
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
|
3
|
-
"version": "11.12.0
|
|
3
|
+
"version": "11.12.0",
|
|
4
4
|
"description": "GoodData SDK TypeScript & React skeleton",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"lodash-es": "^4.17.21",
|
|
40
40
|
"react-intl": "7.1.11",
|
|
41
41
|
"tslib": "2.8.1",
|
|
42
|
-
"@gooddata/sdk-backend-spi": "11.12.0
|
|
43
|
-
"@gooddata/sdk-ui": "11.12.0
|
|
44
|
-
"@gooddata/sdk-model": "11.12.0
|
|
45
|
-
"@gooddata/sdk-ui-kit": "11.12.0
|
|
46
|
-
"@gooddata/sdk-ui-theme-provider": "11.12.0
|
|
47
|
-
"@gooddata/util": "11.12.0
|
|
42
|
+
"@gooddata/sdk-backend-spi": "11.12.0",
|
|
43
|
+
"@gooddata/sdk-ui": "11.12.0",
|
|
44
|
+
"@gooddata/sdk-model": "11.12.0",
|
|
45
|
+
"@gooddata/sdk-ui-kit": "11.12.0",
|
|
46
|
+
"@gooddata/sdk-ui-theme-provider": "11.12.0",
|
|
47
|
+
"@gooddata/util": "11.12.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"typescript": "5.8.3",
|
|
86
86
|
"vitest": "3.2.4",
|
|
87
87
|
"vitest-dom": "0.1.1",
|
|
88
|
-
"@gooddata/i18n-toolkit": "11.12.0
|
|
89
|
-
"@gooddata/
|
|
90
|
-
"@gooddata/
|
|
88
|
+
"@gooddata/i18n-toolkit": "11.12.0",
|
|
89
|
+
"@gooddata/eslint-config": "11.12.0",
|
|
90
|
+
"@gooddata/sdk-backend-mockingbird": "11.12.0"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
111
111
|
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
112
112
|
"scss": "sass --load-path=node_modules styles/scss:styles/css && sass --load-path=node_modules src:esm",
|
|
113
|
-
"stylelint": "
|
|
113
|
+
"stylelint": "stylelint '**/*.scss'",
|
|
114
114
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
|
115
115
|
"stylelint-fix": "stylelint '**/*.scss' --fix",
|
|
116
116
|
"test": "vitest watch",
|