@gooddata/sdk-ui-vis-commons 10.41.0-alpha.1 → 10.41.0-alpha.3
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 +29 -29
package/package.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-vis-commons",
|
|
3
|
-
"version": "10.41.0-alpha.
|
|
3
|
+
"version": "10.41.0-alpha.3",
|
|
4
4
|
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
|
8
8
|
"directory": "libs/sdk-ui-vis-commons"
|
|
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
17
|
"exports": {
|
|
14
18
|
".": "./esm/index.js",
|
|
@@ -16,10 +20,6 @@
|
|
|
16
20
|
"./styles/scss/*": "./styles/scss/*"
|
|
17
21
|
},
|
|
18
22
|
"types": "./esm/index.d.ts",
|
|
19
|
-
"sideEffects": [
|
|
20
|
-
"*.css",
|
|
21
|
-
"*.svg"
|
|
22
|
-
],
|
|
23
23
|
"files": [
|
|
24
24
|
"esm/**/*.js",
|
|
25
25
|
"esm/**/*.json",
|
|
@@ -36,15 +36,11 @@
|
|
|
36
36
|
"react-intl": "6.8.9",
|
|
37
37
|
"react-measure": "^2.5.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/sdk-
|
|
40
|
-
"@gooddata/sdk-
|
|
41
|
-
"@gooddata/sdk-ui
|
|
42
|
-
"@gooddata/sdk-ui": "10.41.0-alpha.
|
|
43
|
-
"@gooddata/sdk-
|
|
44
|
-
},
|
|
45
|
-
"peerDependencies": {
|
|
46
|
-
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
47
|
-
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
|
39
|
+
"@gooddata/sdk-model": "10.41.0-alpha.3",
|
|
40
|
+
"@gooddata/sdk-ui-kit": "10.41.0-alpha.3",
|
|
41
|
+
"@gooddata/sdk-ui": "10.41.0-alpha.3",
|
|
42
|
+
"@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.3",
|
|
43
|
+
"@gooddata/sdk-backend-spi": "10.41.0-alpha.3"
|
|
48
44
|
},
|
|
49
45
|
"devDependencies": {
|
|
50
46
|
"@gooddata/eslint-config": "^4.1.1",
|
|
@@ -55,9 +51,9 @@
|
|
|
55
51
|
"@testing-library/react": "16.0.1",
|
|
56
52
|
"@types/lodash": "^4.14.202",
|
|
57
53
|
"@types/node": "^22.13.0",
|
|
58
|
-
"@types/react-dom": "18.3.7",
|
|
59
|
-
"@types/react-measure": "^2.0.8",
|
|
60
54
|
"@types/react": "18.3.23",
|
|
55
|
+
"@types/react-dom": "18.3.7",
|
|
56
|
+
"@types/react-measure": "^2.0.12",
|
|
61
57
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
62
58
|
"@typescript-eslint/parser": "^8.38.0",
|
|
63
59
|
"concurrently": "^6.0.2",
|
|
@@ -70,8 +66,8 @@
|
|
|
70
66
|
"eslint-plugin-jest": "^29.0.1",
|
|
71
67
|
"eslint-plugin-no-only-tests": "^2.4.0",
|
|
72
68
|
"eslint-plugin-prettier": "^5.5.1",
|
|
73
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
|
74
69
|
"eslint-plugin-react": "^7.31.10",
|
|
70
|
+
"eslint-plugin-react-hooks": "^4.5.0",
|
|
75
71
|
"eslint-plugin-regexp": "^1.9.0",
|
|
76
72
|
"eslint-plugin-sonarjs": "^0.16.0",
|
|
77
73
|
"eslint-plugin-tsdoc": "^0.2.14",
|
|
@@ -87,30 +83,34 @@
|
|
|
87
83
|
"typescript": "5.8.3",
|
|
88
84
|
"vitest": "3.2.4",
|
|
89
85
|
"vitest-dom": "0.1.1",
|
|
90
|
-
"@gooddata/reference-workspace": "10.41.0-alpha.
|
|
91
|
-
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.
|
|
86
|
+
"@gooddata/reference-workspace": "10.41.0-alpha.3",
|
|
87
|
+
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.3"
|
|
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
95
|
"_phase:test": "npm run test-once",
|
|
96
96
|
"_phase:validate": "npm run validate",
|
|
97
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
|
98
97
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
99
98
|
"build": "tsc -p tsconfig.build.json && npm run api-extractor",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
99
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
|
100
|
+
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
101
|
+
"dep-cruiser-ci": "mkdir -p ci/results && depcruise --validate .dependency-cruiser.cjs --output-type err-html src/ >./ci/results/dep-cruiser.html",
|
|
103
102
|
"eslint": "eslint -c .eslintrc.cjs src/",
|
|
104
|
-
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
|
105
103
|
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
|
|
104
|
+
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
|
106
105
|
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
107
106
|
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
108
|
-
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
109
|
-
"dep-cruiser-ci": "mkdir -p ci/results && depcruise --validate .dependency-cruiser.cjs --output-type err-html src/ >./ci/results/dep-cruiser.html",
|
|
110
107
|
"stylelint": "stylelint '**/*.scss'",
|
|
111
108
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
|
109
|
+
"test": "vitest watch",
|
|
110
|
+
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
|
111
|
+
"test-once": "vitest run",
|
|
112
112
|
"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",
|
|
113
|
-
"validate-
|
|
114
|
-
"validate-
|
|
113
|
+
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-vis-commons\"'",
|
|
114
|
+
"validate-locales": "cd ../sdk-ui && npm run validate-locales"
|
|
115
115
|
}
|
|
116
116
|
}
|