@gooddata/sdk-ui-vis-commons 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.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-vis-commons",
3
- "version": "11.35.0-alpha.5",
3
+ "version": "11.35.0-alpha.7",
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.35.0-alpha.5",
40
- "@gooddata/sdk-model": "11.35.0-alpha.5",
41
- "@gooddata/sdk-ui": "11.35.0-alpha.5",
42
- "@gooddata/sdk-ui-kit": "11.35.0-alpha.5",
43
- "@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.5"
39
+ "@gooddata/sdk-backend-spi": "11.35.0-alpha.7",
40
+ "@gooddata/sdk-model": "11.35.0-alpha.7",
41
+ "@gooddata/sdk-ui": "11.35.0-alpha.7",
42
+ "@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.7",
43
+ "@gooddata/sdk-ui-kit": "11.35.0-alpha.7"
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.1.0",
83
83
  "vitest-dom": "0.1.1",
84
- "@gooddata/oxlint-config": "11.35.0-alpha.5",
85
- "@gooddata/eslint-config": "11.35.0-alpha.5",
86
- "@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.5",
87
- "@gooddata/stylelint-config": "11.35.0-alpha.5",
88
- "@gooddata/reference-workspace": "11.35.0-alpha.5"
84
+ "@gooddata/eslint-config": "11.35.0-alpha.7",
85
+ "@gooddata/oxlint-config": "11.35.0-alpha.7",
86
+ "@gooddata/reference-workspace": "11.35.0-alpha.7",
87
+ "@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.7",
88
+ "@gooddata/stylelint-config": "11.35.0-alpha.7"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": "^18.0.0 || ^19.0.0",
@@ -99,7 +99,7 @@
99
99
  "build": "npm-run-all -p build-check build-ts && npm run api-extractor",
100
100
  "build-check": "tsgo",
101
101
  "build-ts": "tsgo -p tsconfig.build.json",
102
- "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
102
+ "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp styles/css *.log tsconfig.tsbuildinfo",
103
103
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
104
104
  "format-check": "oxfmt --check .",
105
105
  "format-write": "oxfmt .",