@gooddata/sdk-ui-dashboard 10.33.0-alpha.32 → 10.33.0-alpha.34
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/NOTICE +1034 -10168
- 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.33.0-alpha.
|
1
|
+
export declare const LIB_VERSION = "10.33.0-alpha.34";
|
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.33.0-alpha.
|
3
|
+
"version": "10.33.0-alpha.34",
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -61,17 +61,17 @@
|
|
61
61
|
"@codemirror/language": "~6.11.0",
|
62
62
|
"@lezer/highlight": "~1.2.1",
|
63
63
|
"@react-aria/interactions": "^3",
|
64
|
-
"@gooddata/sdk-backend-base": "10.33.0-alpha.
|
65
|
-
"@gooddata/sdk-
|
66
|
-
"@gooddata/sdk-
|
67
|
-
"@gooddata/sdk-ui
|
68
|
-
"@gooddata/sdk-ui": "10.33.0-alpha.
|
69
|
-
"@gooddata/sdk-ui-filters": "10.33.0-alpha.
|
70
|
-
"@gooddata/sdk-ui-geo": "10.33.0-alpha.
|
71
|
-
"@gooddata/sdk-ui-
|
72
|
-
"@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.
|
73
|
-
"@gooddata/
|
74
|
-
"@gooddata/
|
64
|
+
"@gooddata/sdk-backend-base": "10.33.0-alpha.34",
|
65
|
+
"@gooddata/sdk-backend-spi": "10.33.0-alpha.34",
|
66
|
+
"@gooddata/sdk-model": "10.33.0-alpha.34",
|
67
|
+
"@gooddata/sdk-ui": "10.33.0-alpha.34",
|
68
|
+
"@gooddata/sdk-ui-ext": "10.33.0-alpha.34",
|
69
|
+
"@gooddata/sdk-ui-filters": "10.33.0-alpha.34",
|
70
|
+
"@gooddata/sdk-ui-geo": "10.33.0-alpha.34",
|
71
|
+
"@gooddata/sdk-ui-kit": "10.33.0-alpha.34",
|
72
|
+
"@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.34",
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.34",
|
74
|
+
"@gooddata/util": "10.33.0-alpha.34"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|
77
77
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -124,9 +124,9 @@
|
|
124
124
|
"typescript": "5.3.3",
|
125
125
|
"vitest": "3.0.8",
|
126
126
|
"vitest-dom": "0.1.1",
|
127
|
-
"@gooddata/i18n-toolkit": "10.33.0-alpha.
|
128
|
-
"@gooddata/reference-workspace": "10.33.0-alpha.
|
129
|
-
"@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.
|
127
|
+
"@gooddata/i18n-toolkit": "10.33.0-alpha.34",
|
128
|
+
"@gooddata/reference-workspace": "10.33.0-alpha.34",
|
129
|
+
"@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.34"
|
130
130
|
},
|
131
131
|
"scripts": {
|
132
132
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|