@gooddata/sdk-ui-vis-commons 11.56.0-alpha.5 → 11.56.0-alpha.6
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 +14 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-vis-commons",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.6",
|
|
4
4
|
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"react-intl": "10.1.25",
|
|
37
37
|
"react-measure": "^2.5.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/sdk-
|
|
40
|
-
"@gooddata/sdk-ui": "11.56.0-alpha.
|
|
41
|
-
"@gooddata/sdk-
|
|
42
|
-
"@gooddata/sdk-ui-
|
|
43
|
-
"@gooddata/sdk-ui-
|
|
39
|
+
"@gooddata/sdk-backend-spi": "11.56.0-alpha.6",
|
|
40
|
+
"@gooddata/sdk-ui": "11.56.0-alpha.6",
|
|
41
|
+
"@gooddata/sdk-model": "11.56.0-alpha.6",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.56.0-alpha.6",
|
|
43
|
+
"@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-documenter": "7.30.10",
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"@types/react-measure": "2.0.12",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
56
56
|
"@typescript-eslint/parser": "8.58.0",
|
|
57
|
-
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
58
57
|
"dependency-cruiser": "17.3.10",
|
|
59
58
|
"eslint": "^9.39.2",
|
|
60
59
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -75,14 +74,14 @@
|
|
|
75
74
|
"react-dom": "19.1.1",
|
|
76
75
|
"sass": "1.80.0",
|
|
77
76
|
"stylelint": "16.26.1",
|
|
78
|
-
"typescript": "
|
|
77
|
+
"typescript": "7.0.2",
|
|
79
78
|
"vitest": "4.1.8",
|
|
80
79
|
"vitest-dom": "0.1.1",
|
|
81
|
-
"@gooddata/
|
|
82
|
-
"@gooddata/
|
|
83
|
-
"@gooddata/
|
|
84
|
-
"@gooddata/
|
|
85
|
-
"@gooddata/
|
|
80
|
+
"@gooddata/eslint-config": "11.56.0-alpha.6",
|
|
81
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.6",
|
|
82
|
+
"@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.6",
|
|
83
|
+
"@gooddata/stylelint-config": "11.56.0-alpha.6",
|
|
84
|
+
"@gooddata/reference-workspace": "11.56.0-alpha.6"
|
|
86
85
|
},
|
|
87
86
|
"peerDependencies": {
|
|
88
87
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -94,8 +93,8 @@
|
|
|
94
93
|
"_phase:validate": "npm run validate",
|
|
95
94
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
96
95
|
"build": "npm-run-all -p build-check build-ts && npm run api-extractor",
|
|
97
|
-
"build-check": "
|
|
98
|
-
"build-ts": "
|
|
96
|
+
"build-check": "tsc",
|
|
97
|
+
"build-ts": "tsc -p tsconfig.build.json",
|
|
99
98
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp styles/css *.log tsconfig.tsbuildinfo",
|
|
100
99
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
101
100
|
"format-check": "oxfmt --check .",
|