@gooddata/sdk-ui-ext 11.26.0-alpha.6 → 11.26.0-alpha.8

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 +20 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "11.26.0-alpha.6",
3
+ "version": "11.26.0-alpha.8",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -64,19 +64,19 @@
64
64
  "ts-invariant": "0.10.3",
65
65
  "tslib": "2.8.1",
66
66
  "uuid": "11.1.0",
67
- "@gooddata/sdk-backend-base": "11.26.0-alpha.6",
68
- "@gooddata/sdk-embedding": "11.26.0-alpha.6",
69
- "@gooddata/sdk-backend-spi": "11.26.0-alpha.6",
70
- "@gooddata/sdk-model": "11.26.0-alpha.6",
71
- "@gooddata/sdk-ui": "11.26.0-alpha.6",
72
- "@gooddata/sdk-ui-charts": "11.26.0-alpha.6",
73
- "@gooddata/sdk-ui-filters": "11.26.0-alpha.6",
74
- "@gooddata/sdk-ui-geo": "11.26.0-alpha.6",
75
- "@gooddata/sdk-ui-kit": "11.26.0-alpha.6",
76
- "@gooddata/sdk-ui-pivot": "11.26.0-alpha.6",
77
- "@gooddata/sdk-ui-vis-commons": "11.26.0-alpha.6",
78
- "@gooddata/util": "11.26.0-alpha.6",
79
- "@gooddata/sdk-ui-theme-provider": "11.26.0-alpha.6"
67
+ "@gooddata/sdk-embedding": "11.26.0-alpha.8",
68
+ "@gooddata/sdk-backend-base": "11.26.0-alpha.8",
69
+ "@gooddata/sdk-backend-spi": "11.26.0-alpha.8",
70
+ "@gooddata/sdk-model": "11.26.0-alpha.8",
71
+ "@gooddata/sdk-ui": "11.26.0-alpha.8",
72
+ "@gooddata/sdk-ui-charts": "11.26.0-alpha.8",
73
+ "@gooddata/sdk-ui-geo": "11.26.0-alpha.8",
74
+ "@gooddata/sdk-ui-filters": "11.26.0-alpha.8",
75
+ "@gooddata/sdk-ui-pivot": "11.26.0-alpha.8",
76
+ "@gooddata/sdk-ui-kit": "11.26.0-alpha.8",
77
+ "@gooddata/sdk-ui-theme-provider": "11.26.0-alpha.8",
78
+ "@gooddata/util": "11.26.0-alpha.8",
79
+ "@gooddata/sdk-ui-vis-commons": "11.26.0-alpha.8"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@microsoft/api-documenter": "^7.17.0",
@@ -124,12 +124,12 @@
124
124
  "typescript": "5.9.3",
125
125
  "vitest": "4.0.8",
126
126
  "vitest-dom": "0.1.1",
127
- "@gooddata/eslint-config": "11.26.0-alpha.6",
128
- "@gooddata/i18n-toolkit": "11.26.0-alpha.6",
129
- "@gooddata/oxlint-config": "11.26.0-alpha.6",
130
- "@gooddata/reference-workspace": "11.26.0-alpha.6",
131
- "@gooddata/sdk-backend-mockingbird": "11.26.0-alpha.6",
132
- "@gooddata/stylelint-config": "11.26.0-alpha.6"
127
+ "@gooddata/eslint-config": "11.26.0-alpha.8",
128
+ "@gooddata/i18n-toolkit": "11.26.0-alpha.8",
129
+ "@gooddata/oxlint-config": "11.26.0-alpha.8",
130
+ "@gooddata/sdk-backend-mockingbird": "11.26.0-alpha.8",
131
+ "@gooddata/reference-workspace": "11.26.0-alpha.8",
132
+ "@gooddata/stylelint-config": "11.26.0-alpha.8"
133
133
  },
134
134
  "peerDependencies": {
135
135
  "react": "^18.0.0 || ^19.0.0",
@@ -137,7 +137,6 @@
137
137
  },
138
138
  "scripts": {
139
139
  "_phase:build": "npm run build",
140
- "_phase:post-build": "npm run build-dynamic-files",
141
140
  "_phase:test": "npm run build-dynamic-files && npm run test-once",
142
141
  "_phase:validate": "npm run build-dynamic-files && npm run validate",
143
142
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",