@gooddata/sdk-ui-pivot 11.35.0-alpha.5 → 11.35.0-alpha.7
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 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-pivot",
|
|
3
|
-
"version": "11.35.0-alpha.
|
|
3
|
+
"version": "11.35.0-alpha.7",
|
|
4
4
|
"description": "GoodData.UI SDK - Pivot Table",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"ts-invariant": "0.10.3",
|
|
44
44
|
"tslib": "2.8.1",
|
|
45
45
|
"uuid": "11.1.0",
|
|
46
|
-
"@gooddata/sdk-backend-spi": "11.35.0-alpha.
|
|
47
|
-
"@gooddata/sdk-
|
|
48
|
-
"@gooddata/sdk-
|
|
49
|
-
"@gooddata/sdk-ui-kit": "11.35.0-alpha.
|
|
50
|
-
"@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.
|
|
51
|
-
"@gooddata/sdk-ui-vis-commons": "11.35.0-alpha.
|
|
46
|
+
"@gooddata/sdk-backend-spi": "11.35.0-alpha.7",
|
|
47
|
+
"@gooddata/sdk-ui": "11.35.0-alpha.7",
|
|
48
|
+
"@gooddata/sdk-model": "11.35.0-alpha.7",
|
|
49
|
+
"@gooddata/sdk-ui-kit": "11.35.0-alpha.7",
|
|
50
|
+
"@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.7",
|
|
51
|
+
"@gooddata/sdk-ui-vis-commons": "11.35.0-alpha.7"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"typescript": "5.9.3",
|
|
91
91
|
"vitest": "4.1.0",
|
|
92
92
|
"vitest-dom": "0.1.1",
|
|
93
|
-
"@gooddata/
|
|
94
|
-
"@gooddata/
|
|
95
|
-
"@gooddata/reference-workspace": "11.35.0-alpha.
|
|
96
|
-
"@gooddata/sdk-backend-base": "11.35.0-alpha.
|
|
97
|
-
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.
|
|
98
|
-
"@gooddata/stylelint-config": "11.35.0-alpha.
|
|
93
|
+
"@gooddata/eslint-config": "11.35.0-alpha.7",
|
|
94
|
+
"@gooddata/oxlint-config": "11.35.0-alpha.7",
|
|
95
|
+
"@gooddata/reference-workspace": "11.35.0-alpha.7",
|
|
96
|
+
"@gooddata/sdk-backend-base": "11.35.0-alpha.7",
|
|
97
|
+
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.7",
|
|
98
|
+
"@gooddata/stylelint-config": "11.35.0-alpha.7"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"build": "bash scripts/build.sh",
|
|
110
110
|
"build-check": "tsgo",
|
|
111
111
|
"build-ts": "tsgo -p tsconfig.build.json",
|
|
112
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
112
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log styles/css tsconfig.tsbuildinfo",
|
|
113
113
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
114
114
|
"format-check": "oxfmt --check .",
|
|
115
115
|
"format-write": "oxfmt .",
|