@gooddata/sdk-ui-filters 10.26.0-alpha.65 → 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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-filters",
3
- "version": "10.26.0-alpha.65",
3
+ "version": "10.26.0-alpha.66",
4
4
  "description": "GoodData.UI SDK - Filter Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,11 +48,11 @@
48
48
  "ts-invariant": "^0.7.5",
49
49
  "tslib": "^2.5.0",
50
50
  "uuid": "^8.3.2",
51
- "@gooddata/sdk-backend-spi": "10.26.0-alpha.65",
52
- "@gooddata/sdk-model": "10.26.0-alpha.65",
53
- "@gooddata/sdk-ui": "10.26.0-alpha.65",
54
- "@gooddata/util": "10.26.0-alpha.65",
55
- "@gooddata/sdk-ui-kit": "10.26.0-alpha.65"
51
+ "@gooddata/sdk-backend-spi": "10.26.0-alpha.66",
52
+ "@gooddata/sdk-model": "10.26.0-alpha.66",
53
+ "@gooddata/sdk-ui": "10.26.0-alpha.66",
54
+ "@gooddata/sdk-ui-kit": "10.26.0-alpha.66",
55
+ "@gooddata/util": "10.26.0-alpha.66"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -102,9 +102,9 @@
102
102
  "typescript": "5.3.3",
103
103
  "vitest": "3.0.8",
104
104
  "vitest-dom": "0.1.1",
105
- "@gooddata/reference-workspace": "10.26.0-alpha.65",
106
- "@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.65",
107
- "@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.65"
105
+ "@gooddata/reference-workspace": "10.26.0-alpha.66",
106
+ "@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.66",
107
+ "@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.66"
108
108
  },
109
109
  "scripts": {
110
110
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
@@ -123,7 +123,7 @@
123
123
  "stylelint": "stylelint '**/*.scss'",
124
124
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
125
125
  "validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
126
- "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",
126
+ "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",
127
127
  "validate-locales": "cd ../sdk-ui && npm run validate-locales",
128
128
  "validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
129
129
  "validate-theming": "npm run scss && node scripts/validateCss.js",