@gooddata/sdk-ui-dashboard 10.22.0-alpha.51 → 10.22.0-alpha.52
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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/package.json +15 -15
package/esm/__version.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const LIB_VERSION = "10.22.0-alpha.
|
1
|
+
export declare const LIB_VERSION = "10.22.0-alpha.52";
|
2
2
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
3
|
-
"version": "10.22.0-alpha.
|
3
|
+
"version": "10.22.0-alpha.52",
|
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.
|
61
|
-
"@gooddata/sdk-backend-spi": "10.22.0-alpha.
|
62
|
-
"@gooddata/sdk-
|
63
|
-
"@gooddata/sdk-
|
64
|
-
"@gooddata/sdk-ui-ext": "10.22.0-alpha.
|
65
|
-
"@gooddata/sdk-ui-
|
66
|
-
"@gooddata/sdk-ui-
|
67
|
-
"@gooddata/sdk-ui-kit": "10.22.0-alpha.
|
68
|
-
"@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.
|
69
|
-
"@gooddata/sdk-ui-vis-commons": "10.22.0-alpha.
|
70
|
-
"@gooddata/util": "10.22.0-alpha.
|
60
|
+
"@gooddata/sdk-backend-base": "10.22.0-alpha.52",
|
61
|
+
"@gooddata/sdk-backend-spi": "10.22.0-alpha.52",
|
62
|
+
"@gooddata/sdk-model": "10.22.0-alpha.52",
|
63
|
+
"@gooddata/sdk-ui": "10.22.0-alpha.52",
|
64
|
+
"@gooddata/sdk-ui-ext": "10.22.0-alpha.52",
|
65
|
+
"@gooddata/sdk-ui-geo": "10.22.0-alpha.52",
|
66
|
+
"@gooddata/sdk-ui-filters": "10.22.0-alpha.52",
|
67
|
+
"@gooddata/sdk-ui-kit": "10.22.0-alpha.52",
|
68
|
+
"@gooddata/sdk-ui-theme-provider": "10.22.0-alpha.52",
|
69
|
+
"@gooddata/sdk-ui-vis-commons": "10.22.0-alpha.52",
|
70
|
+
"@gooddata/util": "10.22.0-alpha.52"
|
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.
|
124
|
-
"@gooddata/reference-workspace": "10.22.0-alpha.
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.
|
123
|
+
"@gooddata/i18n-toolkit": "10.22.0-alpha.52",
|
124
|
+
"@gooddata/reference-workspace": "10.22.0-alpha.52",
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.52"
|
126
126
|
},
|
127
127
|
"scripts": {
|
128
128
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|