@gooddata/sdk-ui-semantic-search 11.18.0-alpha.7 → 11.18.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 +15 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
|
3
|
-
"version": "11.18.0
|
|
3
|
+
"version": "11.18.0",
|
|
4
4
|
"description": "GoodData SDK TypeScript & React skeleton",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"lodash-es": "^4.17.21",
|
|
36
36
|
"react-intl": "7.1.11",
|
|
37
37
|
"tslib": "2.8.1",
|
|
38
|
-
"@gooddata/sdk-backend-spi": "11.18.0
|
|
39
|
-
"@gooddata/sdk-
|
|
40
|
-
"@gooddata/sdk-ui-
|
|
41
|
-
"@gooddata/sdk-
|
|
42
|
-
"@gooddata/sdk-ui-
|
|
43
|
-
"@gooddata/util": "11.18.0
|
|
38
|
+
"@gooddata/sdk-backend-spi": "11.18.0",
|
|
39
|
+
"@gooddata/sdk-model": "11.18.0",
|
|
40
|
+
"@gooddata/sdk-ui-theme-provider": "11.18.0",
|
|
41
|
+
"@gooddata/sdk-ui": "11.18.0",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.18.0",
|
|
43
|
+
"@gooddata/util": "11.18.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"dependency-cruiser": "^14.1.2",
|
|
58
58
|
"eslint": "^8.57.1",
|
|
59
59
|
"eslint-config-prettier": "10.1.8",
|
|
60
|
-
"eslint-plugin-eslint-comments": "3.2.0",
|
|
61
60
|
"eslint-plugin-header": "3.1.1",
|
|
62
61
|
"eslint-plugin-import": "2.32.0",
|
|
63
62
|
"eslint-plugin-import-esm": "1.2.1",
|
|
@@ -68,9 +67,10 @@
|
|
|
68
67
|
"eslint-plugin-react": "7.37.5",
|
|
69
68
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
70
69
|
"eslint-plugin-regexp": "1.15.0",
|
|
71
|
-
"eslint-plugin-sonarjs": "0.
|
|
70
|
+
"eslint-plugin-sonarjs": "3.0.6",
|
|
72
71
|
"eslint-plugin-tsdoc": "0.2.14",
|
|
73
72
|
"happy-dom": "18.0.1",
|
|
73
|
+
"npm-run-all": "^4.1.5",
|
|
74
74
|
"prettier": "^3.6.2",
|
|
75
75
|
"raf": "^3.4.1",
|
|
76
76
|
"react": "19.1.1",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"typescript": "5.9.3",
|
|
83
83
|
"vitest": "4.0.8",
|
|
84
84
|
"vitest-dom": "0.1.1",
|
|
85
|
-
"@gooddata/i18n-toolkit": "11.18.0
|
|
86
|
-
"@gooddata/eslint-config": "11.18.0
|
|
87
|
-
"@gooddata/sdk-backend-mockingbird": "11.18.0
|
|
85
|
+
"@gooddata/i18n-toolkit": "11.18.0",
|
|
86
|
+
"@gooddata/eslint-config": "11.18.0",
|
|
87
|
+
"@gooddata/sdk-backend-mockingbird": "11.18.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -97,7 +97,9 @@
|
|
|
97
97
|
"_phase:validate": "npm run build-dynamic-files && npm run validate",
|
|
98
98
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
99
99
|
"build": "bash scripts/build.sh",
|
|
100
|
+
"build-check": "tsc",
|
|
100
101
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
102
|
+
"build-ts": "tsc -p tsconfig.build.json",
|
|
101
103
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
102
104
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
103
105
|
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
@@ -109,7 +111,7 @@
|
|
|
109
111
|
"stylelint-fix": "stylelint '**/*.scss' --fix",
|
|
110
112
|
"test": "vitest watch",
|
|
111
113
|
"test-once": "vitest run",
|
|
112
|
-
"validate": "
|
|
114
|
+
"validate": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
|
113
115
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-semantic-search\"'",
|
|
114
116
|
"validate-locales": "i18n-toolkit",
|
|
115
117
|
"validate-theming": "npm run scss && node scripts/validateCss.js"
|