@gooddata/sdk-ui-ext 11.10.0-alpha.4 → 11.10.0-alpha.5

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 +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "11.10.0-alpha.4",
3
+ "version": "11.10.0-alpha.5",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -63,19 +63,19 @@
63
63
  "ts-invariant": "^0.7.5",
64
64
  "tslib": "2.8.1",
65
65
  "uuid": "^11.1.0",
66
- "@gooddata/sdk-backend-base": "11.10.0-alpha.4",
67
- "@gooddata/sdk-backend-spi": "11.10.0-alpha.4",
68
- "@gooddata/sdk-model": "11.10.0-alpha.4",
69
- "@gooddata/sdk-embedding": "11.10.0-alpha.4",
70
- "@gooddata/sdk-ui": "11.10.0-alpha.4",
71
- "@gooddata/sdk-ui-charts": "11.10.0-alpha.4",
72
- "@gooddata/sdk-ui-filters": "11.10.0-alpha.4",
73
- "@gooddata/sdk-ui-geo": "11.10.0-alpha.4",
74
- "@gooddata/sdk-ui-theme-provider": "11.10.0-alpha.4",
75
- "@gooddata/sdk-ui-kit": "11.10.0-alpha.4",
76
- "@gooddata/sdk-ui-pivot": "11.10.0-alpha.4",
77
- "@gooddata/sdk-ui-vis-commons": "11.10.0-alpha.4",
78
- "@gooddata/util": "11.10.0-alpha.4"
66
+ "@gooddata/sdk-backend-base": "11.10.0-alpha.5",
67
+ "@gooddata/sdk-embedding": "11.10.0-alpha.5",
68
+ "@gooddata/sdk-backend-spi": "11.10.0-alpha.5",
69
+ "@gooddata/sdk-model": "11.10.0-alpha.5",
70
+ "@gooddata/sdk-ui": "11.10.0-alpha.5",
71
+ "@gooddata/sdk-ui-charts": "11.10.0-alpha.5",
72
+ "@gooddata/sdk-ui-filters": "11.10.0-alpha.5",
73
+ "@gooddata/sdk-ui-geo": "11.10.0-alpha.5",
74
+ "@gooddata/sdk-ui-pivot": "11.10.0-alpha.5",
75
+ "@gooddata/sdk-ui-vis-commons": "11.10.0-alpha.5",
76
+ "@gooddata/util": "11.10.0-alpha.5",
77
+ "@gooddata/sdk-ui-theme-provider": "11.10.0-alpha.5",
78
+ "@gooddata/sdk-ui-kit": "11.10.0-alpha.5"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@gooddata/stylelint-config": "^5.0.0",
@@ -124,10 +124,10 @@
124
124
  "typescript": "5.8.3",
125
125
  "vitest": "3.2.4",
126
126
  "vitest-dom": "0.1.1",
127
- "@gooddata/eslint-config": "11.10.0-alpha.4",
128
- "@gooddata/i18n-toolkit": "11.10.0-alpha.4",
129
- "@gooddata/reference-workspace": "11.10.0-alpha.4",
130
- "@gooddata/sdk-backend-mockingbird": "11.10.0-alpha.4"
127
+ "@gooddata/eslint-config": "11.10.0-alpha.5",
128
+ "@gooddata/reference-workspace": "11.10.0-alpha.5",
129
+ "@gooddata/sdk-backend-mockingbird": "11.10.0-alpha.5",
130
+ "@gooddata/i18n-toolkit": "11.10.0-alpha.5"
131
131
  },
132
132
  "peerDependencies": {
133
133
  "react": "^18.0.0 || ^19.0.0",
@@ -150,7 +150,7 @@
150
150
  "prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
151
151
  "prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
152
152
  "scss": "sass --load-path=node_modules styles/internal/scss:styles/internal/css && sass --load-path=node_modules styles/scss:styles/css",
153
- "stylelint": "stylelint '**/*.scss'",
153
+ "stylelint": "bash scripts/stylelint.sh",
154
154
  "stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
155
155
  "stylelint-fix": "stylelint '**/*.scss' --fix",
156
156
  "test": "vitest watch",