@gooddata/sdk-ui-ext 10.10.0-beta.0 → 10.11.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 +3 -3
- package/package.json +16 -16
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2024-
|
|
10
|
+
Date generated: 2024-8-22
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: ccd2ca4725a080a9f6798adecb2c07163ae19d33
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -69144,4 +69144,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
69144
69144
|
--------------------------------------------------------------------------------
|
|
69145
69145
|
--------------------------------------------------------------------------------
|
|
69146
69146
|
|
|
69147
|
-
Report Generated by FOSSA on 2024-
|
|
69147
|
+
Report Generated by FOSSA on 2024-8-22
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.11.0-alpha.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
"uuid": "^8.3.2",
|
|
51
51
|
"debounce-promise": "^3.1.2",
|
|
52
52
|
"json-stable-stringify": "^1.0.1",
|
|
53
|
-
"@gooddata/sdk-backend-base": "10.
|
|
54
|
-
"@gooddata/sdk-
|
|
55
|
-
"@gooddata/sdk-
|
|
56
|
-
"@gooddata/sdk-ui": "10.
|
|
57
|
-
"@gooddata/sdk-
|
|
58
|
-
"@gooddata/sdk-ui-charts": "10.
|
|
59
|
-
"@gooddata/sdk-ui-geo": "10.
|
|
60
|
-
"@gooddata/sdk-ui-kit": "10.
|
|
61
|
-
"@gooddata/sdk-ui-
|
|
62
|
-
"@gooddata/sdk-ui-
|
|
63
|
-
"@gooddata/
|
|
64
|
-
"@gooddata/
|
|
53
|
+
"@gooddata/sdk-backend-base": "10.11.0-alpha.0",
|
|
54
|
+
"@gooddata/sdk-embedding": "10.11.0-alpha.0",
|
|
55
|
+
"@gooddata/sdk-backend-spi": "10.11.0-alpha.0",
|
|
56
|
+
"@gooddata/sdk-ui": "10.11.0-alpha.0",
|
|
57
|
+
"@gooddata/sdk-model": "10.11.0-alpha.0",
|
|
58
|
+
"@gooddata/sdk-ui-charts": "10.11.0-alpha.0",
|
|
59
|
+
"@gooddata/sdk-ui-geo": "10.11.0-alpha.0",
|
|
60
|
+
"@gooddata/sdk-ui-kit": "10.11.0-alpha.0",
|
|
61
|
+
"@gooddata/sdk-ui-pivot": "10.11.0-alpha.0",
|
|
62
|
+
"@gooddata/sdk-ui-theme-provider": "10.11.0-alpha.0",
|
|
63
|
+
"@gooddata/util": "10.11.0-alpha.0",
|
|
64
|
+
"@gooddata/sdk-ui-vis-commons": "10.11.0-alpha.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
"vitest-dom": "0.1.1",
|
|
117
117
|
"@types/debounce-promise": "^3.1.4",
|
|
118
118
|
"@types/json-stable-stringify": "^1.0.32",
|
|
119
|
-
"@gooddata/i18n-toolkit": "10.
|
|
120
|
-
"@gooddata/reference-workspace": "10.
|
|
121
|
-
"@gooddata/sdk-backend-mockingbird": "10.
|
|
119
|
+
"@gooddata/i18n-toolkit": "10.11.0-alpha.0",
|
|
120
|
+
"@gooddata/reference-workspace": "10.11.0-alpha.0",
|
|
121
|
+
"@gooddata/sdk-backend-mockingbird": "10.11.0-alpha.0"
|
|
122
122
|
},
|
|
123
123
|
"scripts": {
|
|
124
124
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|