@gooddata/sdk-ui-semantic-search 10.41.0-alpha.2 → 10.41.0-alpha.4
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 +37 -37
package/package.json
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
3
|
-
"version": "10.41.0-alpha.
|
3
|
+
"version": "10.41.0-alpha.4",
|
4
4
|
"description": "GoodData SDK TypeScript & React skeleton",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
8
8
|
"directory": "libs/sdk-ui-semantic-search"
|
9
9
|
},
|
10
|
-
"author": "GoodData Corporation",
|
11
10
|
"license": "MIT",
|
11
|
+
"author": "GoodData Corporation",
|
12
|
+
"sideEffects": [
|
13
|
+
"*.css",
|
14
|
+
"*.svg"
|
15
|
+
],
|
12
16
|
"type": "module",
|
13
|
-
"browser": "./esm/index.js",
|
14
17
|
"exports": {
|
15
18
|
".": "./esm/index.js",
|
16
19
|
"./styles/css/*": "./styles/css/*",
|
17
20
|
"./styles/scss/*": "./styles/scss/*",
|
18
21
|
"./internal": "./esm/internal.js"
|
19
22
|
},
|
23
|
+
"browser": "./esm/index.js",
|
20
24
|
"types": "./esm/index.d.ts",
|
21
|
-
"sideEffects": [
|
22
|
-
"*.css",
|
23
|
-
"*.svg"
|
24
|
-
],
|
25
25
|
"files": [
|
26
26
|
"esm/**/*.js",
|
27
27
|
"esm/**/*.json",
|
@@ -34,20 +34,16 @@
|
|
34
34
|
"eslint": "-c .eslintrc.cjs --ext ts,tsx src/"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
+
"classnames": "^2.3.1",
|
37
38
|
"lodash": "^4.17.21",
|
38
39
|
"react-intl": "6.8.9",
|
39
40
|
"tslib": "2.8.1",
|
40
|
-
"
|
41
|
-
"@gooddata/sdk-model": "10.41.0-alpha.
|
42
|
-
"@gooddata/sdk-ui": "10.41.0-alpha.
|
43
|
-
"@gooddata/sdk-ui-
|
44
|
-
"@gooddata/sdk-
|
45
|
-
"@gooddata/
|
46
|
-
"@gooddata/util": "10.41.0-alpha.2"
|
47
|
-
},
|
48
|
-
"peerDependencies": {
|
49
|
-
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
50
|
-
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
41
|
+
"@gooddata/sdk-backend-spi": "10.41.0-alpha.4",
|
42
|
+
"@gooddata/sdk-model": "10.41.0-alpha.4",
|
43
|
+
"@gooddata/sdk-ui": "10.41.0-alpha.4",
|
44
|
+
"@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.4",
|
45
|
+
"@gooddata/sdk-ui-kit": "10.41.0-alpha.4",
|
46
|
+
"@gooddata/util": "10.41.0-alpha.4"
|
51
47
|
},
|
52
48
|
"devDependencies": {
|
53
49
|
"@gooddata/eslint-config": "^4.1.1",
|
@@ -57,8 +53,8 @@
|
|
57
53
|
"@testing-library/react": "16.0.1",
|
58
54
|
"@types/lodash": "^4.14.202",
|
59
55
|
"@types/raf": "^3.4.0",
|
60
|
-
"@types/react-dom": "18.3.7",
|
61
56
|
"@types/react": "18.3.23",
|
57
|
+
"@types/react-dom": "18.3.7",
|
62
58
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
63
59
|
"@typescript-eslint/parser": "^8.38.0",
|
64
60
|
"concurrently": "^6.0.2",
|
@@ -71,8 +67,8 @@
|
|
71
67
|
"eslint-plugin-jest": "^29.0.1",
|
72
68
|
"eslint-plugin-no-only-tests": "^2.4.0",
|
73
69
|
"eslint-plugin-prettier": "^5.5.1",
|
74
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
75
70
|
"eslint-plugin-react": "^7.31.10",
|
71
|
+
"eslint-plugin-react-hooks": "^4.5.0",
|
76
72
|
"eslint-plugin-regexp": "^1.9.0",
|
77
73
|
"eslint-plugin-sonarjs": "^0.16.0",
|
78
74
|
"eslint-plugin-tsdoc": "^0.2.14",
|
@@ -80,42 +76,46 @@
|
|
80
76
|
"raf": "^3.4.1",
|
81
77
|
"react": "18.3.1",
|
82
78
|
"react-dom": "18.3.1",
|
83
|
-
"typescript": "5.8.3",
|
84
|
-
"vitest": "3.2.4",
|
85
|
-
"vitest-dom": "0.1.1",
|
86
79
|
"sass": "^1.52.3",
|
87
80
|
"stylelint": "^13.8.0",
|
88
81
|
"stylelint-checkstyle-formatter": "^0.1.2",
|
89
82
|
"stylelint-config-prettier": "^9.0.5",
|
90
|
-
"
|
91
|
-
"
|
83
|
+
"typescript": "5.8.3",
|
84
|
+
"vitest": "3.2.4",
|
85
|
+
"vitest-dom": "0.1.1",
|
86
|
+
"@gooddata/i18n-toolkit": "10.41.0-alpha.4",
|
87
|
+
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.4"
|
88
|
+
},
|
89
|
+
"peerDependencies": {
|
90
|
+
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
91
|
+
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
92
92
|
},
|
93
93
|
"scripts": {
|
94
94
|
"_phase:build": "npm run build",
|
95
|
-
"_phase:test": "npm run test-once",
|
96
95
|
"_phase:post-build": "npm run build-dynamic-files",
|
96
|
+
"_phase:test": "npm run test-once",
|
97
97
|
"_phase:validate": "npm run validate",
|
98
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
99
98
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
100
99
|
"build": "bash scripts/build.sh",
|
101
100
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
102
|
-
"
|
103
|
-
"
|
104
|
-
"
|
105
|
-
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
101
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
102
|
+
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
103
|
+
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
106
104
|
"eslint": "eslint $npm_package_config_eslint",
|
107
105
|
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml $npm_package_config_eslint",
|
106
|
+
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
108
107
|
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
109
108
|
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
110
|
-
"
|
111
|
-
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
109
|
+
"scss": "sass --load-path=node_modules styles/scss:styles/css",
|
112
110
|
"stylelint": "stylelint '**/*.scss'",
|
113
111
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
112
|
+
"test": "vitest watch",
|
113
|
+
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
114
|
+
"test-once": "vitest run",
|
115
|
+
"validate": "tsc && 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",
|
116
|
+
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-semantic-search\"'",
|
114
117
|
"validate-locales": "i18n-toolkit",
|
115
118
|
"validate-locales-ci": "i18n-toolkit",
|
116
|
-
"validate": "
|
117
|
-
"validate-theming": "npm run scss && node scripts/validateCss.js",
|
118
|
-
"scss": "sass --load-path=node_modules styles/scss:styles/css",
|
119
|
-
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-semantic-search\"'"
|
119
|
+
"validate-theming": "npm run scss && node scripts/validateCss.js"
|
120
120
|
}
|
121
121
|
}
|