@gooddata/sdk-ui-pivot 10.26.0-alpha.9 → 10.26.0
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-pivot",
|
|
3
|
-
"version": "10.26.0
|
|
3
|
+
"version": "10.26.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Pivot Table",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"ts-invariant": "^0.7.5",
|
|
42
42
|
"tslib": "^2.5.0",
|
|
43
43
|
"uuid": "^8.3.2",
|
|
44
|
-
"@gooddata/sdk-
|
|
45
|
-
"@gooddata/sdk-
|
|
46
|
-
"@gooddata/sdk-ui": "10.26.0
|
|
47
|
-
"@gooddata/sdk-ui-kit": "10.26.0
|
|
48
|
-
"@gooddata/sdk-ui-theme-provider": "10.26.0
|
|
49
|
-
"@gooddata/sdk-ui-vis-commons": "10.26.0
|
|
44
|
+
"@gooddata/sdk-backend-spi": "10.26.0",
|
|
45
|
+
"@gooddata/sdk-model": "10.26.0",
|
|
46
|
+
"@gooddata/sdk-ui": "10.26.0",
|
|
47
|
+
"@gooddata/sdk-ui-kit": "10.26.0",
|
|
48
|
+
"@gooddata/sdk-ui-theme-provider": "10.26.0",
|
|
49
|
+
"@gooddata/sdk-ui-vis-commons": "10.26.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"typescript": "5.3.3",
|
|
94
94
|
"vitest": "3.0.8",
|
|
95
95
|
"vitest-dom": "0.1.1",
|
|
96
|
-
"@gooddata/reference-workspace": "10.26.0
|
|
97
|
-
"@gooddata/sdk-backend-mockingbird": "10.26.0
|
|
96
|
+
"@gooddata/reference-workspace": "10.26.0",
|
|
97
|
+
"@gooddata/sdk-backend-mockingbird": "10.26.0"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"stylelint": "stylelint '**/*.scss'",
|
|
114
114
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
|
115
115
|
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
|
116
|
-
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
|
|
116
|
+
"validate-ci": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
|
|
117
117
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
|
118
118
|
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
|
119
119
|
"validate-theming": "npm run scss && node scripts/validateCss.js",
|