@gooddata/sdk-ui-vis-commons 10.36.0-alpha.6 → 10.36.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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-vis-commons",
3
- "version": "10.36.0-alpha.6",
3
+ "version": "10.36.0-alpha.7",
4
4
  "description": "GoodData.UI SDK - common functionality for different types of visualizations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,11 +36,11 @@
36
36
  "react-intl": "6.8.9",
37
37
  "react-measure": "^2.5.2",
38
38
  "tslib": "2.8.1",
39
- "@gooddata/sdk-backend-spi": "10.36.0-alpha.6",
40
- "@gooddata/sdk-ui": "10.36.0-alpha.6",
41
- "@gooddata/sdk-model": "10.36.0-alpha.6",
42
- "@gooddata/sdk-ui-theme-provider": "10.36.0-alpha.6",
43
- "@gooddata/sdk-ui-kit": "10.36.0-alpha.6"
39
+ "@gooddata/sdk-backend-spi": "10.36.0-alpha.7",
40
+ "@gooddata/sdk-model": "10.36.0-alpha.7",
41
+ "@gooddata/sdk-ui": "10.36.0-alpha.7",
42
+ "@gooddata/sdk-ui-kit": "10.36.0-alpha.7",
43
+ "@gooddata/sdk-ui-theme-provider": "10.36.0-alpha.7"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -87,13 +87,13 @@
87
87
  "typescript": "5.8.3",
88
88
  "vitest": "3.2.4",
89
89
  "vitest-dom": "0.1.1",
90
- "@gooddata/reference-workspace": "10.36.0-alpha.6",
91
- "@gooddata/sdk-backend-mockingbird": "10.36.0-alpha.6"
90
+ "@gooddata/reference-workspace": "10.36.0-alpha.7",
91
+ "@gooddata/sdk-backend-mockingbird": "10.36.0-alpha.7"
92
92
  },
93
93
  "scripts": {
94
94
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
95
95
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
96
- "build": "tsc -p tsconfig.json && npm run api-extractor",
96
+ "build": "tsc -p tsconfig.build.json && npm run api-extractor",
97
97
  "test": "vitest watch",
98
98
  "test-once": "vitest run",
99
99
  "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
@@ -106,8 +106,8 @@
106
106
  "dep-cruiser-ci": "mkdir -p ci/results && depcruise --validate .dependency-cruiser.cjs --output-type err-html src/ >./ci/results/dep-cruiser.html",
107
107
  "stylelint": "stylelint '**/*.scss'",
108
108
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
109
- "validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check",
110
- "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",
109
+ "validate": "tsc && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check",
110
+ "validate-ci": "tsc && 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",
111
111
  "validate-locales": "cd ../sdk-ui && npm run validate-locales",
112
112
  "validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
113
113
  "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-vis-commons\"'"