@gooddata/sdk-ui-vis-commons 11.20.0-alpha.1 → 11.20.0-alpha.2
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-vis-commons",
|
|
3
|
-
"version": "11.20.0-alpha.
|
|
3
|
+
"version": "11.20.0-alpha.2",
|
|
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": "7.1.11",
|
|
37
37
|
"react-measure": "^2.5.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/sdk-backend-spi": "11.20.0-alpha.
|
|
40
|
-
"@gooddata/sdk-model": "11.20.0-alpha.
|
|
41
|
-
"@gooddata/sdk-ui": "11.20.0-alpha.
|
|
42
|
-
"@gooddata/sdk-ui-kit": "11.20.0-alpha.
|
|
43
|
-
"@gooddata/sdk-ui-theme-provider": "11.20.0-alpha.
|
|
39
|
+
"@gooddata/sdk-backend-spi": "11.20.0-alpha.2",
|
|
40
|
+
"@gooddata/sdk-model": "11.20.0-alpha.2",
|
|
41
|
+
"@gooddata/sdk-ui": "11.20.0-alpha.2",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.20.0-alpha.2",
|
|
43
|
+
"@gooddata/sdk-ui-theme-provider": "11.20.0-alpha.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
"typescript": "5.9.3",
|
|
82
82
|
"vitest": "4.0.8",
|
|
83
83
|
"vitest-dom": "0.1.1",
|
|
84
|
-
"@gooddata/eslint-config": "11.20.0-alpha.
|
|
85
|
-
"@gooddata/oxlint-config": "11.20.0-alpha.
|
|
86
|
-
"@gooddata/
|
|
87
|
-
"@gooddata/
|
|
88
|
-
"@gooddata/stylelint-config": "11.20.0-alpha.
|
|
84
|
+
"@gooddata/eslint-config": "11.20.0-alpha.2",
|
|
85
|
+
"@gooddata/oxlint-config": "11.20.0-alpha.2",
|
|
86
|
+
"@gooddata/reference-workspace": "11.20.0-alpha.2",
|
|
87
|
+
"@gooddata/sdk-backend-mockingbird": "11.20.0-alpha.2",
|
|
88
|
+
"@gooddata/stylelint-config": "11.20.0-alpha.2"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"validate": "npm run lint && npm run dep-cruiser && npm run stylelint && npm run validate-locales && npm run format-check",
|
|
111
111
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-vis-commons\"'",
|
|
112
112
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
|
113
|
-
"lint": "oxlint . --type-aware && eslint .",
|
|
114
|
-
"lint-fix": "oxlint . --type-aware --fix && eslint . --fix"
|
|
113
|
+
"lint": "oxlint . --type-aware --quiet && eslint .",
|
|
114
|
+
"lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix"
|
|
115
115
|
}
|
|
116
116
|
}
|