@gooddata/sdk-ui-vis-commons 11.19.0-alpha.2 → 11.19.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 +20 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-vis-commons",
|
|
3
|
-
"version": "11.19.0-alpha.
|
|
3
|
+
"version": "11.19.0-alpha.4",
|
|
4
4
|
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,18 +32,17 @@
|
|
|
32
32
|
"@gooddata/number-formatter": "^1.0.6",
|
|
33
33
|
"classnames": "^2.3.1",
|
|
34
34
|
"default-import": "1.1.5",
|
|
35
|
-
"lodash-es": "^4.17.
|
|
35
|
+
"lodash-es": "^4.17.23",
|
|
36
36
|
"react-intl": "7.1.11",
|
|
37
37
|
"react-measure": "^2.5.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/sdk-backend-spi": "11.19.0-alpha.
|
|
40
|
-
"@gooddata/sdk-model": "11.19.0-alpha.
|
|
41
|
-
"@gooddata/sdk-ui": "11.19.0-alpha.
|
|
42
|
-
"@gooddata/sdk-ui
|
|
43
|
-
"@gooddata/sdk-ui-
|
|
39
|
+
"@gooddata/sdk-backend-spi": "11.19.0-alpha.4",
|
|
40
|
+
"@gooddata/sdk-model": "11.19.0-alpha.4",
|
|
41
|
+
"@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.4",
|
|
42
|
+
"@gooddata/sdk-ui": "11.19.0-alpha.4",
|
|
43
|
+
"@gooddata/sdk-ui-kit": "11.19.0-alpha.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@gooddata/stylelint-config": "^5.0.0",
|
|
47
46
|
"@microsoft/api-documenter": "^7.17.0",
|
|
48
47
|
"@microsoft/api-extractor": "^7.55.2",
|
|
49
48
|
"@testing-library/dom": "10.4.1",
|
|
@@ -57,20 +56,16 @@
|
|
|
57
56
|
"@typescript-eslint/parser": "8.52.0",
|
|
58
57
|
"@vitest/eslint-plugin": "1.6.6",
|
|
59
58
|
"dependency-cruiser": "^14.1.2",
|
|
60
|
-
"eslint": "^
|
|
61
|
-
"eslint-config-prettier": "10.1.8",
|
|
59
|
+
"eslint": "^9.39.2",
|
|
62
60
|
"eslint-plugin-header": "3.1.1",
|
|
63
|
-
"eslint-plugin-import": "2.32.0",
|
|
64
61
|
"eslint-plugin-import-esm": "1.2.1",
|
|
62
|
+
"eslint-plugin-import-x": "4.16.1",
|
|
65
63
|
"eslint-plugin-jsdoc": "62.1.0",
|
|
66
64
|
"eslint-plugin-no-barrel-files": "1.2.2",
|
|
67
|
-
"eslint-plugin-no-only-tests": "
|
|
68
|
-
"eslint-plugin-prettier": "5.5.4",
|
|
65
|
+
"eslint-plugin-no-only-tests": "3.3.0",
|
|
69
66
|
"eslint-plugin-react": "7.37.5",
|
|
70
67
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
71
|
-
"eslint-plugin-regexp": "1.15.0",
|
|
72
68
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
73
|
-
"eslint-plugin-tsdoc": "0.2.14",
|
|
74
69
|
"happy-dom": "18.0.1",
|
|
75
70
|
"npm-run-all": "^4.1.5",
|
|
76
71
|
"prettier": "^3.6.2",
|
|
@@ -78,15 +73,14 @@
|
|
|
78
73
|
"react": "19.1.1",
|
|
79
74
|
"react-dom": "19.1.1",
|
|
80
75
|
"sass": "1.70.0",
|
|
81
|
-
"stylelint": "^
|
|
82
|
-
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
83
|
-
"stylelint-config-prettier": "^9.0.5",
|
|
76
|
+
"stylelint": "^16.26.1",
|
|
84
77
|
"typescript": "5.9.3",
|
|
85
78
|
"vitest": "4.0.8",
|
|
86
79
|
"vitest-dom": "0.1.1",
|
|
87
|
-
"@gooddata/eslint-config": "11.19.0-alpha.
|
|
88
|
-
"@gooddata/reference-workspace": "11.19.0-alpha.
|
|
89
|
-
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.
|
|
80
|
+
"@gooddata/eslint-config": "11.19.0-alpha.4",
|
|
81
|
+
"@gooddata/reference-workspace": "11.19.0-alpha.4",
|
|
82
|
+
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.4",
|
|
83
|
+
"@gooddata/stylelint-config": "11.19.0-alpha.4"
|
|
90
84
|
},
|
|
91
85
|
"peerDependencies": {
|
|
92
86
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -102,15 +96,15 @@
|
|
|
102
96
|
"build-ts": "tsc -p tsconfig.build.json",
|
|
103
97
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
|
104
98
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
105
|
-
"eslint": "eslint
|
|
106
|
-
"eslint-fix": "eslint
|
|
107
|
-
"prettier-check": "prettier --
|
|
108
|
-
"prettier-write": "prettier --
|
|
99
|
+
"eslint": "eslint .",
|
|
100
|
+
"eslint-fix": "eslint . --fix",
|
|
101
|
+
"prettier-check": "prettier --check .",
|
|
102
|
+
"prettier-write": "prettier --write .",
|
|
109
103
|
"stylelint": "stylelint '**/*.scss'",
|
|
110
104
|
"stylelint-fix": "stylelint '**/*.scss' --fix",
|
|
111
105
|
"test": "vitest watch",
|
|
112
106
|
"test-once": "vitest run",
|
|
113
|
-
"validate": "
|
|
107
|
+
"validate": "npm run eslint && npm run dep-cruiser && npm run stylelint && npm run validate-locales && npm run prettier-check",
|
|
114
108
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-vis-commons\"'",
|
|
115
109
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales"
|
|
116
110
|
}
|