@gooddata/sdk-ui-semantic-search 10.42.0 → 10.43.0-alpha.2
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 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.43.0-alpha.2",
|
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
|
-
"@gooddata/sdk-ui": "10.
|
43
|
-
"@gooddata/sdk-
|
44
|
-
"@gooddata/sdk-ui-
|
45
|
-
"@gooddata/sdk-
|
46
|
-
"@gooddata/util": "10.
|
41
|
+
"@gooddata/sdk-backend-spi": "10.43.0-alpha.2",
|
42
|
+
"@gooddata/sdk-ui": "10.43.0-alpha.2",
|
43
|
+
"@gooddata/sdk-model": "10.43.0-alpha.2",
|
44
|
+
"@gooddata/sdk-ui-kit": "10.43.0-alpha.2",
|
45
|
+
"@gooddata/sdk-ui-theme-provider": "10.43.0-alpha.2",
|
46
|
+
"@gooddata/util": "10.43.0-alpha.2"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@gooddata/eslint-config": "^4.1.1",
|
@@ -73,6 +73,7 @@
|
|
73
73
|
"eslint-plugin-regexp": "^1.9.0",
|
74
74
|
"eslint-plugin-sonarjs": "^0.16.0",
|
75
75
|
"eslint-plugin-tsdoc": "^0.2.14",
|
76
|
+
"happy-dom": "18.0.1",
|
76
77
|
"prettier": "^3.6.2",
|
77
78
|
"raf": "^3.4.1",
|
78
79
|
"react": "18.3.1",
|
@@ -84,8 +85,8 @@
|
|
84
85
|
"typescript": "5.8.3",
|
85
86
|
"vitest": "3.2.4",
|
86
87
|
"vitest-dom": "0.1.1",
|
87
|
-
"@gooddata/
|
88
|
-
"@gooddata/
|
88
|
+
"@gooddata/sdk-backend-mockingbird": "10.43.0-alpha.2",
|
89
|
+
"@gooddata/i18n-toolkit": "10.43.0-alpha.2"
|
89
90
|
},
|
90
91
|
"peerDependencies": {
|
91
92
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -110,6 +111,7 @@
|
|
110
111
|
"scss": "sass --load-path=node_modules styles/scss:styles/css",
|
111
112
|
"stylelint": "stylelint '**/*.scss'",
|
112
113
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
114
|
+
"stylelint-fix": "stylelint '**/*.scss' --fix",
|
113
115
|
"test": "vitest watch",
|
114
116
|
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
115
117
|
"test-once": "vitest run",
|