@gooddata/sdk-ui-ext 10.16.0-beta.0 → 10.17.0-alpha.0
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 +1 -1
- package/package.json +16 -16
package/NOTICE
CHANGED
|
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
|
|
|
9
9
|
|
|
10
10
|
Date generated: 2024-11-28
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.17.0-alpha.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"uuid": "^8.3.2",
|
|
52
52
|
"debounce-promise": "^3.1.2",
|
|
53
53
|
"json-stable-stringify": "^1.0.1",
|
|
54
|
-
"@gooddata/sdk-backend-base": "10.
|
|
55
|
-
"@gooddata/sdk-
|
|
56
|
-
"@gooddata/sdk-
|
|
57
|
-
"@gooddata/sdk-
|
|
58
|
-
"@gooddata/sdk-ui
|
|
59
|
-
"@gooddata/sdk-
|
|
60
|
-
"@gooddata/sdk-ui-
|
|
61
|
-
"@gooddata/sdk-ui-
|
|
62
|
-
"@gooddata/sdk-ui-pivot": "10.
|
|
63
|
-
"@gooddata/sdk-ui-theme-provider": "10.
|
|
64
|
-
"@gooddata/sdk-ui-vis-commons": "10.
|
|
65
|
-
"@gooddata/util": "10.
|
|
54
|
+
"@gooddata/sdk-backend-base": "10.17.0-alpha.0",
|
|
55
|
+
"@gooddata/sdk-embedding": "10.17.0-alpha.0",
|
|
56
|
+
"@gooddata/sdk-backend-spi": "10.17.0-alpha.0",
|
|
57
|
+
"@gooddata/sdk-model": "10.17.0-alpha.0",
|
|
58
|
+
"@gooddata/sdk-ui": "10.17.0-alpha.0",
|
|
59
|
+
"@gooddata/sdk-ui-charts": "10.17.0-alpha.0",
|
|
60
|
+
"@gooddata/sdk-ui-kit": "10.17.0-alpha.0",
|
|
61
|
+
"@gooddata/sdk-ui-geo": "10.17.0-alpha.0",
|
|
62
|
+
"@gooddata/sdk-ui-pivot": "10.17.0-alpha.0",
|
|
63
|
+
"@gooddata/sdk-ui-theme-provider": "10.17.0-alpha.0",
|
|
64
|
+
"@gooddata/sdk-ui-vis-commons": "10.17.0-alpha.0",
|
|
65
|
+
"@gooddata/util": "10.17.0-alpha.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"vitest-dom": "0.1.1",
|
|
118
118
|
"@types/debounce-promise": "^3.1.4",
|
|
119
119
|
"@types/json-stable-stringify": "^1.0.32",
|
|
120
|
-
"@gooddata/i18n-toolkit": "10.
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
120
|
+
"@gooddata/i18n-toolkit": "10.17.0-alpha.0",
|
|
121
|
+
"@gooddata/reference-workspace": "10.17.0-alpha.0",
|
|
122
|
+
"@gooddata/sdk-backend-mockingbird": "10.17.0-alpha.0"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|