@gooddata/sdk-ui-charts 10.26.0-alpha.64 → 10.26.0-alpha.66

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-charts",
3
- "version": "10.26.0-alpha.64",
3
+ "version": "10.26.0-alpha.66",
4
4
  "description": "GoodData.UI SDK - Charts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -67,13 +67,13 @@
67
67
  "ts-invariant": "^0.7.5",
68
68
  "tslib": "^2.5.0",
69
69
  "uuid": "^8.3.2",
70
- "@gooddata/sdk-backend-spi": "10.26.0-alpha.64",
71
- "@gooddata/sdk-model": "10.26.0-alpha.64",
72
- "@gooddata/sdk-ui": "10.26.0-alpha.64",
73
- "@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.64",
74
- "@gooddata/sdk-ui-kit": "10.26.0-alpha.64",
75
- "@gooddata/sdk-ui-vis-commons": "10.26.0-alpha.64",
76
- "@gooddata/util": "10.26.0-alpha.64"
70
+ "@gooddata/sdk-backend-spi": "10.26.0-alpha.66",
71
+ "@gooddata/sdk-model": "10.26.0-alpha.66",
72
+ "@gooddata/sdk-ui": "10.26.0-alpha.66",
73
+ "@gooddata/sdk-ui-kit": "10.26.0-alpha.66",
74
+ "@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.66",
75
+ "@gooddata/sdk-ui-vis-commons": "10.26.0-alpha.66",
76
+ "@gooddata/util": "10.26.0-alpha.66"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -124,8 +124,8 @@
124
124
  "vitest": "3.0.8",
125
125
  "vitest-dom": "0.1.1",
126
126
  "@types/js-yaml": "^4.0.9",
127
- "@gooddata/reference-workspace": "10.26.0-alpha.64",
128
- "@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.64"
127
+ "@gooddata/reference-workspace": "10.26.0-alpha.66",
128
+ "@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.66"
129
129
  },
130
130
  "scripts": {
131
131
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
@@ -144,7 +144,7 @@
144
144
  "stylelint": "stylelint '**/*.scss'",
145
145
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
146
146
  "validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
147
- "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",
147
+ "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",
148
148
  "validate-locales": "cd ../sdk-ui && npm run validate-locales",
149
149
  "validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
150
150
  "validate-theming": "npm run scss && node scripts/validateCss.js",