@gooddata/sdk-ui-vis-commons 10.28.0-alpha.71 → 10.28.0-alpha.72

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 +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-vis-commons",
3
- "version": "10.28.0-alpha.71",
3
+ "version": "10.28.0-alpha.72",
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.4.1",
37
37
  "react-measure": "^2.5.2",
38
38
  "tslib": "^2.5.0",
39
- "@gooddata/sdk-backend-spi": "10.28.0-alpha.71",
40
- "@gooddata/sdk-model": "10.28.0-alpha.71",
41
- "@gooddata/sdk-ui-kit": "10.28.0-alpha.71",
42
- "@gooddata/sdk-ui-theme-provider": "10.28.0-alpha.71",
43
- "@gooddata/sdk-ui": "10.28.0-alpha.71"
39
+ "@gooddata/sdk-backend-spi": "10.28.0-alpha.72",
40
+ "@gooddata/sdk-ui": "10.28.0-alpha.72",
41
+ "@gooddata/sdk-model": "10.28.0-alpha.72",
42
+ "@gooddata/sdk-ui-kit": "10.28.0-alpha.72",
43
+ "@gooddata/sdk-ui-theme-provider": "10.28.0-alpha.72"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -85,8 +85,8 @@
85
85
  "typescript": "5.3.3",
86
86
  "vitest": "3.0.8",
87
87
  "vitest-dom": "0.1.1",
88
- "@gooddata/reference-workspace": "10.28.0-alpha.71",
89
- "@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.71"
88
+ "@gooddata/reference-workspace": "10.28.0-alpha.72",
89
+ "@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.72"
90
90
  },
91
91
  "scripts": {
92
92
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
@@ -107,6 +107,7 @@
107
107
  "validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check",
108
108
  "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
109
  "validate-locales": "cd ../sdk-ui && npm run validate-locales",
110
- "validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci"
110
+ "validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
111
+ "validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-vis-commons\"'"
111
112
  }
112
113
  }