@gooddata/sdk-ui-dashboard 10.22.0-alpha.8 → 10.22.0-alpha.9

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.
@@ -1,2 +1,2 @@
1
- export declare const LIB_VERSION = "10.22.0-alpha.8";
1
+ export declare const LIB_VERSION = "10.22.0-alpha.9";
2
2
  //# sourceMappingURL=__version.d.ts.map
package/esm/__version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "10.22.0-alpha.8";
3
+ export const LIB_VERSION = "10.22.0-alpha.9";
4
4
  //# sourceMappingURL=__version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "10.22.0-alpha.8",
3
+ "version": "10.22.0-alpha.9",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,17 +57,17 @@
57
57
  "ts-invariant": "^0.7.5",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2",
60
- "@gooddata/sdk-backend-base": "10.22.0-alpha.8",
61
- "@gooddata/sdk-backend-spi": "10.22.0-alpha.8",
62
- "@gooddata/sdk-ui": "10.22.0-alpha.8",
63
- "@gooddata/sdk-model": "10.22.0-alpha.8",
64
- "@gooddata/sdk-ui-ext": "10.22.0-alpha.8",
65
- "@gooddata/sdk-ui-filters": "10.22.0-alpha.8",
66
- "@gooddata/sdk-ui-geo": "10.22.0-alpha.8",
67
- "@gooddata/sdk-ui-kit": "10.22.0-alpha.8",
68
- "@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.8",
69
- "@gooddata/sdk-ui-vis-commons": "10.22.0-alpha.8",
70
- "@gooddata/util": "10.22.0-alpha.8"
60
+ "@gooddata/sdk-backend-base": "10.22.0-alpha.9",
61
+ "@gooddata/sdk-model": "10.22.0-alpha.9",
62
+ "@gooddata/sdk-backend-spi": "10.22.0-alpha.9",
63
+ "@gooddata/sdk-ui": "10.22.0-alpha.9",
64
+ "@gooddata/sdk-ui-filters": "10.22.0-alpha.9",
65
+ "@gooddata/sdk-ui-ext": "10.22.0-alpha.9",
66
+ "@gooddata/sdk-ui-geo": "10.22.0-alpha.9",
67
+ "@gooddata/sdk-ui-kit": "10.22.0-alpha.9",
68
+ "@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.9",
69
+ "@gooddata/sdk-ui-vis-commons": "10.22.0-alpha.9",
70
+ "@gooddata/util": "10.22.0-alpha.9"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -120,9 +120,9 @@
120
120
  "typescript": "5.3.3",
121
121
  "vitest": "1.0.4",
122
122
  "vitest-dom": "0.1.1",
123
- "@gooddata/i18n-toolkit": "10.22.0-alpha.8",
124
- "@gooddata/reference-workspace": "10.22.0-alpha.8",
125
- "@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.8"
123
+ "@gooddata/i18n-toolkit": "10.22.0-alpha.9",
124
+ "@gooddata/reference-workspace": "10.22.0-alpha.9",
125
+ "@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.9"
126
126
  },
127
127
  "scripts": {
128
128
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",